ROSE 0.11.145.247
Cxx_GrammarTreeTraversalAccessEnums.h
1// GENERATED HEADER FILE --- DO NOT MODIFY!
2
3enum E_SgSourceFile
4{
5SgSourceFile_globalScope, SgSourceFile_package, SgSourceFile_import_list, SgSourceFile_class_list};
6enum E_SgUnknownFile
7{
8SgUnknownFile_globalScope};
9enum E_SgJvmComposite
10{
11SgJvmComposite_genericFileList, SgJvmComposite_interpretations};
12enum E_SgBinaryComposite
13{
14SgBinaryComposite_genericFileList, SgBinaryComposite_interpretations};
15enum E_SgProject
16{
17SgProject_fileList_ptr};
18enum E_SgExpBaseClass
19{
20SgExpBaseClass_base_class, SgExpBaseClass_base_class_exp};
21enum E_SgNonrealBaseClass
22{
23SgNonrealBaseClass_base_class, SgNonrealBaseClass_base_class_nonreal};
24enum E_SgBaseClass
25{
26SgBaseClass_base_class};
27enum E_SgTemplateParameter
28{
29SgTemplateParameter_expression, SgTemplateParameter_defaultExpressionParameter, SgTemplateParameter_templateDeclaration, SgTemplateParameter_defaultTemplateDeclarationParameter, SgTemplateParameter_initializedName};
30enum E_SgTemplateArgument
31{
32SgTemplateArgument_expression, SgTemplateArgument_templateDeclaration, SgTemplateArgument_initializedName};
33enum E_SgDirectory
34{
35SgDirectory_fileList, SgDirectory_directoryList};
36enum E_SgFileList
37{
38SgFileList_listOfFiles};
39enum E_SgDirectoryList
40{
41SgDirectoryList_listOfDirectories};
42enum E_SgTemplateArgumentList
43{
44SgTemplateArgumentList_args};
45enum E_SgTemplateParameterList
46{
47SgTemplateParameterList_args};
48enum E_SgIncludeFile
49{
50SgIncludeFile_include_file_list};
51enum E_SgJavaImportStatementList
52{
53SgJavaImportStatementList_java_import_list};
54enum E_SgJavaClassDeclarationList
55{
56SgJavaClassDeclarationList_java_class_list};
57enum E_SgTypeUnknown
58{
59SgTypeUnknown_type_kind, SgTypeUnknown_builtin_type};
60enum E_SgTypeChar
61{
62SgTypeChar_type_kind, SgTypeChar_builtin_type};
63enum E_SgTypeSignedChar
64{
65SgTypeSignedChar_type_kind, SgTypeSignedChar_builtin_type};
66enum E_SgTypeUnsignedChar
67{
68SgTypeUnsignedChar_type_kind, SgTypeUnsignedChar_builtin_type};
69enum E_SgTypeShort
70{
71SgTypeShort_type_kind, SgTypeShort_builtin_type};
72enum E_SgTypeSignedShort
73{
74SgTypeSignedShort_type_kind, SgTypeSignedShort_builtin_type};
75enum E_SgTypeUnsignedShort
76{
77SgTypeUnsignedShort_type_kind, SgTypeUnsignedShort_builtin_type};
78enum E_SgTypeInt
79{
80SgTypeInt_type_kind, SgTypeInt_builtin_type};
81enum E_SgTypeSignedInt
82{
83SgTypeSignedInt_type_kind, SgTypeSignedInt_builtin_type};
84enum E_SgTypeUnsignedInt
85{
86SgTypeUnsignedInt_type_kind, SgTypeUnsignedInt_builtin_type};
87enum E_SgTypeLong
88{
89SgTypeLong_type_kind, SgTypeLong_builtin_type};
90enum E_SgTypeSignedLong
91{
92SgTypeSignedLong_type_kind, SgTypeSignedLong_builtin_type};
93enum E_SgTypeUnsignedLong
94{
95SgTypeUnsignedLong_type_kind, SgTypeUnsignedLong_builtin_type};
96enum E_SgTypeVoid
97{
98SgTypeVoid_type_kind, SgTypeVoid_builtin_type};
99enum E_SgTypeGlobalVoid
100{
101SgTypeGlobalVoid_type_kind, SgTypeGlobalVoid_builtin_type};
102enum E_SgTypeWchar
103{
104SgTypeWchar_type_kind, SgTypeWchar_builtin_type};
105enum E_SgTypeFloat
106{
107SgTypeFloat_type_kind, SgTypeFloat_builtin_type};
108enum E_SgTypeDouble
109{
110SgTypeDouble_type_kind, SgTypeDouble_builtin_type};
111enum E_SgTypeLongLong
112{
113SgTypeLongLong_type_kind, SgTypeLongLong_builtin_type};
114enum E_SgTypeSignedLongLong
115{
116SgTypeSignedLongLong_type_kind, SgTypeSignedLongLong_builtin_type};
117enum E_SgTypeUnsignedLongLong
118{
119SgTypeUnsignedLongLong_type_kind, SgTypeUnsignedLongLong_builtin_type};
120enum E_SgTypeSigned128bitInteger
121{
122SgTypeSigned128bitInteger_type_kind, SgTypeSigned128bitInteger_builtin_type};
123enum E_SgTypeUnsigned128bitInteger
124{
125SgTypeUnsigned128bitInteger_type_kind, SgTypeUnsigned128bitInteger_builtin_type};
126enum E_SgTypeFloat80
127{
128SgTypeFloat80_type_kind, SgTypeFloat80_builtin_type};
129enum E_SgTypeLongDouble
130{
131SgTypeLongDouble_type_kind, SgTypeLongDouble_builtin_type};
132enum E_SgTypeString
133{
134SgTypeString_type_kind, SgTypeString_lengthExpression};
135enum E_SgTypeBool
136{
137SgTypeBool_type_kind, SgTypeBool_builtin_type};
138enum E_SgPointerMemberType
139{
140SgPointerMemberType_type_kind, SgPointerMemberType_base_type};
141enum E_SgPointerType
142{
143SgPointerType_type_kind, SgPointerType_base_type};
144enum E_SgReferenceType
145{
146SgReferenceType_type_kind};
147enum E_SgJavaParameterType
148{
149SgJavaParameterType_type_kind, SgJavaParameterType_builtin_type, SgJavaParameterType_declaration};
150enum E_SgJovialTableType
151{
152SgJovialTableType_type_kind, SgJovialTableType_builtin_type, SgJovialTableType_declaration, SgJovialTableType_dim_info};
153enum E_SgClassType
154{
155SgClassType_type_kind, SgClassType_builtin_type, SgClassType_declaration};
156enum E_SgEnumType
157{
158SgEnumType_type_kind, SgEnumType_builtin_type, SgEnumType_declaration};
159enum E_SgTypedefType
160{
161SgTypedefType_type_kind, SgTypedefType_builtin_type, SgTypedefType_declaration};
162enum E_SgNonrealType
163{
164SgNonrealType_type_kind, SgNonrealType_builtin_type, SgNonrealType_declaration};
165enum E_SgJavaParameterizedType
166{
167SgJavaParameterizedType_type_kind, SgJavaParameterizedType_builtin_type, SgJavaParameterizedType_declaration};
168enum E_SgJavaQualifiedType
169{
170SgJavaQualifiedType_type_kind, SgJavaQualifiedType_builtin_type, SgJavaQualifiedType_declaration};
171enum E_SgJavaWildcardType
172{
173SgJavaWildcardType_type_kind, SgJavaWildcardType_builtin_type, SgJavaWildcardType_declaration};
174enum E_SgAdaTaskType
175{
176SgAdaTaskType_type_kind, SgAdaTaskType_builtin_type, SgAdaTaskType_declaration};
177enum E_SgAdaProtectedType
178{
179SgAdaProtectedType_type_kind, SgAdaProtectedType_builtin_type, SgAdaProtectedType_declaration};
180enum E_SgAdaFormalType
181{
182SgAdaFormalType_type_kind, SgAdaFormalType_builtin_type, SgAdaFormalType_declaration};
183enum E_SgAdaDiscriminatedType
184{
185SgAdaDiscriminatedType_type_kind, SgAdaDiscriminatedType_builtin_type, SgAdaDiscriminatedType_declaration};
186enum E_SgScopedType
187{
188SgScopedType_type_kind, SgScopedType_builtin_type, SgScopedType_declaration};
189enum E_SgNamedType
190{
191SgNamedType_type_kind, SgNamedType_builtin_type, SgNamedType_declaration};
192enum E_SgModifierType
193{
194SgModifierType_type_kind, SgModifierType_base_type};
195enum E_SgPartialFunctionModifierType
196{
197SgPartialFunctionModifierType_type_kind, SgPartialFunctionModifierType_return_type, SgPartialFunctionModifierType_orig_return_type, SgPartialFunctionModifierType_builtin_type};
198enum E_SgPartialFunctionType
199{
200SgPartialFunctionType_type_kind, SgPartialFunctionType_return_type, SgPartialFunctionType_orig_return_type};
201enum E_SgMemberFunctionType
202{
203SgMemberFunctionType_type_kind, SgMemberFunctionType_return_type, SgMemberFunctionType_orig_return_type};
204enum E_SgFunctionType
205{
206SgFunctionType_type_kind, SgFunctionType_return_type, SgFunctionType_orig_return_type};
207enum E_SgArrayType
208{
209SgArrayType_type_kind, SgArrayType_index, SgArrayType_dim_info};
210enum E_SgTypeEllipse
211{
212SgTypeEllipse_type_kind, SgTypeEllipse_builtin_type};
213enum E_SgTemplateType
214{
215SgTemplateType_type_kind, SgTemplateType_class_type, SgTemplateType_parent_class_type, SgTemplateType_template_parameter};
216enum E_SgQualifiedNameType
217{
218SgQualifiedNameType_type_kind};
219enum E_SgTypeComplex
220{
221SgTypeComplex_type_kind};
222enum E_SgTypeImaginary
223{
224SgTypeImaginary_type_kind};
225enum E_SgTypeDefault
226{
227SgTypeDefault_type_kind, SgTypeDefault_builtin_type};
228enum E_SgTypeCAFTeam
229{
230SgTypeCAFTeam_type_kind, SgTypeCAFTeam_builtin_type};
231enum E_SgTypeCrayPointer
232{
233SgTypeCrayPointer_type_kind, SgTypeCrayPointer_builtin_type};
234enum E_SgTypeLabel
235{
236SgTypeLabel_type_kind, SgTypeLabel_builtin_type};
237enum E_SgJavaUnionType
238{
239SgJavaUnionType_type_kind};
240enum E_SgRvalueReferenceType
241{
242SgRvalueReferenceType_type_kind};
243enum E_SgTypeNullptr
244{
245SgTypeNullptr_type_kind, SgTypeNullptr_builtin_type};
246enum E_SgDeclType
247{
248SgDeclType_type_kind};
249enum E_SgTypeOfType
250{
251SgTypeOfType_type_kind};
252enum E_SgTypeMatrix
253{
254SgTypeMatrix_type_kind, SgTypeMatrix_builtin_type};
255enum E_SgTypeTuple
256{
257SgTypeTuple_type_kind, SgTypeTuple_builtin_type};
258enum E_SgTypeChar16
259{
260SgTypeChar16_type_kind, SgTypeChar16_builtin_type};
261enum E_SgTypeChar32
262{
263SgTypeChar32_type_kind, SgTypeChar32_builtin_type};
264enum E_SgTypeFloat128
265{
266SgTypeFloat128_type_kind, SgTypeFloat128_builtin_type};
267enum E_SgTypeFixed
268{
269SgTypeFixed_type_kind, SgTypeFixed_scale, SgTypeFixed_fraction};
270enum E_SgAutoType
271{
272SgAutoType_type_kind};
273enum E_SgAdaAccessType
274{
275SgAdaAccessType_type_kind, SgAdaAccessType_base_type};
276enum E_SgAdaSubtype
277{
278SgAdaSubtype_type_kind, SgAdaSubtype_base_type, SgAdaSubtype_constraint};
279enum E_SgAdaDiscreteType
280{
281SgAdaDiscreteType_type_kind, SgAdaDiscreteType_builtin_type};
282enum E_SgAdaModularType
283{
284SgAdaModularType_type_kind, SgAdaModularType_modexpr};
285enum E_SgAdaDerivedType
286{
287SgAdaDerivedType_type_kind, SgAdaDerivedType_base_type};
288enum E_SgAdaSubroutineType
289{
290SgAdaSubroutineType_type_kind, SgAdaSubroutineType_parameterList, SgAdaSubroutineType_return_type};
291enum E_SgJovialBitType
292{
293SgJovialBitType_type_kind};
294enum E_SgRangeType
295{
296SgRangeType_type_kind};
297enum E_SgType
298{
299SgType_type_kind};
300enum E_SgCommonBlockObject
301{
302SgCommonBlockObject_variable_reference_list};
303enum E_SgInitializedName
304{
305SgInitializedName_initptr};
306enum E_SgJavaMemberValuePair
307{
308SgJavaMemberValuePair_value};
309enum E_SgOmpOrderedClause
310{
311SgOmpOrderedClause_expression};
312enum E_SgOmpCollapseClause
313{
314SgOmpCollapseClause_expression};
315enum E_SgOmpIfClause
316{
317SgOmpIfClause_expression};
318enum E_SgOmpNumThreadsClause
319{
320SgOmpNumThreadsClause_expression};
321enum E_SgOmpDeviceClause
322{
323SgOmpDeviceClause_expression};
324enum E_SgOmpSafelenClause
325{
326SgOmpSafelenClause_expression};
327enum E_SgOmpSimdlenClause
328{
329SgOmpSimdlenClause_expression};
330enum E_SgOmpFinalClause
331{
332SgOmpFinalClause_expression};
333enum E_SgOmpPriorityClause
334{
335SgOmpPriorityClause_expression};
336enum E_SgOmpExpressionClause
337{
338SgOmpExpressionClause_expression};
339enum E_SgOmpCopyprivateClause
340{
341SgOmpCopyprivateClause_variables};
342enum E_SgOmpPrivateClause
343{
344SgOmpPrivateClause_variables};
345enum E_SgOmpFirstprivateClause
346{
347SgOmpFirstprivateClause_variables};
348enum E_SgOmpSharedClause
349{
350SgOmpSharedClause_variables};
351enum E_SgOmpCopyinClause
352{
353SgOmpCopyinClause_variables};
354enum E_SgOmpLastprivateClause
355{
356SgOmpLastprivateClause_variables};
357enum E_SgOmpReductionClause
358{
359SgOmpReductionClause_variables};
360enum E_SgOmpMapClause
361{
362SgOmpMapClause_variables};
363enum E_SgOmpUniformClause
364{
365SgOmpUniformClause_variables};
366enum E_SgOmpAlignedClause
367{
368SgOmpAlignedClause_variables, SgOmpAlignedClause_alignment};
369enum E_SgOmpLinearClause
370{
371SgOmpLinearClause_variables, SgOmpLinearClause_step};
372enum E_SgOmpDependClause
373{
374SgOmpDependClause_variables};
375enum E_SgOmpVariablesClause
376{
377SgOmpVariablesClause_variables};
378enum E_SgOmpScheduleClause
379{
380SgOmpScheduleClause_chunk_size};
381enum E_SgLambdaCapture
382{
383SgLambdaCapture_capture_variable, SgLambdaCapture_source_closure_variable, SgLambdaCapture_closure_variable};
384enum E_SgLambdaCaptureList
385{
386SgLambdaCaptureList_capture_list};
387enum E_SgAdaRangeConstraint
388{
389SgAdaRangeConstraint_range};
390enum E_SgAdaIndexConstraint
391{
392SgAdaIndexConstraint_indexRanges};
393enum E_SgAdaDigitsConstraint
394{
395SgAdaDigitsConstraint_digits, SgAdaDigitsConstraint_subConstraint};
396enum E_SgAdaDeltaConstraint
397{
398SgAdaDeltaConstraint_delta, SgAdaDeltaConstraint_subConstraint};
399enum E_SgAdaDiscriminantConstraint
400{
401SgAdaDiscriminantConstraint_discriminants};
402enum E_SgGlobal
403{
404SgGlobal_declarations};
405enum E_SgBasicBlock
406{
407SgBasicBlock_statements};
408enum E_SgIfStmt
409{
410SgIfStmt_conditional, SgIfStmt_true_body, SgIfStmt_false_body};
411enum E_SgForStatement
412{
413SgForStatement_for_init_stmt, SgForStatement_test, SgForStatement_increment, SgForStatement_loop_body, SgForStatement_else_body};
414enum E_SgTemplateFunctionDefinition
415{
416SgTemplateFunctionDefinition_body};
417enum E_SgFunctionDefinition
418{
419SgFunctionDefinition_body};
420enum E_SgTemplateInstantiationDefn
421{
422SgTemplateInstantiationDefn_members};
423enum E_SgTemplateClassDefinition
424{
425SgTemplateClassDefinition_members};
426enum E_SgClassDefinition
427{
428SgClassDefinition_members};
429enum E_SgWhileStmt
430{
431SgWhileStmt_condition, SgWhileStmt_body, SgWhileStmt_else_body};
432enum E_SgDoWhileStmt
433{
434SgDoWhileStmt_body, SgDoWhileStmt_condition};
435enum E_SgSwitchStatement
436{
437SgSwitchStatement_item_selector, SgSwitchStatement_body};
438enum E_SgCatchOptionStmt
439{
440SgCatchOptionStmt_condition, SgCatchOptionStmt_body};
441enum E_SgNamespaceDefinitionStatement
442{
443SgNamespaceDefinitionStatement_declarations};
444enum E_SgAssociateStatement
445{
446SgAssociateStatement_body};
447enum E_SgFortranNonblockedDo
448{
449SgFortranNonblockedDo_initialization, SgFortranNonblockedDo_bound, SgFortranNonblockedDo_increment, SgFortranNonblockedDo_body};
450enum E_SgFortranDo
451{
452SgFortranDo_initialization, SgFortranDo_bound, SgFortranDo_increment, SgFortranDo_body};
453enum E_SgForAllStatement
454{
455SgForAllStatement_forall_header, SgForAllStatement_body};
456enum E_SgUpcForAllStatement
457{
458SgUpcForAllStatement_for_init_stmt, SgUpcForAllStatement_test, SgUpcForAllStatement_increment, SgUpcForAllStatement_affinity, SgUpcForAllStatement_loop_body};
459enum E_SgCAFWithTeamStatement
460{
461SgCAFWithTeamStatement_body};
462enum E_SgJavaForEachStatement
463{
464SgJavaForEachStatement_element, SgJavaForEachStatement_collection, SgJavaForEachStatement_loop_body};
465enum E_SgJavaLabelStatement
466{
467SgJavaLabelStatement_statement};
468enum E_SgMatlabForStatement
469{
470SgMatlabForStatement_index, SgMatlabForStatement_range, SgMatlabForStatement_body};
471enum E_SgFunctionParameterScope
472{
473SgFunctionParameterScope_declarations};
474enum E_SgRangeBasedForStatement
475{
476SgRangeBasedForStatement_iterator_declaration, SgRangeBasedForStatement_range_declaration, SgRangeBasedForStatement_begin_declaration, SgRangeBasedForStatement_end_declaration, SgRangeBasedForStatement_not_equal_expression, SgRangeBasedForStatement_increment_expression, SgRangeBasedForStatement_loop_body};
477enum E_SgJovialForThenStatement
478{
479SgJovialForThenStatement_initialization, SgJovialForThenStatement_while_expression, SgJovialForThenStatement_by_or_then_expression, SgJovialForThenStatement_loop_body};
480enum E_SgAdaAcceptStmt
481{
482SgAdaAcceptStmt_parameterList, SgAdaAcceptStmt_entry, SgAdaAcceptStmt_index, SgAdaAcceptStmt_body};
483enum E_SgAdaPackageSpec
484{
485SgAdaPackageSpec_declarations};
486enum E_SgAdaPackageBody
487{
488SgAdaPackageBody_statements};
489enum E_SgAdaTaskSpec
490{
491SgAdaTaskSpec_declarations};
492enum E_SgAdaTaskBody
493{
494SgAdaTaskBody_statements};
495enum E_SgAdaProtectedBody
496{
497SgAdaProtectedBody_statements};
498enum E_SgAdaProtectedSpec
499{
500SgAdaProtectedSpec_declarations};
501enum E_SgAdaGenericDefn
502{
503SgAdaGenericDefn_declarations};
504enum E_SgFunctionParameterList
505{
506SgFunctionParameterList_args};
507enum E_SgTemplateVariableDeclaration
508{
509SgTemplateVariableDeclaration_baseTypeDefiningDeclaration, SgTemplateVariableDeclaration_variables};
510enum E_SgTemplateVariableInstantiation
511{
512SgTemplateVariableInstantiation_baseTypeDefiningDeclaration, SgTemplateVariableInstantiation_variables};
513enum E_SgVariableDeclaration
514{
515SgVariableDeclaration_baseTypeDefiningDeclaration, SgVariableDeclaration_variables};
516enum E_SgVariableDefinition
517{
518SgVariableDefinition_vardefn, SgVariableDefinition_bitfield};
519enum E_SgEnumDeclaration
520{
521SgEnumDeclaration_enumerators};
522enum E_SgAsmStmt
523{
524SgAsmStmt_operands};
525enum E_SgTemplateInstantiationDirectiveStatement
526{
527SgTemplateInstantiationDirectiveStatement_declaration};
528enum E_SgUseStatement
529{
530SgUseStatement_rename_list};
531enum E_SgNamespaceDeclarationStatement
532{
533SgNamespaceDeclarationStatement_definition};
534enum E_SgInterfaceStatement
535{
536SgInterfaceStatement_interface_body_list};
537enum E_SgCommonBlock
538{
539SgCommonBlock_block_list};
540enum E_SgTemplateTypedefDeclaration
541{
542SgTemplateTypedefDeclaration_declaration};
543enum E_SgTemplateInstantiationTypedefDeclaration
544{
545SgTemplateInstantiationTypedefDeclaration_declaration};
546enum E_SgTypedefDeclaration
547{
548SgTypedefDeclaration_declaration};
549enum E_SgStatementFunctionStatement
550{
551SgStatementFunctionStatement_function, SgStatementFunctionStatement_expression};
552enum E_SgCtorInitializerList
553{
554SgCtorInitializerList_ctors};
555enum E_SgPragmaDeclaration
556{
557SgPragmaDeclaration_pragma};
558enum E_SgTemplateClassDeclaration
559{
560SgTemplateClassDeclaration_definition, SgTemplateClassDeclaration_decoratorList};
561enum E_SgTemplateInstantiationDecl
562{
563SgTemplateInstantiationDecl_definition, SgTemplateInstantiationDecl_decoratorList};
564enum E_SgDerivedTypeStatement
565{
566SgDerivedTypeStatement_definition, SgDerivedTypeStatement_decoratorList};
567enum E_SgModuleStatement
568{
569SgModuleStatement_definition, SgModuleStatement_decoratorList};
570enum E_SgJavaPackageDeclaration
571{
572SgJavaPackageDeclaration_definition, SgJavaPackageDeclaration_decoratorList};
573enum E_SgJovialTableStatement
574{
575SgJovialTableStatement_definition, SgJovialTableStatement_decoratorList};
576enum E_SgClassDeclaration
577{
578SgClassDeclaration_definition, SgClassDeclaration_decoratorList};
579enum E_SgImplicitStatement
580{
581SgImplicitStatement_variables};
582enum E_SgTemplateFunctionDeclaration
583{
584SgTemplateFunctionDeclaration_parameterList, SgTemplateFunctionDeclaration_decoratorList, SgTemplateFunctionDeclaration_definition};
585enum E_SgTemplateMemberFunctionDeclaration
586{
587SgTemplateMemberFunctionDeclaration_parameterList, SgTemplateMemberFunctionDeclaration_decoratorList, SgTemplateMemberFunctionDeclaration_definition, SgTemplateMemberFunctionDeclaration_CtorInitializerList};
588enum E_SgTemplateInstantiationMemberFunctionDecl
589{
590SgTemplateInstantiationMemberFunctionDecl_parameterList, SgTemplateInstantiationMemberFunctionDecl_decoratorList, SgTemplateInstantiationMemberFunctionDecl_definition, SgTemplateInstantiationMemberFunctionDecl_CtorInitializerList};
591enum E_SgMemberFunctionDeclaration
592{
593SgMemberFunctionDeclaration_parameterList, SgMemberFunctionDeclaration_decoratorList, SgMemberFunctionDeclaration_definition, SgMemberFunctionDeclaration_CtorInitializerList};
594enum E_SgTemplateInstantiationFunctionDecl
595{
596SgTemplateInstantiationFunctionDecl_parameterList, SgTemplateInstantiationFunctionDecl_decoratorList, SgTemplateInstantiationFunctionDecl_definition};
597enum E_SgProgramHeaderStatement
598{
599SgProgramHeaderStatement_parameterList, SgProgramHeaderStatement_decoratorList, SgProgramHeaderStatement_definition};
600enum E_SgProcedureHeaderStatement
601{
602SgProcedureHeaderStatement_parameterList, SgProcedureHeaderStatement_decoratorList, SgProcedureHeaderStatement_definition, SgProcedureHeaderStatement_result_name};
603enum E_SgEntryStatement
604{
605SgEntryStatement_parameterList, SgEntryStatement_decoratorList, SgEntryStatement_definition, SgEntryStatement_result_name};
606enum E_SgAdaEntryDecl
607{
608SgAdaEntryDecl_parameterList, SgAdaEntryDecl_decoratorList, SgAdaEntryDecl_definition, SgAdaEntryDecl_entryIndex, SgAdaEntryDecl_entryBarrier};
609enum E_SgAdaFunctionRenamingDecl
610{
611SgAdaFunctionRenamingDecl_parameterList, SgAdaFunctionRenamingDecl_decoratorList, SgAdaFunctionRenamingDecl_definition, SgAdaFunctionRenamingDecl_renamed_function};
612enum E_SgFunctionDeclaration
613{
614SgFunctionDeclaration_parameterList, SgFunctionDeclaration_decoratorList, SgFunctionDeclaration_definition};
615enum E_SgIncludeDirectiveStatement
616{
617SgIncludeDirectiveStatement_headerFileBody};
618enum E_SgOmpThreadprivateStatement
619{
620SgOmpThreadprivateStatement_variables};
621enum E_SgStmtDeclarationStatement
622{
623SgStmtDeclarationStatement_statement};
624enum E_SgStaticAssertionDeclaration
625{
626SgStaticAssertionDeclaration_condition};
627enum E_SgOmpDeclareSimdStatement
628{
629SgOmpDeclareSimdStatement_clauses};
630enum E_SgJovialOverlayDeclaration
631{
632SgJovialOverlayDeclaration_address, SgJovialOverlayDeclaration_overlay};
633enum E_SgAdaPackageBodyDecl
634{
635SgAdaPackageBodyDecl_definition};
636enum E_SgAdaPackageSpecDecl
637{
638SgAdaPackageSpecDecl_definition};
639enum E_SgAdaRenamingDecl
640{
641SgAdaRenamingDecl_renamed};
642enum E_SgAdaTaskSpecDecl
643{
644SgAdaTaskSpecDecl_definition};
645enum E_SgAdaTaskBodyDecl
646{
647SgAdaTaskBodyDecl_definition};
648enum E_SgAdaTaskTypeDecl
649{
650SgAdaTaskTypeDecl_definition};
651enum E_SgAdaProtectedSpecDecl
652{
653SgAdaProtectedSpecDecl_definition};
654enum E_SgAdaProtectedBodyDecl
655{
656SgAdaProtectedBodyDecl_definition};
657enum E_SgAdaProtectedTypeDecl
658{
659SgAdaProtectedTypeDecl_definition};
660enum E_SgAdaRepresentationClause
661{
662SgAdaRepresentationClause_alignment, SgAdaRepresentationClause_components};
663enum E_SgAdaComponentClause
664{
665SgAdaComponentClause_component, SgAdaComponentClause_offset, SgAdaComponentClause_range};
666enum E_SgAdaAttributeClause
667{
668SgAdaAttributeClause_attribute, SgAdaAttributeClause_size};
669enum E_SgAdaEnumRepresentationClause
670{
671SgAdaEnumRepresentationClause_components};
672enum E_SgAdaGenericDecl
673{
674SgAdaGenericDecl_definition, SgAdaGenericDecl_declaration};
675enum E_SgAdaFormalTypeDecl
676{
677SgAdaFormalTypeDecl_discriminants};
678enum E_SgAdaDiscriminatedTypeDecl
679{
680SgAdaDiscriminatedTypeDecl_discriminants, SgAdaDiscriminatedTypeDecl_discriminatedDecl};
681enum E_SgAdaGenericInstanceDecl
682{
683SgAdaGenericInstanceDecl_instantiatedScope, SgAdaGenericInstanceDecl_actual_parameters};
684enum E_SgAdaParameterList
685{
686SgAdaParameterList_parameters};
687enum E_SgAdaVariantDecl
688{
689SgAdaVariantDecl_discriminant, SgAdaVariantDecl_variants};
690enum E_SgExprStatement
691{
692SgExprStatement_expression};
693enum E_SgLabelStatement
694{
695SgLabelStatement_statement};
696enum E_SgCaseOptionStmt
697{
698SgCaseOptionStmt_key, SgCaseOptionStmt_body, SgCaseOptionStmt_key_range_end};
699enum E_SgTryStmt
700{
701SgTryStmt_body, SgTryStmt_catch_statement_seq_root, SgTryStmt_else_body, SgTryStmt_finally_body};
702enum E_SgDefaultOptionStmt
703{
704SgDefaultOptionStmt_body};
705enum E_SgReturnStmt
706{
707SgReturnStmt_expression};
708enum E_SgSpawnStmt
709{
710SgSpawnStmt_the_func};
711enum E_SgForInitStatement
712{
713SgForInitStatement_init_stmt};
714enum E_SgCatchStatementSeq
715{
716SgCatchStatementSeq_catch_statement_seq};
717enum E_SgProcessControlStatement
718{
719SgProcessControlStatement_code, SgProcessControlStatement_quiet};
720enum E_SgPrintStatement
721{
722SgPrintStatement_io_stmt_list, SgPrintStatement_unit, SgPrintStatement_iostat, SgPrintStatement_err, SgPrintStatement_iomsg, SgPrintStatement_format};
723enum E_SgReadStatement
724{
725SgReadStatement_io_stmt_list, SgReadStatement_unit, SgReadStatement_iostat, SgReadStatement_err, SgReadStatement_iomsg, SgReadStatement_format, SgReadStatement_namelist, SgReadStatement_advance, SgReadStatement_asynchronous, SgReadStatement_blank, SgReadStatement_decimal, SgReadStatement_delim, SgReadStatement_end, SgReadStatement_eor, SgReadStatement_id, SgReadStatement_pad, SgReadStatement_pos, SgReadStatement_rec, SgReadStatement_round, SgReadStatement_sign, SgReadStatement_size};
726enum E_SgWriteStatement
727{
728SgWriteStatement_io_stmt_list, SgWriteStatement_unit, SgWriteStatement_iostat, SgWriteStatement_err, SgWriteStatement_iomsg, SgWriteStatement_format, SgWriteStatement_namelist, SgWriteStatement_advance, SgWriteStatement_asynchronous, SgWriteStatement_blank, SgWriteStatement_decimal, SgWriteStatement_delim, SgWriteStatement_end, SgWriteStatement_eor, SgWriteStatement_id, SgWriteStatement_pad, SgWriteStatement_pos, SgWriteStatement_rec, SgWriteStatement_round, SgWriteStatement_sign, SgWriteStatement_size};
729enum E_SgOpenStatement
730{
731SgOpenStatement_io_stmt_list, SgOpenStatement_unit, SgOpenStatement_iostat, SgOpenStatement_err, SgOpenStatement_iomsg, SgOpenStatement_file, SgOpenStatement_status, SgOpenStatement_access, SgOpenStatement_form, SgOpenStatement_recl, SgOpenStatement_blank, SgOpenStatement_position, SgOpenStatement_action, SgOpenStatement_delim, SgOpenStatement_pad, SgOpenStatement_round, SgOpenStatement_sign, SgOpenStatement_asynchronous};
732enum E_SgCloseStatement
733{
734SgCloseStatement_io_stmt_list, SgCloseStatement_unit, SgCloseStatement_iostat, SgCloseStatement_err, SgCloseStatement_iomsg, SgCloseStatement_status};
735enum E_SgInquireStatement
736{
737SgInquireStatement_io_stmt_list, SgInquireStatement_unit, SgInquireStatement_iostat, SgInquireStatement_err, SgInquireStatement_iomsg};
738enum E_SgFlushStatement
739{
740SgFlushStatement_io_stmt_list, SgFlushStatement_unit, SgFlushStatement_iostat, SgFlushStatement_err, SgFlushStatement_iomsg};
741enum E_SgBackspaceStatement
742{
743SgBackspaceStatement_io_stmt_list, SgBackspaceStatement_unit, SgBackspaceStatement_iostat, SgBackspaceStatement_err, SgBackspaceStatement_iomsg};
744enum E_SgRewindStatement
745{
746SgRewindStatement_io_stmt_list, SgRewindStatement_unit, SgRewindStatement_iostat, SgRewindStatement_err, SgRewindStatement_iomsg};
747enum E_SgEndfileStatement
748{
749SgEndfileStatement_io_stmt_list, SgEndfileStatement_unit, SgEndfileStatement_iostat, SgEndfileStatement_err, SgEndfileStatement_iomsg};
750enum E_SgWaitStatement
751{
752SgWaitStatement_io_stmt_list, SgWaitStatement_unit, SgWaitStatement_iostat, SgWaitStatement_err, SgWaitStatement_iomsg};
753enum E_SgIOStatement
754{
755SgIOStatement_io_stmt_list, SgIOStatement_unit, SgIOStatement_iostat, SgIOStatement_err, SgIOStatement_iomsg};
756enum E_SgWhereStatement
757{
758SgWhereStatement_condition, SgWhereStatement_body, SgWhereStatement_elsewhere};
759enum E_SgElseWhereStatement
760{
761SgElseWhereStatement_condition, SgElseWhereStatement_body, SgElseWhereStatement_elsewhere};
762enum E_SgNullifyStatement
763{
764SgNullifyStatement_pointer_list};
765enum E_SgArithmeticIfStatement
766{
767SgArithmeticIfStatement_conditional};
768enum E_SgAssignStatement
769{
770SgAssignStatement_value};
771enum E_SgComputedGotoStatement
772{
773SgComputedGotoStatement_labelList, SgComputedGotoStatement_label_index};
774enum E_SgAssignedGotoStatement
775{
776SgAssignedGotoStatement_targets};
777enum E_SgAllocateStatement
778{
779SgAllocateStatement_expr_list, SgAllocateStatement_stat_expression, SgAllocateStatement_errmsg_expression, SgAllocateStatement_source_expression};
780enum E_SgDeallocateStatement
781{
782SgDeallocateStatement_expr_list, SgDeallocateStatement_stat_expression, SgDeallocateStatement_errmsg_expression};
783enum E_SgUpcNotifyStatement
784{
785SgUpcNotifyStatement_notify_expression};
786enum E_SgUpcWaitStatement
787{
788SgUpcWaitStatement_wait_expression};
789enum E_SgUpcBarrierStatement
790{
791SgUpcBarrierStatement_barrier_expression};
792enum E_SgOmpFlushStatement
793{
794SgOmpFlushStatement_variables};
795enum E_SgOmpMasterStatement
796{
797SgOmpMasterStatement_body};
798enum E_SgOmpOrderedStatement
799{
800SgOmpOrderedStatement_body};
801enum E_SgOmpCriticalStatement
802{
803SgOmpCriticalStatement_body};
804enum E_SgOmpSectionStatement
805{
806SgOmpSectionStatement_body};
807enum E_SgOmpWorkshareStatement
808{
809SgOmpWorkshareStatement_body};
810enum E_SgOmpParallelStatement
811{
812SgOmpParallelStatement_body, SgOmpParallelStatement_clauses};
813enum E_SgOmpSingleStatement
814{
815SgOmpSingleStatement_body, SgOmpSingleStatement_clauses};
816enum E_SgOmpAtomicStatement
817{
818SgOmpAtomicStatement_body, SgOmpAtomicStatement_clauses};
819enum E_SgOmpTaskStatement
820{
821SgOmpTaskStatement_body, SgOmpTaskStatement_clauses};
822enum E_SgOmpForStatement
823{
824SgOmpForStatement_body, SgOmpForStatement_clauses};
825enum E_SgOmpDoStatement
826{
827SgOmpDoStatement_body, SgOmpDoStatement_clauses};
828enum E_SgOmpSectionsStatement
829{
830SgOmpSectionsStatement_body, SgOmpSectionsStatement_clauses};
831enum E_SgOmpTargetStatement
832{
833SgOmpTargetStatement_body, SgOmpTargetStatement_clauses};
834enum E_SgOmpTargetDataStatement
835{
836SgOmpTargetDataStatement_body, SgOmpTargetDataStatement_clauses};
837enum E_SgOmpSimdStatement
838{
839SgOmpSimdStatement_body, SgOmpSimdStatement_clauses};
840enum E_SgOmpForSimdStatement
841{
842SgOmpForSimdStatement_body, SgOmpForSimdStatement_clauses};
843enum E_SgOmpClauseBodyStatement
844{
845SgOmpClauseBodyStatement_body, SgOmpClauseBodyStatement_clauses};
846enum E_SgOmpBodyStatement
847{
848SgOmpBodyStatement_body};
849enum E_SgWithStatement
850{
851SgWithStatement_expression, SgWithStatement_body};
852enum E_SgPythonPrintStmt
853{
854SgPythonPrintStmt_destination, SgPythonPrintStmt_values};
855enum E_SgAssertStmt
856{
857SgAssertStmt_test, SgAssertStmt_exception_argument};
858enum E_SgExecStatement
859{
860SgExecStatement_executable, SgExecStatement_globals, SgExecStatement_locals};
861enum E_SgPythonGlobalStmt
862{
863SgPythonGlobalStmt_names};
864enum E_SgJavaSynchronizedStatement
865{
866SgJavaSynchronizedStatement_expression, SgJavaSynchronizedStatement_body};
867enum E_SgAsyncStmt
868{
869SgAsyncStmt_body};
870enum E_SgFinishStmt
871{
872SgFinishStmt_body};
873enum E_SgAtStmt
874{
875SgAtStmt_expression, SgAtStmt_body};
876enum E_SgAtomicStmt
877{
878SgAtomicStmt_body};
879enum E_SgWhenStmt
880{
881SgWhenStmt_expression, SgWhenStmt_body};
882enum E_SgSyncAllStatement
883{
884SgSyncAllStatement_stat, SgSyncAllStatement_err_msg, SgSyncAllStatement_acquired_lock};
885enum E_SgSyncImagesStatement
886{
887SgSyncImagesStatement_stat, SgSyncImagesStatement_err_msg, SgSyncImagesStatement_acquired_lock, SgSyncImagesStatement_image_set};
888enum E_SgSyncMemoryStatement
889{
890SgSyncMemoryStatement_stat, SgSyncMemoryStatement_err_msg, SgSyncMemoryStatement_acquired_lock};
891enum E_SgSyncTeamStatement
892{
893SgSyncTeamStatement_stat, SgSyncTeamStatement_err_msg, SgSyncTeamStatement_acquired_lock, SgSyncTeamStatement_team_value};
894enum E_SgLockStatement
895{
896SgLockStatement_stat, SgLockStatement_err_msg, SgLockStatement_acquired_lock, SgLockStatement_lock_variable};
897enum E_SgUnlockStatement
898{
899SgUnlockStatement_stat, SgUnlockStatement_err_msg, SgUnlockStatement_acquired_lock, SgUnlockStatement_lock_variable};
900enum E_SgImageControlStatement
901{
902SgImageControlStatement_stat, SgImageControlStatement_err_msg, SgImageControlStatement_acquired_lock};
903enum E_SgAdaExitStmt
904{
905SgAdaExitStmt_condition};
906enum E_SgAdaDelayStmt
907{
908SgAdaDelayStmt_time};
909enum E_SgAdaLoopStmt
910{
911SgAdaLoopStmt_body};
912enum E_SgAdaSelectStmt
913{
914SgAdaSelectStmt_select_path, SgAdaSelectStmt_or_path, SgAdaSelectStmt_else_path, SgAdaSelectStmt_abort_path};
915enum E_SgAdaSelectAlternativeStmt
916{
917SgAdaSelectAlternativeStmt_body, SgAdaSelectAlternativeStmt_guard, SgAdaSelectAlternativeStmt_next};
918enum E_SgAdaUnscopedBlock
919{
920SgAdaUnscopedBlock_statements};
921enum E_SgAdaVariantWhenStmt
922{
923SgAdaVariantWhenStmt_choices, SgAdaVariantWhenStmt_components};
924enum E_SgExpressionRoot
925{
926SgExpressionRoot_operand_i};
927enum E_SgMinusOp
928{
929SgMinusOp_operand_i};
930enum E_SgUnaryAddOp
931{
932SgUnaryAddOp_operand_i};
933enum E_SgNotOp
934{
935SgNotOp_operand_i};
936enum E_SgPointerDerefExp
937{
938SgPointerDerefExp_operand_i};
939enum E_SgAddressOfOp
940{
941SgAddressOfOp_operand_i};
942enum E_SgMinusMinusOp
943{
944SgMinusMinusOp_operand_i};
945enum E_SgPlusPlusOp
946{
947SgPlusPlusOp_operand_i};
948enum E_SgBitComplementOp
949{
950SgBitComplementOp_operand_i};
951enum E_SgCastExp
952{
953SgCastExp_operand_i};
954enum E_SgThrowOp
955{
956SgThrowOp_operand_i};
957enum E_SgRealPartOp
958{
959SgRealPartOp_operand_i};
960enum E_SgImagPartOp
961{
962SgImagPartOp_operand_i};
963enum E_SgConjugateOp
964{
965SgConjugateOp_operand_i};
966enum E_SgUserDefinedUnaryOp
967{
968SgUserDefinedUnaryOp_operand_i};
969enum E_SgMatrixTransposeOp
970{
971SgMatrixTransposeOp_operand_i};
972enum E_SgAbsOp
973{
974SgAbsOp_operand_i};
975enum E_SgUnaryOp
976{
977SgUnaryOp_operand_i};
978enum E_SgArrowExp
979{
980SgArrowExp_lhs_operand_i, SgArrowExp_rhs_operand_i};
981enum E_SgDotExp
982{
983SgDotExp_lhs_operand_i, SgDotExp_rhs_operand_i};
984enum E_SgDotStarOp
985{
986SgDotStarOp_lhs_operand_i, SgDotStarOp_rhs_operand_i};
987enum E_SgArrowStarOp
988{
989SgArrowStarOp_lhs_operand_i, SgArrowStarOp_rhs_operand_i};
990enum E_SgEqualityOp
991{
992SgEqualityOp_lhs_operand_i, SgEqualityOp_rhs_operand_i};
993enum E_SgLessThanOp
994{
995SgLessThanOp_lhs_operand_i, SgLessThanOp_rhs_operand_i};
996enum E_SgGreaterThanOp
997{
998SgGreaterThanOp_lhs_operand_i, SgGreaterThanOp_rhs_operand_i};
999enum E_SgNotEqualOp
1000{
1001SgNotEqualOp_lhs_operand_i, SgNotEqualOp_rhs_operand_i};
1002enum E_SgLessOrEqualOp
1003{
1004SgLessOrEqualOp_lhs_operand_i, SgLessOrEqualOp_rhs_operand_i};
1005enum E_SgGreaterOrEqualOp
1006{
1007SgGreaterOrEqualOp_lhs_operand_i, SgGreaterOrEqualOp_rhs_operand_i};
1008enum E_SgAddOp
1009{
1010SgAddOp_lhs_operand_i, SgAddOp_rhs_operand_i};
1011enum E_SgSubtractOp
1012{
1013SgSubtractOp_lhs_operand_i, SgSubtractOp_rhs_operand_i};
1014enum E_SgMultiplyOp
1015{
1016SgMultiplyOp_lhs_operand_i, SgMultiplyOp_rhs_operand_i};
1017enum E_SgDivideOp
1018{
1019SgDivideOp_lhs_operand_i, SgDivideOp_rhs_operand_i};
1020enum E_SgIntegerDivideOp
1021{
1022SgIntegerDivideOp_lhs_operand_i, SgIntegerDivideOp_rhs_operand_i};
1023enum E_SgModOp
1024{
1025SgModOp_lhs_operand_i, SgModOp_rhs_operand_i};
1026enum E_SgAndOp
1027{
1028SgAndOp_lhs_operand_i, SgAndOp_rhs_operand_i};
1029enum E_SgOrOp
1030{
1031SgOrOp_lhs_operand_i, SgOrOp_rhs_operand_i};
1032enum E_SgBitXorOp
1033{
1034SgBitXorOp_lhs_operand_i, SgBitXorOp_rhs_operand_i};
1035enum E_SgBitAndOp
1036{
1037SgBitAndOp_lhs_operand_i, SgBitAndOp_rhs_operand_i};
1038enum E_SgBitOrOp
1039{
1040SgBitOrOp_lhs_operand_i, SgBitOrOp_rhs_operand_i};
1041enum E_SgBitEqvOp
1042{
1043SgBitEqvOp_lhs_operand_i, SgBitEqvOp_rhs_operand_i};
1044enum E_SgCommaOpExp
1045{
1046SgCommaOpExp_lhs_operand_i, SgCommaOpExp_rhs_operand_i};
1047enum E_SgLshiftOp
1048{
1049SgLshiftOp_lhs_operand_i, SgLshiftOp_rhs_operand_i};
1050enum E_SgRshiftOp
1051{
1052SgRshiftOp_lhs_operand_i, SgRshiftOp_rhs_operand_i};
1053enum E_SgPntrArrRefExp
1054{
1055SgPntrArrRefExp_lhs_operand_i, SgPntrArrRefExp_rhs_operand_i};
1056enum E_SgScopeOp
1057{
1058SgScopeOp_lhs_operand_i, SgScopeOp_rhs_operand_i};
1059enum E_SgAssignOp
1060{
1061SgAssignOp_lhs_operand_i, SgAssignOp_rhs_operand_i};
1062enum E_SgExponentiationOp
1063{
1064SgExponentiationOp_lhs_operand_i, SgExponentiationOp_rhs_operand_i};
1065enum E_SgJavaUnsignedRshiftOp
1066{
1067SgJavaUnsignedRshiftOp_lhs_operand_i, SgJavaUnsignedRshiftOp_rhs_operand_i};
1068enum E_SgConcatenationOp
1069{
1070SgConcatenationOp_lhs_operand_i, SgConcatenationOp_rhs_operand_i};
1071enum E_SgPointerAssignOp
1072{
1073SgPointerAssignOp_lhs_operand_i, SgPointerAssignOp_rhs_operand_i};
1074enum E_SgUserDefinedBinaryOp
1075{
1076SgUserDefinedBinaryOp_lhs_operand_i, SgUserDefinedBinaryOp_rhs_operand_i};
1077enum E_SgPlusAssignOp
1078{
1079SgPlusAssignOp_lhs_operand_i, SgPlusAssignOp_rhs_operand_i};
1080enum E_SgMinusAssignOp
1081{
1082SgMinusAssignOp_lhs_operand_i, SgMinusAssignOp_rhs_operand_i};
1083enum E_SgAndAssignOp
1084{
1085SgAndAssignOp_lhs_operand_i, SgAndAssignOp_rhs_operand_i};
1086enum E_SgIorAssignOp
1087{
1088SgIorAssignOp_lhs_operand_i, SgIorAssignOp_rhs_operand_i};
1089enum E_SgMultAssignOp
1090{
1091SgMultAssignOp_lhs_operand_i, SgMultAssignOp_rhs_operand_i};
1092enum E_SgDivAssignOp
1093{
1094SgDivAssignOp_lhs_operand_i, SgDivAssignOp_rhs_operand_i};
1095enum E_SgModAssignOp
1096{
1097SgModAssignOp_lhs_operand_i, SgModAssignOp_rhs_operand_i};
1098enum E_SgXorAssignOp
1099{
1100SgXorAssignOp_lhs_operand_i, SgXorAssignOp_rhs_operand_i};
1101enum E_SgLshiftAssignOp
1102{
1103SgLshiftAssignOp_lhs_operand_i, SgLshiftAssignOp_rhs_operand_i};
1104enum E_SgRshiftAssignOp
1105{
1106SgRshiftAssignOp_lhs_operand_i, SgRshiftAssignOp_rhs_operand_i};
1107enum E_SgJavaUnsignedRshiftAssignOp
1108{
1109SgJavaUnsignedRshiftAssignOp_lhs_operand_i, SgJavaUnsignedRshiftAssignOp_rhs_operand_i};
1110enum E_SgIntegerDivideAssignOp
1111{
1112SgIntegerDivideAssignOp_lhs_operand_i, SgIntegerDivideAssignOp_rhs_operand_i};
1113enum E_SgExponentiationAssignOp
1114{
1115SgExponentiationAssignOp_lhs_operand_i, SgExponentiationAssignOp_rhs_operand_i};
1116enum E_SgCompoundAssignOp
1117{
1118SgCompoundAssignOp_lhs_operand_i, SgCompoundAssignOp_rhs_operand_i};
1119enum E_SgMembershipOp
1120{
1121SgMembershipOp_lhs_operand_i, SgMembershipOp_rhs_operand_i};
1122enum E_SgSpaceshipOp
1123{
1124SgSpaceshipOp_lhs_operand_i, SgSpaceshipOp_rhs_operand_i};
1125enum E_SgNonMembershipOp
1126{
1127SgNonMembershipOp_lhs_operand_i, SgNonMembershipOp_rhs_operand_i};
1128enum E_SgIsOp
1129{
1130SgIsOp_lhs_operand_i, SgIsOp_rhs_operand_i};
1131enum E_SgIsNotOp
1132{
1133SgIsNotOp_lhs_operand_i, SgIsNotOp_rhs_operand_i};
1134enum E_SgDotDotExp
1135{
1136SgDotDotExp_lhs_operand_i, SgDotDotExp_rhs_operand_i};
1137enum E_SgElementwiseMultiplyOp
1138{
1139SgElementwiseMultiplyOp_lhs_operand_i, SgElementwiseMultiplyOp_rhs_operand_i};
1140enum E_SgElementwisePowerOp
1141{
1142SgElementwisePowerOp_lhs_operand_i, SgElementwisePowerOp_rhs_operand_i};
1143enum E_SgElementwiseLeftDivideOp
1144{
1145SgElementwiseLeftDivideOp_lhs_operand_i, SgElementwiseLeftDivideOp_rhs_operand_i};
1146enum E_SgElementwiseDivideOp
1147{
1148SgElementwiseDivideOp_lhs_operand_i, SgElementwiseDivideOp_rhs_operand_i};
1149enum E_SgElementwiseAddOp
1150{
1151SgElementwiseAddOp_lhs_operand_i, SgElementwiseAddOp_rhs_operand_i};
1152enum E_SgElementwiseSubtractOp
1153{
1154SgElementwiseSubtractOp_lhs_operand_i, SgElementwiseSubtractOp_rhs_operand_i};
1155enum E_SgElementwiseOp
1156{
1157SgElementwiseOp_lhs_operand_i, SgElementwiseOp_rhs_operand_i};
1158enum E_SgPowerOp
1159{
1160SgPowerOp_lhs_operand_i, SgPowerOp_rhs_operand_i};
1161enum E_SgLeftDivideOp
1162{
1163SgLeftDivideOp_lhs_operand_i, SgLeftDivideOp_rhs_operand_i};
1164enum E_SgRemOp
1165{
1166SgRemOp_lhs_operand_i, SgRemOp_rhs_operand_i};
1167enum E_SgReplicationOp
1168{
1169SgReplicationOp_lhs_operand_i, SgReplicationOp_rhs_operand_i};
1170enum E_SgAtOp
1171{
1172SgAtOp_lhs_operand_i, SgAtOp_rhs_operand_i};
1173enum E_SgBinaryOp
1174{
1175SgBinaryOp_lhs_operand_i, SgBinaryOp_rhs_operand_i};
1176enum E_SgListExp
1177{
1178SgListExp_expressions};
1179enum E_SgTupleExp
1180{
1181SgTupleExp_expressions};
1182enum E_SgMatrixExp
1183{
1184SgMatrixExp_expressions};
1185enum E_SgExprListExp
1186{
1187SgExprListExp_expressions};
1188enum E_SgComplexVal
1189{
1190SgComplexVal_real_value, SgComplexVal_imaginary_value};
1191enum E_SgCudaKernelCallExp
1192{
1193SgCudaKernelCallExp_function, SgCudaKernelCallExp_args, SgCudaKernelCallExp_exec_config};
1194enum E_SgFunctionCallExp
1195{
1196SgFunctionCallExp_function, SgFunctionCallExp_args};
1197enum E_SgCallExpression
1198{
1199SgCallExpression_function, SgCallExpression_args};
1200enum E_SgUpcLocalsizeofExpression
1201{
1202SgUpcLocalsizeofExpression_expression};
1203enum E_SgUpcBlocksizeofExpression
1204{
1205SgUpcBlocksizeofExpression_expression};
1206enum E_SgUpcElemsizeofExpression
1207{
1208SgUpcElemsizeofExpression_expression};
1209enum E_SgJavaInstanceOfOp
1210{
1211SgJavaInstanceOfOp_operand_expr};
1212enum E_SgTypeIdOp
1213{
1214SgTypeIdOp_operand_expr};
1215enum E_SgConditionalExp
1216{
1217SgConditionalExp_conditional_exp, SgConditionalExp_true_exp, SgConditionalExp_false_exp};
1218enum E_SgNewExp
1219{
1220SgNewExp_placement_args, SgNewExp_constructor_args, SgNewExp_builtin_args};
1221enum E_SgDeleteExp
1222{
1223SgDeleteExp_variable};
1224enum E_SgAggregateInitializer
1225{
1226SgAggregateInitializer_initializers};
1227enum E_SgCompoundInitializer
1228{
1229SgCompoundInitializer_initializers};
1230enum E_SgConstructorInitializer
1231{
1232SgConstructorInitializer_args};
1233enum E_SgAssignInitializer
1234{
1235SgAssignInitializer_operand_i};
1236enum E_SgDesignatedInitializer
1237{
1238SgDesignatedInitializer_designatorList, SgDesignatedInitializer_memberInit};
1239enum E_SgBracedInitializer
1240{
1241SgBracedInitializer_initializers};
1242enum E_SgAdaAncestorInitializer
1243{
1244SgAdaAncestorInitializer_ancestor};
1245enum E_SgVarArgStartOp
1246{
1247SgVarArgStartOp_lhs_operand, SgVarArgStartOp_rhs_operand};
1248enum E_SgVarArgOp
1249{
1250SgVarArgOp_operand_expr};
1251enum E_SgVarArgEndOp
1252{
1253SgVarArgEndOp_operand_expr};
1254enum E_SgVarArgCopyOp
1255{
1256SgVarArgCopyOp_lhs_operand, SgVarArgCopyOp_rhs_operand};
1257enum E_SgVarArgStartOneOperandOp
1258{
1259SgVarArgStartOneOperandOp_operand_expr};
1260enum E_SgSubscriptExpression
1261{
1262SgSubscriptExpression_lowerBound, SgSubscriptExpression_upperBound, SgSubscriptExpression_stride};
1263enum E_SgImpliedDo
1264{
1265SgImpliedDo_do_var_initialization, SgImpliedDo_last_val, SgImpliedDo_increment, SgImpliedDo_object_list};
1266enum E_SgIOItemExpression
1267{
1268SgIOItemExpression_io_item};
1269enum E_SgActualArgumentExpression
1270{
1271SgActualArgumentExpression_expression};
1272enum E_SgStatementExpression
1273{
1274SgStatementExpression_statement};
1275enum E_SgAsmOp
1276{
1277SgAsmOp_expression};
1278enum E_SgCudaKernelExecConfig
1279{
1280SgCudaKernelExecConfig_grid, SgCudaKernelExecConfig_blocks, SgCudaKernelExecConfig_shared, SgCudaKernelExecConfig_stream};
1281enum E_SgUnknownArrayOrFunctionReference
1282{
1283SgUnknownArrayOrFunctionReference_named_reference, SgUnknownArrayOrFunctionReference_expression_list};
1284enum E_SgCAFCoExpression
1285{
1286SgCAFCoExpression_referData};
1287enum E_SgSizeOfOp
1288{
1289SgSizeOfOp_operand_expr};
1290enum E_SgLambdaRefExp
1291{
1292SgLambdaRefExp_functionDeclaration};
1293enum E_SgDictionaryExp
1294{
1295SgDictionaryExp_key_datum_pairs};
1296enum E_SgKeyDatumPair
1297{
1298SgKeyDatumPair_key, SgKeyDatumPair_datum};
1299enum E_SgScopedRefExp
1300{
1301SgScopedRefExp_lhs, SgScopedRefExp_rhs};
1302enum E_SgComprehension
1303{
1304SgComprehension_target, SgComprehension_iter, SgComprehension_filters};
1305enum E_SgListComprehension
1306{
1307SgListComprehension_element, SgListComprehension_generators};
1308enum E_SgSetComprehension
1309{
1310SgSetComprehension_element, SgSetComprehension_generators};
1311enum E_SgDictionaryComprehension
1312{
1313SgDictionaryComprehension_element, SgDictionaryComprehension_generators};
1314enum E_SgNaryBooleanOp
1315{
1316SgNaryBooleanOp_operands};
1317enum E_SgNaryComparisonOp
1318{
1319SgNaryComparisonOp_operands};
1320enum E_SgNaryOp
1321{
1322SgNaryOp_operands};
1323enum E_SgStringConversion
1324{
1325SgStringConversion_expression};
1326enum E_SgYieldExpression
1327{
1328SgYieldExpression_value};
1329enum E_SgAlignOfOp
1330{
1331SgAlignOfOp_operand_expr};
1332enum E_SgRangeExp
1333{
1334SgRangeExp_start, SgRangeExp_end, SgRangeExp_stride};
1335enum E_SgJavaSingleMemberAnnotation
1336{
1337SgJavaSingleMemberAnnotation_value};
1338enum E_SgJavaNormalAnnotation
1339{
1340SgJavaNormalAnnotation_value_pair_list};
1341enum E_SgFunctionParameterRefExp
1342{
1343SgFunctionParameterRefExp_parameter_expression};
1344enum E_SgLambdaExp
1345{
1346SgLambdaExp_lambda_capture_list, SgLambdaExp_lambda_closure_class, SgLambdaExp_lambda_function};
1347enum E_SgHereExp
1348{
1349SgHereExp_expression};
1350enum E_SgAtExp
1351{
1352SgAtExp_expression, SgAtExp_body};
1353enum E_SgFinishExp
1354{
1355SgFinishExp_expression, SgFinishExp_body};
1356enum E_SgNoexceptOp
1357{
1358SgNoexceptOp_operand_expr};
1359enum E_SgFoldExpression
1360{
1361SgFoldExpression_operands};
1362enum E_SgAwaitExpression
1363{
1364SgAwaitExpression_value};
1365enum E_SgChooseExpression
1366{
1367SgChooseExpression_value};
1368enum E_SgAdaAttributeExp
1369{
1370SgAdaAttributeExp_object, SgAdaAttributeExp_args};
1371enum E_SgJovialTablePresetExp
1372{
1373SgJovialTablePresetExp_preset_list};
1374enum E_SgJovialPresetPositionExp
1375{
1376SgJovialPresetPositionExp_indices, SgJovialPresetPositionExp_value};
1377enum E_SgNonrealSymbol
1378{
1379SgNonrealSymbol_declaration};
1380enum E_SgTemplateMemberFunctionSymbol
1381{
1382SgTemplateMemberFunctionSymbol_declaration};
1383enum E_SgMemberFunctionSymbol
1384{
1385SgMemberFunctionSymbol_declaration};
1386enum E_SgTemplateFunctionSymbol
1387{
1388SgTemplateFunctionSymbol_declaration};
1389enum E_SgRenameSymbol
1390{
1391SgRenameSymbol_declaration, SgRenameSymbol_original_symbol};
1392enum E_SgAdaInheritedFunctionSymbol
1393{
1394SgAdaInheritedFunctionSymbol_declaration};
1395enum E_SgFunctionSymbol
1396{
1397SgFunctionSymbol_declaration};
1398enum E_SgTemplateSymbol
1399{
1400SgTemplateSymbol_declaration};
1401enum E_SgTemplateClassSymbol
1402{
1403SgTemplateClassSymbol_declaration};
1404enum E_SgClassSymbol
1405{
1406SgClassSymbol_declaration};
1407enum E_SgTemplateTypedefSymbol
1408{
1409SgTemplateTypedefSymbol_declaration};
1410enum E_SgTypedefSymbol
1411{
1412SgTypedefSymbol_declaration};
1413enum E_SgEnumSymbol
1414{
1415SgEnumSymbol_declaration};
1416enum E_SgLabelSymbol
1417{
1418SgLabelSymbol_declaration};
1419enum E_SgNamespaceSymbol
1420{
1421SgNamespaceSymbol_declaration, SgNamespaceSymbol_aliasDeclaration};
1422enum E_SgModuleSymbol
1423{
1424SgModuleSymbol_declaration};
1425enum E_SgAliasSymbol
1426{
1427SgAliasSymbol_alias};
1428enum E_SgJavaLabelSymbol
1429{
1430SgJavaLabelSymbol_declaration};
1431enum E_SgAdaPackageSymbol
1432{
1433SgAdaPackageSymbol_declaration};
1434enum E_SgAdaTaskSymbol
1435{
1436SgAdaTaskSymbol_declaration};
1437enum E_SgAdaProtectedSymbol
1438{
1439SgAdaProtectedSymbol_declaration};
1440enum E_SgAdaRenamingSymbol
1441{
1442SgAdaRenamingSymbol_declaration};
1443enum E_SgAdaGenericSymbol
1444{
1445SgAdaGenericSymbol_declaration};
1446enum E_SgAdaGenericInstanceSymbol
1447{
1448SgAdaGenericInstanceSymbol_declaration};
1449enum E_SgAdaFormalPackageSymbol
1450{
1451SgAdaFormalPackageSymbol_declaration};
1452enum E_SgAsmCilMetadataHeap
1453{
1454SgAsmCilMetadataHeap_AssemblyTable, SgAsmCilMetadataHeap_AssemblyOSTable, SgAsmCilMetadataHeap_AssemblyProcessorTable, SgAsmCilMetadataHeap_AssemblyRefTable, SgAsmCilMetadataHeap_AssemblyRefOSTable, SgAsmCilMetadataHeap_AssemblyRefProcessorTable, SgAsmCilMetadataHeap_ClassLayoutTable, SgAsmCilMetadataHeap_ConstantTable, SgAsmCilMetadataHeap_CustomAttributeTable, SgAsmCilMetadataHeap_DeclSecurityTable, SgAsmCilMetadataHeap_EventTable, SgAsmCilMetadataHeap_EventMapTable, SgAsmCilMetadataHeap_ExportedTypeTable, SgAsmCilMetadataHeap_FieldTable, SgAsmCilMetadataHeap_FieldLayoutTable, SgAsmCilMetadataHeap_FieldMarshalTable, SgAsmCilMetadataHeap_FieldRVATable, SgAsmCilMetadataHeap_FileTable, SgAsmCilMetadataHeap_GenericParamTable, SgAsmCilMetadataHeap_GenericParamConstraintTable, SgAsmCilMetadataHeap_ImplMapTable, SgAsmCilMetadataHeap_InterfaceImplTable, SgAsmCilMetadataHeap_ManifestResourceTable, SgAsmCilMetadataHeap_MemberRefTable, SgAsmCilMetadataHeap_MethodDefTable, SgAsmCilMetadataHeap_MethodImplTable, SgAsmCilMetadataHeap_MethodSemanticsTable, SgAsmCilMetadataHeap_MethodSpecTable, SgAsmCilMetadataHeap_ModuleTable, SgAsmCilMetadataHeap_ModuleRefTable, SgAsmCilMetadataHeap_NestedClassTable, SgAsmCilMetadataHeap_ParamTable, SgAsmCilMetadataHeap_PropertyTable, SgAsmCilMetadataHeap_PropertyMapTable, SgAsmCilMetadataHeap_StandAloneSigTable, SgAsmCilMetadataHeap_TypeDefTable, SgAsmCilMetadataHeap_TypeRefTable, SgAsmCilMetadataHeap_TypeSpecTable};
1455enum E_SgAsmCilAssemblyOSTable
1456{
1457SgAsmCilAssemblyOSTable_elements};
1458enum E_SgAsmCilAssemblyProcessorTable
1459{
1460SgAsmCilAssemblyProcessorTable_elements};
1461enum E_SgAsmCilAssemblyRefOSTable
1462{
1463SgAsmCilAssemblyRefOSTable_elements};
1464enum E_SgAsmCilAssemblyRefProcessorTable
1465{
1466SgAsmCilAssemblyRefProcessorTable_elements};
1467enum E_SgAsmCilAssemblyRefTable
1468{
1469SgAsmCilAssemblyRefTable_elements};
1470enum E_SgAsmCilAssemblyTable
1471{
1472SgAsmCilAssemblyTable_elements};
1473enum E_SgAsmCilClassLayoutTable
1474{
1475SgAsmCilClassLayoutTable_elements};
1476enum E_SgAsmCilConstantTable
1477{
1478SgAsmCilConstantTable_elements};
1479enum E_SgAsmCilCustomAttributeTable
1480{
1481SgAsmCilCustomAttributeTable_elements};
1482enum E_SgAsmCilDeclSecurityTable
1483{
1484SgAsmCilDeclSecurityTable_elements};
1485enum E_SgAsmCilEventMapTable
1486{
1487SgAsmCilEventMapTable_elements};
1488enum E_SgAsmCilEventTable
1489{
1490SgAsmCilEventTable_elements};
1491enum E_SgAsmCilExportedTypeTable
1492{
1493SgAsmCilExportedTypeTable_elements};
1494enum E_SgAsmCilFieldLayoutTable
1495{
1496SgAsmCilFieldLayoutTable_elements};
1497enum E_SgAsmCilFieldMarshalTable
1498{
1499SgAsmCilFieldMarshalTable_elements};
1500enum E_SgAsmCilFieldRVATable
1501{
1502SgAsmCilFieldRVATable_elements};
1503enum E_SgAsmCilFieldTable
1504{
1505SgAsmCilFieldTable_elements};
1506enum E_SgAsmCilFileTable
1507{
1508SgAsmCilFileTable_elements};
1509enum E_SgAsmCilGenericParamConstraintTable
1510{
1511SgAsmCilGenericParamConstraintTable_elements};
1512enum E_SgAsmCilGenericParamTable
1513{
1514SgAsmCilGenericParamTable_elements};
1515enum E_SgAsmCilImplMapTable
1516{
1517SgAsmCilImplMapTable_elements};
1518enum E_SgAsmCilInterfaceImplTable
1519{
1520SgAsmCilInterfaceImplTable_elements};
1521enum E_SgAsmCilManifestResourceTable
1522{
1523SgAsmCilManifestResourceTable_elements};
1524enum E_SgAsmCilMemberRefTable
1525{
1526SgAsmCilMemberRefTable_elements};
1527enum E_SgAsmCilMethodDefTable
1528{
1529SgAsmCilMethodDefTable_elements};
1530enum E_SgAsmCilMethodImplTable
1531{
1532SgAsmCilMethodImplTable_elements};
1533enum E_SgAsmCilMethodSemanticsTable
1534{
1535SgAsmCilMethodSemanticsTable_elements};
1536enum E_SgAsmCilMethodSpecTable
1537{
1538SgAsmCilMethodSpecTable_elements};
1539enum E_SgAsmCilModuleRefTable
1540{
1541SgAsmCilModuleRefTable_elements};
1542enum E_SgAsmCilModuleTable
1543{
1544SgAsmCilModuleTable_elements};
1545enum E_SgAsmCilNestedClassTable
1546{
1547SgAsmCilNestedClassTable_elements};
1548enum E_SgAsmCilParamTable
1549{
1550SgAsmCilParamTable_elements};
1551enum E_SgAsmCilPropertyMapTable
1552{
1553SgAsmCilPropertyMapTable_elements};
1554enum E_SgAsmCilPropertyTable
1555{
1556SgAsmCilPropertyTable_elements};
1557enum E_SgAsmCilStandAloneSigTable
1558{
1559SgAsmCilStandAloneSigTable_elements};
1560enum E_SgAsmCilTypeDefTable
1561{
1562SgAsmCilTypeDefTable_elements};
1563enum E_SgAsmCilTypeRefTable
1564{
1565SgAsmCilTypeRefTable_elements};
1566enum E_SgAsmCilTypeSpecTable
1567{
1568SgAsmCilTypeSpecTable_elements};
1569enum E_SgAsmCilMetadataRoot
1570{
1571SgAsmCilMetadataRoot_Streams};
1572enum E_SgAsmCoffSymbolList
1573{
1574SgAsmCoffSymbolList_symbols};
1575enum E_SgAsmDwarfCompilationUnitList
1576{
1577SgAsmDwarfCompilationUnitList_cu_list};
1578enum E_SgAsmDwarfArrayType
1579{
1580SgAsmDwarfArrayType_body};
1581enum E_SgAsmDwarfClassType
1582{
1583SgAsmDwarfClassType_body};
1584enum E_SgAsmDwarfCommonBlock
1585{
1586SgAsmDwarfCommonBlock_body};
1587enum E_SgAsmDwarfCompilationUnit
1588{
1589SgAsmDwarfCompilationUnit_line_info, SgAsmDwarfCompilationUnit_language_constructs, SgAsmDwarfCompilationUnit_macro_info};
1590enum E_SgAsmDwarfEnumerationType
1591{
1592SgAsmDwarfEnumerationType_body};
1593enum E_SgAsmDwarfInlinedSubroutine
1594{
1595SgAsmDwarfInlinedSubroutine_body};
1596enum E_SgAsmDwarfLexicalBlock
1597{
1598SgAsmDwarfLexicalBlock_body};
1599enum E_SgAsmDwarfNamespace
1600{
1601SgAsmDwarfNamespace_body};
1602enum E_SgAsmDwarfStructureType
1603{
1604SgAsmDwarfStructureType_body};
1605enum E_SgAsmDwarfSubprogram
1606{
1607SgAsmDwarfSubprogram_body};
1608enum E_SgAsmDwarfSubroutineType
1609{
1610SgAsmDwarfSubroutineType_body};
1611enum E_SgAsmDwarfUnionType
1612{
1613SgAsmDwarfUnionType_body};
1614enum E_SgAsmDwarfConstructList
1615{
1616SgAsmDwarfConstructList_list};
1617enum E_SgAsmDwarfLineList
1618{
1619SgAsmDwarfLineList_line_list};
1620enum E_SgAsmDwarfMacroList
1621{
1622SgAsmDwarfMacroList_macro_list};
1623enum E_SgAsmElfDynamicEntry
1624{
1625SgAsmElfDynamicEntry_name};
1626enum E_SgAsmElfEHFrameEntryCI
1627{
1628SgAsmElfEHFrameEntryCI_fd_entries};
1629enum E_SgAsmElfNoteEntry
1630{
1631SgAsmElfNoteEntry_name};
1632enum E_SgAsmElfRelocEntryList
1633{
1634SgAsmElfRelocEntryList_entries};
1635enum E_SgAsmElfSegmentTableEntryList
1636{
1637SgAsmElfSegmentTableEntryList_entries};
1638enum E_SgAsmElfSymbolList
1639{
1640SgAsmElfSymbolList_symbols};
1641enum E_SgAsmElfSymverDefinedAux
1642{
1643SgAsmElfSymverDefinedAux_name};
1644enum E_SgAsmElfSymverDefinedAuxList
1645{
1646SgAsmElfSymverDefinedAuxList_entries};
1647enum E_SgAsmElfSymverDefinedEntry
1648{
1649SgAsmElfSymverDefinedEntry_entries};
1650enum E_SgAsmElfSymverDefinedEntryList
1651{
1652SgAsmElfSymverDefinedEntryList_entries};
1653enum E_SgAsmElfSymverEntryList
1654{
1655SgAsmElfSymverEntryList_entries};
1656enum E_SgAsmElfSymverNeededAux
1657{
1658SgAsmElfSymverNeededAux_name};
1659enum E_SgAsmElfSymverNeededAuxList
1660{
1661SgAsmElfSymverNeededAuxList_entries};
1662enum E_SgAsmElfSymverNeededEntry
1663{
1664SgAsmElfSymverNeededEntry_fileName, SgAsmElfSymverNeededEntry_entries};
1665enum E_SgAsmElfSymverNeededEntryList
1666{
1667SgAsmElfSymverNeededEntryList_entries};
1668enum E_SgAsmGenericDLL
1669{
1670SgAsmGenericDLL_name};
1671enum E_SgAsmGenericFile
1672{
1673SgAsmGenericFile_dwarfInfo, SgAsmGenericFile_headers, SgAsmGenericFile_holes};
1674enum E_SgAsmGenericHeaderList
1675{
1676SgAsmGenericHeaderList_headers};
1677enum E_SgAsmCliHeader
1678{
1679SgAsmCliHeader_metadataRoot};
1680enum E_SgAsmCoffSymbolTable
1681{
1682SgAsmCoffSymbolTable_symbols};
1683enum E_SgAsmElfDynamicSection
1684{
1685SgAsmElfDynamicSection_sectionEntry, SgAsmElfDynamicSection_segmentEntry, SgAsmElfDynamicSection_entries};
1686enum E_SgAsmElfEHFrameSection
1687{
1688SgAsmElfEHFrameSection_sectionEntry, SgAsmElfEHFrameSection_segmentEntry, SgAsmElfEHFrameSection_ci_entries};
1689enum E_SgAsmElfNoteSection
1690{
1691SgAsmElfNoteSection_sectionEntry, SgAsmElfNoteSection_segmentEntry, SgAsmElfNoteSection_entries};
1692enum E_SgAsmElfRelocSection
1693{
1694SgAsmElfRelocSection_sectionEntry, SgAsmElfRelocSection_segmentEntry, SgAsmElfRelocSection_entries};
1695enum E_SgAsmElfStringSection
1696{
1697SgAsmElfStringSection_sectionEntry, SgAsmElfStringSection_segmentEntry};
1698enum E_SgAsmElfSymbolSection
1699{
1700SgAsmElfSymbolSection_sectionEntry, SgAsmElfSymbolSection_segmentEntry, SgAsmElfSymbolSection_symbols};
1701enum E_SgAsmElfSymverDefinedSection
1702{
1703SgAsmElfSymverDefinedSection_sectionEntry, SgAsmElfSymverDefinedSection_segmentEntry, SgAsmElfSymverDefinedSection_entries};
1704enum E_SgAsmElfSymverNeededSection
1705{
1706SgAsmElfSymverNeededSection_sectionEntry, SgAsmElfSymverNeededSection_segmentEntry, SgAsmElfSymverNeededSection_entries};
1707enum E_SgAsmElfSymverSection
1708{
1709SgAsmElfSymverSection_sectionEntry, SgAsmElfSymverSection_segmentEntry, SgAsmElfSymverSection_entries};
1710enum E_SgAsmElfSection
1711{
1712SgAsmElfSection_sectionEntry, SgAsmElfSection_segmentEntry};
1713enum E_SgAsmDOSFileHeader
1714{
1715SgAsmDOSFileHeader_executableFormat, SgAsmDOSFileHeader_dlls, SgAsmDOSFileHeader_sections};
1716enum E_SgAsmElfFileHeader
1717{
1718SgAsmElfFileHeader_executableFormat, SgAsmElfFileHeader_dlls, SgAsmElfFileHeader_sections};
1719enum E_SgAsmJvmFileHeader
1720{
1721SgAsmJvmFileHeader_executableFormat, SgAsmJvmFileHeader_dlls, SgAsmJvmFileHeader_sections};
1722enum E_SgAsmLEFileHeader
1723{
1724SgAsmLEFileHeader_executableFormat, SgAsmLEFileHeader_dlls, SgAsmLEFileHeader_sections, SgAsmLEFileHeader_dos2Header, SgAsmLEFileHeader_pageTable, SgAsmLEFileHeader_residentNameTable, SgAsmLEFileHeader_nonresidentNameTable, SgAsmLEFileHeader_entryTable, SgAsmLEFileHeader_relocationTable};
1725enum E_SgAsmNEFileHeader
1726{
1727SgAsmNEFileHeader_executableFormat, SgAsmNEFileHeader_dlls, SgAsmNEFileHeader_sections, SgAsmNEFileHeader_dos2Header, SgAsmNEFileHeader_residentNameTable, SgAsmNEFileHeader_nonresidentNameTable, SgAsmNEFileHeader_moduleTable, SgAsmNEFileHeader_entryTable};
1728enum E_SgAsmPEFileHeader
1729{
1730SgAsmPEFileHeader_executableFormat, SgAsmPEFileHeader_dlls, SgAsmPEFileHeader_sections, SgAsmPEFileHeader_rvaSizePairs};
1731enum E_SgAsmGenericHeader
1732{
1733SgAsmGenericHeader_executableFormat, SgAsmGenericHeader_dlls, SgAsmGenericHeader_sections};
1734enum E_SgAsmJvmAttributeTable
1735{
1736SgAsmJvmAttributeTable_attributes};
1737enum E_SgAsmJvmFieldTable
1738{
1739SgAsmJvmFieldTable_fields};
1740enum E_SgAsmJvmMethodTable
1741{
1742SgAsmJvmMethodTable_methods};
1743enum E_SgAsmLEEntryTable
1744{
1745SgAsmLEEntryTable_entries};
1746enum E_SgAsmLEPageTable
1747{
1748SgAsmLEPageTable_entries};
1749enum E_SgAsmLERelocTable
1750{
1751SgAsmLERelocTable_entries};
1752enum E_SgAsmLESection
1753{
1754SgAsmLESection_sectionTableEntry};
1755enum E_SgAsmNEEntryTable
1756{
1757SgAsmNEEntryTable_entries};
1758enum E_SgAsmNEModuleTable
1759{
1760SgAsmNEModuleTable_strtab};
1761enum E_SgAsmNERelocTable
1762{
1763SgAsmNERelocTable_entries};
1764enum E_SgAsmNESection
1765{
1766SgAsmNESection_sectionTableEntry, SgAsmNESection_relocationTable};
1767enum E_SgAsmPEExportSection
1768{
1769SgAsmPEExportSection_section_entry, SgAsmPEExportSection_exportDirectory, SgAsmPEExportSection_exports};
1770enum E_SgAsmPEImportSection
1771{
1772SgAsmPEImportSection_section_entry, SgAsmPEImportSection_importDirectories};
1773enum E_SgAsmPEStringSection
1774{
1775SgAsmPEStringSection_section_entry};
1776enum E_SgAsmPESection
1777{
1778SgAsmPESection_section_entry};
1779enum E_SgAsmGenericSectionList
1780{
1781SgAsmGenericSectionList_sections};
1782enum E_SgAsmCoffSymbol
1783{
1784SgAsmCoffSymbol_name};
1785enum E_SgAsmElfSymbol
1786{
1787SgAsmElfSymbol_name};
1788enum E_SgAsmGenericSymbol
1789{
1790SgAsmGenericSymbol_name};
1791enum E_SgAsmLEEntryPoint
1792{
1793SgAsmLEEntryPoint_entries};
1794enum E_SgAsmPEExportDirectory
1795{
1796SgAsmPEExportDirectory_name};
1797enum E_SgAsmPEExportEntry
1798{
1799SgAsmPEExportEntry_name, SgAsmPEExportEntry_forwarder};
1800enum E_SgAsmPEExportEntryList
1801{
1802SgAsmPEExportEntryList_exports};
1803enum E_SgAsmPEImportDirectory
1804{
1805SgAsmPEImportDirectory_dllName, SgAsmPEImportDirectory_imports};
1806enum E_SgAsmPEImportDirectoryList
1807{
1808SgAsmPEImportDirectoryList_vector};
1809enum E_SgAsmPEImportItem
1810{
1811SgAsmPEImportItem_name};
1812enum E_SgAsmPEImportItemList
1813{
1814SgAsmPEImportItemList_vector};
1815enum E_SgAsmPERVASizePairList
1816{
1817SgAsmPERVASizePairList_pairs};
1818enum E_SgAsmBinaryAdd
1819{
1820SgAsmBinaryAdd_lhs, SgAsmBinaryAdd_rhs};
1821enum E_SgAsmBinaryAsr
1822{
1823SgAsmBinaryAsr_lhs, SgAsmBinaryAsr_rhs};
1824enum E_SgAsmBinaryConcat
1825{
1826SgAsmBinaryConcat_lhs, SgAsmBinaryConcat_rhs};
1827enum E_SgAsmBinaryDivide
1828{
1829SgAsmBinaryDivide_lhs, SgAsmBinaryDivide_rhs};
1830enum E_SgAsmBinaryLsl
1831{
1832SgAsmBinaryLsl_lhs, SgAsmBinaryLsl_rhs};
1833enum E_SgAsmBinaryLsr
1834{
1835SgAsmBinaryLsr_lhs, SgAsmBinaryLsr_rhs};
1836enum E_SgAsmBinaryMod
1837{
1838SgAsmBinaryMod_lhs, SgAsmBinaryMod_rhs};
1839enum E_SgAsmBinaryMsl
1840{
1841SgAsmBinaryMsl_lhs, SgAsmBinaryMsl_rhs};
1842enum E_SgAsmBinaryMultiply
1843{
1844SgAsmBinaryMultiply_lhs, SgAsmBinaryMultiply_rhs};
1845enum E_SgAsmBinaryPostupdate
1846{
1847SgAsmBinaryPostupdate_lhs, SgAsmBinaryPostupdate_rhs};
1848enum E_SgAsmBinaryPreupdate
1849{
1850SgAsmBinaryPreupdate_lhs, SgAsmBinaryPreupdate_rhs};
1851enum E_SgAsmBinaryRor
1852{
1853SgAsmBinaryRor_lhs, SgAsmBinaryRor_rhs};
1854enum E_SgAsmBinarySubtract
1855{
1856SgAsmBinarySubtract_lhs, SgAsmBinarySubtract_rhs};
1857enum E_SgAsmBinaryExpression
1858{
1859SgAsmBinaryExpression_lhs, SgAsmBinaryExpression_rhs};
1860enum E_SgAsmCommonSubExpression
1861{
1862SgAsmCommonSubExpression_subexpression};
1863enum E_SgAsmExprListExp
1864{
1865SgAsmExprListExp_expressions};
1866enum E_SgAsmMemoryReferenceExpression
1867{
1868SgAsmMemoryReferenceExpression_address, SgAsmMemoryReferenceExpression_segment};
1869enum E_SgAsmRegisterNames
1870{
1871SgAsmRegisterNames_registers};
1872enum E_SgAsmRiscOperation
1873{
1874SgAsmRiscOperation_operands};
1875enum E_SgAsmUnaryMinus
1876{
1877SgAsmUnaryMinus_operand};
1878enum E_SgAsmUnaryPlus
1879{
1880SgAsmUnaryPlus_operand};
1881enum E_SgAsmUnaryRrx
1882{
1883SgAsmUnaryRrx_operand};
1884enum E_SgAsmUnarySignedExtend
1885{
1886SgAsmUnarySignedExtend_operand};
1887enum E_SgAsmUnaryTruncate
1888{
1889SgAsmUnaryTruncate_operand};
1890enum E_SgAsmUnaryUnsignedExtend
1891{
1892SgAsmUnaryUnsignedExtend_operand};
1893enum E_SgAsmUnaryExpression
1894{
1895SgAsmUnaryExpression_operand};
1896enum E_SgAsmFloatValueExpression
1897{
1898SgAsmFloatValueExpression_unfoldedExpression};
1899enum E_SgAsmIntegerValueExpression
1900{
1901SgAsmIntegerValueExpression_unfoldedExpression};
1902enum E_SgAsmConstantExpression
1903{
1904SgAsmConstantExpression_unfoldedExpression};
1905enum E_SgAsmValueExpression
1906{
1907SgAsmValueExpression_unfoldedExpression};
1908enum E_SgAsmGenericFileList
1909{
1910SgAsmGenericFileList_files};
1911enum E_SgAsmInterpretation
1912{
1913SgAsmInterpretation_globalBlock};
1914enum E_SgAsmInterpretationList
1915{
1916SgAsmInterpretationList_interpretations};
1917enum E_SgAsmJvmField
1918{
1919SgAsmJvmField_attribute_table};
1920enum E_SgAsmJvmMethod
1921{
1922SgAsmJvmMethod_attribute_table};
1923enum E_SgAsmOperandList
1924{
1925SgAsmOperandList_operands};
1926enum E_SgAsmBlock
1927{
1928SgAsmBlock_statementList};
1929enum E_SgAsmCilInstruction
1930{
1931SgAsmCilInstruction_operandList, SgAsmCilInstruction_semantics};
1932enum E_SgAsmJvmInstruction
1933{
1934SgAsmJvmInstruction_operandList, SgAsmJvmInstruction_semantics};
1935enum E_SgAsmM68kInstruction
1936{
1937SgAsmM68kInstruction_operandList, SgAsmM68kInstruction_semantics};
1938enum E_SgAsmMipsInstruction
1939{
1940SgAsmMipsInstruction_operandList, SgAsmMipsInstruction_semantics};
1941enum E_SgAsmNullInstruction
1942{
1943SgAsmNullInstruction_operandList, SgAsmNullInstruction_semantics};
1944enum E_SgAsmPowerpcInstruction
1945{
1946SgAsmPowerpcInstruction_operandList, SgAsmPowerpcInstruction_semantics};
1947enum E_SgAsmUserInstruction
1948{
1949SgAsmUserInstruction_operandList, SgAsmUserInstruction_semantics};
1950enum E_SgAsmX86Instruction
1951{
1952SgAsmX86Instruction_operandList, SgAsmX86Instruction_semantics};
1953enum E_SgAsmInstruction
1954{
1955SgAsmInstruction_operandList, SgAsmInstruction_semantics};
1956enum E_SgAsmFunction
1957{
1958SgAsmFunction_statementList};
1959enum E_SgAsmPointerType
1960{
1961SgAsmPointerType_subtype};