Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.java50
1 files changed, 25 insertions, 25 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 8c8cbc2cd09..fceac99ffb7 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
@@ -40,7 +40,7 @@ public interface UPCSizeofExpressionParsersym {
TK_short = 45,
TK_signed = 46,
TK_sizeof = 18,
- TK_static = 32,
+ TK_static = 19,
TK_struct = 54,
TK_switch = 100,
TK_typedef = 37,
@@ -52,27 +52,27 @@ public interface UPCSizeofExpressionParsersym {
TK__Bool = 49,
TK__Complex = 50,
TK__Imaginary = 51,
- TK_integer = 19,
- TK_floating = 20,
- TK_charconst = 21,
- TK_stringlit = 22,
+ 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 = 15,
+ TK_LeftBracket = 14,
TK_LeftParen = 2,
- TK_LeftBrace = 23,
+ TK_LeftBrace = 24,
TK_Dot = 61,
TK_Arrow = 76,
TK_PlusPlus = 16,
TK_MinusMinus = 17,
- TK_And = 14,
+ TK_And = 15,
TK_Star = 4,
- TK_Plus = 9,
- TK_Minus = 10,
- TK_Tilde = 24,
- TK_Bang = 25,
+ TK_Plus = 12,
+ TK_Minus = 13,
+ TK_Tilde = 25,
+ TK_Bang = 26,
TK_Slash = 62,
TK_Percent = 63,
TK_RightShift = 56,
@@ -106,16 +106,16 @@ public interface UPCSizeofExpressionParsersym {
TK_RightParen = 39,
TK_RightBrace = 52,
TK_SemiColon = 75,
- TK_MYTHREAD = 26,
- TK_THREADS = 27,
- TK_UPC_MAX_BLOCKSIZE = 28,
- TK_relaxed = 11,
- TK_shared = 12,
- TK_strict = 13,
+ 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 = 29,
- TK_upc_blocksizeof = 30,
- TK_upc_elemsizeof = 31,
+ TK_upc_localsizeof = 30,
+ TK_upc_blocksizeof = 31,
+ TK_upc_elemsizeof = 32,
TK_upc_notify = 104,
TK_upc_fence = 105,
TK_upc_wait = 106,
@@ -133,16 +133,17 @@ public interface UPCSizeofExpressionParsersym {
"const",
"restrict",
"volatile",
- "Plus",
- "Minus",
"relaxed",
"shared",
"strict",
- "And",
+ "Plus",
+ "Minus",
"LeftBracket",
+ "And",
"PlusPlus",
"MinusMinus",
"sizeof",
+ "static",
"integer",
"floating",
"charconst",
@@ -156,7 +157,6 @@ public interface UPCSizeofExpressionParsersym {
"upc_localsizeof",
"upc_blocksizeof",
"upc_elemsizeof",
- "static",
"auto",
"extern",
"inline",

Back to the top