Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCSizeofExpressionParsersym.java')
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCSizeofExpressionParsersym.java124
1 files changed, 62 insertions, 62 deletions
diff --git a/upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCSizeofExpressionParsersym.java b/upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCSizeofExpressionParsersym.java
index 62f3c15c294..6b8b4262020 100644
--- a/upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCSizeofExpressionParsersym.java
+++ b/upc/org.eclipse.cdt.core.parser.upc/src/org/eclipse/cdt/internal/core/dom/parser/upc/UPCSizeofExpressionParsersym.java
@@ -1,5 +1,5 @@
/*******************************************************************************
-* Copyright (c) 2006, 2008 IBM Corporation and others.
+* Copyright (c) 2006, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -15,68 +15,68 @@ package org.eclipse.cdt.internal.core.dom.parser.upc;
public interface UPCSizeofExpressionParsersym {
public final static int
- TK_auto = 17,
+ TK_auto = 33,
TK_break = 90,
TK_case = 91,
- TK_char = 38,
+ TK_char = 40,
TK_const = 6,
TK_continue = 92,
TK_default = 93,
TK_do = 94,
- TK_double = 39,
+ TK_double = 41,
TK_else = 95,
- TK_enum = 51,
- TK_extern = 18,
- TK_float = 40,
+ TK_enum = 53,
+ TK_extern = 34,
+ TK_float = 42,
TK_for = 96,
TK_goto = 97,
TK_if = 98,
- TK_inline = 19,
- TK_int = 41,
- TK_long = 42,
- TK_register = 20,
+ TK_inline = 35,
+ TK_int = 43,
+ TK_long = 44,
+ TK_register = 36,
TK_restrict = 7,
TK_return = 99,
- TK_short = 43,
- TK_signed = 44,
- TK_sizeof = 24,
- TK_static = 12,
- TK_struct = 52,
+ TK_short = 45,
+ TK_signed = 46,
+ TK_sizeof = 18,
+ TK_static = 19,
+ TK_struct = 54,
TK_switch = 100,
- TK_typedef = 21,
- TK_union = 53,
- TK_unsigned = 45,
- TK_void = 46,
+ TK_typedef = 37,
+ TK_union = 55,
+ TK_unsigned = 47,
+ TK_void = 48,
TK_volatile = 8,
TK_while = 101,
- TK__Bool = 47,
- TK__Complex = 48,
- TK__Imaginary = 49,
- TK_integer = 25,
- TK_floating = 26,
- TK_charconst = 27,
- TK_stringlit = 28,
+ TK__Bool = 49,
+ TK__Complex = 50,
+ TK__Imaginary = 51,
+ TK_integer = 20,
+ TK_floating = 21,
+ TK_charconst = 22,
+ TK_stringlit = 23,
TK_identifier = 1,
TK_Completion = 3,
TK_EndOfCompletion = 5,
TK_Invalid = 102,
- TK_LeftBracket = 13,
+ TK_LeftBracket = 14,
TK_LeftParen = 2,
- TK_LeftBrace = 37,
+ TK_LeftBrace = 24,
TK_Dot = 61,
TK_Arrow = 76,
- TK_PlusPlus = 22,
- TK_MinusMinus = 23,
- TK_And = 16,
+ TK_PlusPlus = 16,
+ TK_MinusMinus = 17,
+ TK_And = 15,
TK_Star = 4,
- TK_Plus = 14,
- TK_Minus = 15,
- TK_Tilde = 29,
- TK_Bang = 30,
+ TK_Plus = 12,
+ TK_Minus = 13,
+ TK_Tilde = 25,
+ TK_Bang = 26,
TK_Slash = 62,
TK_Percent = 63,
- TK_RightShift = 57,
- TK_LeftShift = 58,
+ TK_RightShift = 56,
+ TK_LeftShift = 57,
TK_LT = 64,
TK_GT = 65,
TK_LE = 66,
@@ -89,7 +89,7 @@ public interface UPCSizeofExpressionParsersym {
TK_OrOr = 77,
TK_Question = 78,
TK_Colon = 68,
- TK_DotDotDot = 60,
+ TK_DotDotDot = 59,
TK_Assign = 69,
TK_StarAssign = 79,
TK_SlashAssign = 80,
@@ -101,26 +101,26 @@ public interface UPCSizeofExpressionParsersym {
TK_AndAssign = 86,
TK_CaretAssign = 87,
TK_OrAssign = 88,
- TK_Comma = 54,
- TK_RightBracket = 59,
- TK_RightParen = 50,
- TK_RightBrace = 55,
+ TK_Comma = 38,
+ TK_RightBracket = 58,
+ TK_RightParen = 39,
+ TK_RightBrace = 52,
TK_SemiColon = 75,
- TK_MYTHREAD = 31,
- TK_THREADS = 32,
- TK_UPC_MAX_BLOCKSIZE = 33,
+ TK_MYTHREAD = 27,
+ TK_THREADS = 28,
+ TK_UPC_MAX_BLOCKSIZE = 29,
TK_relaxed = 9,
TK_shared = 10,
TK_strict = 11,
TK_upc_barrier = 103,
- TK_upc_localsizeof = 34,
- TK_upc_blocksizeof = 35,
- TK_upc_elemsizeof = 36,
+ TK_upc_localsizeof = 30,
+ TK_upc_blocksizeof = 31,
+ TK_upc_elemsizeof = 32,
TK_upc_notify = 104,
TK_upc_fence = 105,
TK_upc_wait = 106,
TK_upc_forall = 107,
- TK_ERROR_TOKEN = 56,
+ TK_ERROR_TOKEN = 60,
TK_EOF_TOKEN = 89;
public final static String orderedTerminalSymbols[] = {
@@ -136,23 +136,19 @@ public interface UPCSizeofExpressionParsersym {
"relaxed",
"shared",
"strict",
- "static",
- "LeftBracket",
"Plus",
"Minus",
+ "LeftBracket",
"And",
- "auto",
- "extern",
- "inline",
- "register",
- "typedef",
"PlusPlus",
"MinusMinus",
"sizeof",
+ "static",
"integer",
"floating",
"charconst",
"stringlit",
+ "LeftBrace",
"Tilde",
"Bang",
"MYTHREAD",
@@ -161,7 +157,13 @@ public interface UPCSizeofExpressionParsersym {
"upc_localsizeof",
"upc_blocksizeof",
"upc_elemsizeof",
- "LeftBrace",
+ "auto",
+ "extern",
+ "inline",
+ "register",
+ "typedef",
+ "Comma",
+ "RightParen",
"char",
"double",
"float",
@@ -174,17 +176,15 @@ public interface UPCSizeofExpressionParsersym {
"_Bool",
"_Complex",
"_Imaginary",
- "RightParen",
+ "RightBrace",
"enum",
"struct",
"union",
- "Comma",
- "RightBrace",
- "ERROR_TOKEN",
"RightShift",
"LeftShift",
"RightBracket",
"DotDotDot",
+ "ERROR_TOKEN",
"Dot",
"Slash",
"Percent",

Back to the top