gencpp/project/enums/ECode_ExecutionSupport.csv

2.0 KiB

1Invalid
2Untyped
3NewLine
4Comment
5Access_Private
6Access_Protected
7Access_Public
8PlatformAttributes
9Class
10Class_Fwd
11Class_Body
12Constructor
13Constructor_Fwd
14Destructor
15Destructor_Fwd
16Enum
17Enum_Fwd
18Enum_Body
19Enum_Class
20Enum_Class_Fwd
21Execution
22Expression
23Expr_Identifier
24Expr_NumericLiteral
25Expr_StringLiteral
26Expr_Alignof
27Expr_ProcCall
28Expr_Assign_Add
29Expr_Assign_Subtract
30Expr_Assign_Multiply
31Expr_Assign_Divide
32Expr_Assign_Modulo
33Expr_Assign_Bitwise_And
34Expr_Assign_Bitwise_Or
35Expr_Assign_Bitwise_XOr
36Expr_Assign_LeftShift
37Expr_Assign_RightShift
38Expr_CStyleCast
39Expr_FunctionalCast
40Expr_ConstCast
41Expr_DynamicCast
42Expr_ReinterpretCast
43Expr_StaticCast
44Expr_Unary_Add
45Expr_Unary_Minus
46Expr_Unary_Not
47Expr_Unary_Increment
48Expr_Unary_Decrement
49Expr_Indirection
50Expr_UnaryPost_Increment
51Expr_UnaryPost_Decrement
52Expr_Subscript
53Expr_Binary_Add
54Expr_Binary_Subtract
55Expr_Binary_Multiply
56Expr_Binary_Divide
57Expr_Binary_Modulo
58Expr_Binary_Bitwise_And
59Expr_Binary_Bitwise_Or
60Expr_Binary_Bitwise_XOr
61Expr_Binary_Bitwise_LeftShift
62Expr_Binary_Bitwise_RightShift
63Expr_Binary_Logical_Not
64Expr_Binary_Logical_And
65Expr_Binary_Logical_Or
66Expr_Binary_Equal
67Expr_Binary_NotEqual
68Expr_Binary_Lesser
69Expr_Binary_Greater
70Expr_Binary_LesserEqual
71Expr_Binary_GreaterEqual
72Export_Body
73Extern_Linkage
74Extern_Linkage_Body
75Friend
76Function
77Function_Fwd
78Function_Body
79Global_Body
80Module
81Namespace
82Namespace_Body
83Operator
84Operator_Fwd
85Operator_Member
86Operator_Member_Fwd
87Operator_Cast
88Operator_Cast_Fwd
89Parameters
90Preprocess_Define
91Preprocess_Include
92Preprocess_If
93Preprocess_IfDef
94Preprocess_IfNotDef
95Preprocess_ElIf
96Preprocess_Else
97Preprocess_EndIf
98Preprocess_Pragma
99Specifiers
100Statement
101Stmt_Break
102Stmt_Case
103Stmt_Continue
104Stmt_Declaration
105Stmt_Do
106Stmt_Expr
107Stmt_Else
108Stmt_If
109Stmt_For
110Stmt_Goto
111Stmt_Label
112Stmt_Switch
113Stmt_Switch
114Stmt_While
115Struct
116Struct_Fwd
117Struct_Body
118Template
119Typedef
120Typename
121Union
122Union_Body
123Using
124Using_Namespace
125Variable