CodeSonar C++ API
[For improved navigation, enable JavaScript.]
cs_ast_class_decls.hpp
Go to the documentation of this file.
1 
2 /*
3  * Copyright (c) 2023, an unpublished work by CodeSecure, Inc.
4  * ALL RIGHTS RESERVED
5  *
6  * Copyright (c) 2013-2023, an unpublished work by GrammaTech, Inc.
7  * ALL RIGHTS RESERVED
8  *
9  * This software is furnished under a license and may be used and
10  * copied only in accordance with the terms of such license and the
11  * inclusion of the above copyright notice. This software or any
12  * other copies thereof may not be provided or otherwise made
13  * available to any other person. Title to and ownership of the
14  * software is retained by CodeSecure, Inc.
15  */
20  static const ast_class AST;
21 
23  static const ast_class NC_ABSTRACT_AST;
24 
26  static const ast_class NC_ABSTRACT_STATEMENT;
27 
29  static const ast_class NC_ABSTRACT_RVALUE;
30 
32  static const ast_class NC_ABSTRACT_LVALUE;
33 
35  static const ast_class NC_ABSTRACT_LOGICAL;
36 
38  static const ast_class NC_ABSTRACT_BITWISE;
39 
41  static const ast_class NC_ABSTRACT_ARITHMETIC;
42 
44  static const ast_class NC_ABSTRACT_LITERAL;
45 
47  static const ast_class NC_ABSTRACT_INTEGER_VALUE;
48 
50  static const ast_class NC_ABSTRACT_FLOAT_VALUE;
51 
53  static const ast_class NC_ABSTRACT_SIZEOF;
54 
56  static const ast_class NC_ABSTRACT_ALIGNOF;
57 
59  static const ast_class NC_ABSTRACT_TYPEID;
60 
62  static const ast_class NC_ABSTRACT_ASM_ENTRY;
63 
65  static const ast_class NC_ABSTRACT_TYPE;
66 
68  static const ast_class NC_ABSTRACT_FLOAT;
69 
71  static const ast_class NC_ABSTRACT_CLASS_STRUCT_UNION;
72 
74  static const ast_class NC_ABSTRACT_FIELD_OR_BASE_CLASS;
75 
77  static const ast_class NC_ABSTRACT_CLASS_ACCESS;
78 
80  static const ast_class NC_FILE_INFO;
81 
83  static const ast_class NC_LANGUAGE_FEATURES;
84 
86  static const ast_class NC_ABI;
87 
89  static const ast_class NC_BASE_TYPE;
90 
92  static const ast_class NC_ALIAS_TYPE;
93 
95  static const ast_class NC_EXPRS;
96 
98  static const ast_class NC_NORMALASSIGN;
99 
101  static const ast_class NC_INCLUSIVEOR;
102 
104  static const ast_class NC_EXCLUSIVEOR;
105 
107  static const ast_class NC_BITANDEXPR;
108 
110  static const ast_class NC_EQUALEXPR;
111 
113  static const ast_class NC_NOTEQUALEXPR;
114 
116  static const ast_class NC_LESSEXPR;
117 
119  static const ast_class NC_GREATEXPR;
120 
122  static const ast_class NC_LESSEQUALEXPR;
123 
125  static const ast_class NC_GREATEQUALEXPR;
126 
128  static const ast_class NC_LEFTSHIFTEXPR;
129 
131  static const ast_class NC_RIGHTSHIFTEXPR;
132 
134  static const ast_class NC_ADDEXPR;
135 
137  static const ast_class NC_SUBEXPR;
138 
140  static const ast_class NC_MULEXPR;
141 
143  static const ast_class NC_DIVEXPR;
144 
146  static const ast_class NC_MODEXPR;
147 
149  static const ast_class NC_CASTEXPR;
150 
152  static const ast_class NC_SIZEEXPR;
153 
155  static const ast_class NC_SIZETYPEEXPR;
156 
158  static const ast_class NC_ALIGNOFEXPR;
159 
161  static const ast_class NC_ALIGNOFTYPEEXPR;
162 
164  static const ast_class NC_ADDREXPR;
165 
167  static const ast_class NC_POINTEREXPR;
168 
170  static const ast_class NC_UNARYPLUSEXPR;
171 
173  static const ast_class NC_UNARYMINUSEXPR;
174 
176  static const ast_class NC_COMPLEMENTEXPR;
177 
179  static const ast_class NC_ARRAYREF;
180 
182  static const ast_class NC_STRUCTORUNIONREF;
183 
185  static const ast_class NC_TYPEIDEXPR;
186 
188  static const ast_class NC_TYPEIDTYPEEXPR;
189 
191  static const ast_class NC_ASSUMEEXPR;
192 
194  static const ast_class NC_INDIRECTFIELD;
195 
197  static const ast_class NC_ADDRLABELEXPR;
198 
200  static const ast_class NC_THROWEXPR;
201 
203  static const ast_class NC_COMPLEX_CONJ_EXPR;
204 
206  static const ast_class NC_COMPLEX_REAL_PART;
207 
209  static const ast_class NC_COMPLEX_IMAG_PART;
210 
212  static const ast_class NC_ASMGENERICENTRY;
213 
215  static const ast_class NC_ASMGNUENTRY;
216 
218  static const ast_class NC_ASMGNUOPERANDS;
219 
221  static const ast_class NC_ASMGNUOPERAND;
222 
224  static const ast_class NC_SUBPROGCALL;
225 
227  static const ast_class NC_INSTANCEOF;
228 
230  static const ast_class NC_CSM_FIELD_EXISTS;
231 
233  static const ast_class NC_STRING;
234 
236  static const ast_class NC_INTEGER_VALUE_32;
237 
239  static const ast_class NC_UINTEGER_VALUE_32;
240 
242  static const ast_class NC_INTEGER_VALUE_64;
243 
245  static const ast_class NC_UINTEGER_VALUE_64;
246 
248  static const ast_class NC_INTEGER_VALUE_128;
249 
251  static const ast_class NC_UINTEGER_VALUE_128;
252 
254  static const ast_class NC_FLOAT_VALUE_32;
255 
257  static const ast_class NC_FLOAT_VALUE_64;
258 
260  static const ast_class NC_FLOAT_VALUE_96;
261 
263  static const ast_class NC_FLOAT_VALUE_128;
264 
266  static const ast_class NC_COMPLEX_VALUE;
267 
269  static const ast_class NC_VARIABLE;
270 
272  static const ast_class NC_ROUTINE;
273 
275  static const ast_class NC_LABEL;
276 
278  static const ast_class NC_FIELD;
279 
281  static const ast_class NC_BASE_CLASS;
282 
284  static const ast_class NC_INTEGER;
285 
287  static const ast_class NC_ENUM;
288 
290  static const ast_class NC_BUILTIN_TYPE;
291 
293  static const ast_class NC_CSM_TYPE;
294 
296  static const ast_class NC_CSM_TYPE_QUALIFIERS;
297 
299  static const ast_class NC_CODESURFER_TYPE;
300 
302  static const ast_class NC_FLOAT;
303 
305  static const ast_class NC_FIXED_POINT;
306 
308  static const ast_class NC_COMPLEX;
309 
311  static const ast_class NC_IMAGINARY;
312 
314  static const ast_class NC_VOID;
315 
317  static const ast_class NC_POINTER;
318 
320  static const ast_class NC_ROUTINE_TYPE;
321 
323  static const ast_class NC_ARRAY;
324 
326  static const ast_class NC_CLASS;
327 
329  static const ast_class NC_STRUCT;
330 
332  static const ast_class NC_UNION;
333 
335  static const ast_class NC_PTR_TO_MEMBER;
336 
338  static const ast_class NC_TEMPLATE_PARAM;
339 
341  static const ast_class NC_VECTOR_TYPE;
342 
344  static const ast_class NC_BASE_CLASS_ACCESS;
345 
347  static const ast_class NC_DERIVED_CLASS_ACCESS;
348 
350  static const ast_class NC_VIRTUAL_BASE_CLASS_ACCESS;
351 
353  static const ast_class NC_VIRTUAL_DERIVED_CLASS_ACCESS;
354 
356  static const ast_class NC_DESIGNATOR_INIT;
357 
359  static const ast_class NC_ABSTRACT_ATTRIBUTE;
360 
362  static const ast_class NC_FORMAT_ATTRIBUTE;
363 
365  static const ast_class NC_AST_LIST;
366 
368  static const ast_class NC_RANGE;
369 
371  static const ast_class NC_BUILTIN_CALL;
372 
374  static const ast_class NC_CSM_NAMED_VALUE;
375 
377  static const ast_class NC_UNAVAILABLE;
378 
380  static const ast_class UC_ABSTRACT_AST;
381 
383  static const ast_class UC_ABSTRACT_SCOPE;
384 
386  static const ast_class UC_ABSTRACT_EXECUTABLE_SCOPE;
387 
389  static const ast_class UC_ABSTRACT_NON_EXECUTABLE_SCOPE;
390 
392  static const ast_class UC_ABSTRACT_TYPE;
393 
395  static const ast_class UC_ABSTRACT_CONSTANT;
396 
398  static const ast_class UC_ABSTRACT_EXPR;
399 
401  static const ast_class UC_ABSTRACT_STATEMENT;
402 
404  static const ast_class UC_ABSTRACT_ENHANCED_FOR;
405 
407  static const ast_class UC_ABSTRACT_INITIALIZER;
408 
410  static const ast_class UC_ABSTRACT_TEMPLATE_ARG;
411 
413  static const ast_class UC_ABSTRACT_TEMPLATE_PARAMETER;
414 
416  static const ast_class UC_ABSTRACT_PRAGMA;
417 
419  static const ast_class UC_ABSTRACT_CONSTRUCTOR_INIT;
420 
422  static const ast_class UC_ABSTRACT_DYNAMIC_INIT;
423 
425  static const ast_class UC_ABSTRACT_GENERIC_ARRAY;
426 
428  static const ast_class UC_ABSTRACT_CLASS_STRUCT_UNION;
429 
431  static const ast_class UC_ABSTRACT_ADDRESS;
432 
434  static const ast_class UC_ABSTRACT_CONSTANT_TEMPLATE_PARAM;
435 
437  static const ast_class UC_ABSTRACT_OPERATION;
438 
440  static const ast_class UC_ABSTRACT_NEGATE;
441 
443  static const ast_class UC_ABSTRACT_CAST;
444 
446  static const ast_class UC_ABSTRACT_POST_INCR;
447 
449  static const ast_class UC_ABSTRACT_POST_DECR;
450 
452  static const ast_class UC_ABSTRACT_PRE_INCR;
453 
455  static const ast_class UC_ABSTRACT_PRE_DECR;
456 
458  static const ast_class UC_ABSTRACT_ADD;
459 
461  static const ast_class UC_ABSTRACT_SUBTRACT;
462 
464  static const ast_class UC_ABSTRACT_MULTIPLY;
465 
467  static const ast_class UC_ABSTRACT_DIVIDE;
468 
470  static const ast_class UC_ABSTRACT_SHIFTL;
471 
473  static const ast_class UC_ABSTRACT_SHIFTR;
474 
476  static const ast_class UC_ABSTRACT_EQ;
477 
479  static const ast_class UC_ABSTRACT_NE;
480 
482  static const ast_class UC_ABSTRACT_GT;
483 
485  static const ast_class UC_ABSTRACT_LT;
486 
488  static const ast_class UC_ABSTRACT_GE;
489 
491  static const ast_class UC_ABSTRACT_LE;
492 
494  static const ast_class UC_ABSTRACT_SPACESHIP;
495 
497  static const ast_class UC_ABSTRACT_GNU_MIN;
498 
500  static const ast_class UC_ABSTRACT_GNU_MAX;
501 
503  static const ast_class UC_ABSTRACT_ASSIGN;
504 
506  static const ast_class UC_ABSTRACT_ADD_ASSIGN;
507 
509  static const ast_class UC_ABSTRACT_SUBTRACT_ASSIGN;
510 
512  static const ast_class UC_ABSTRACT_MULTIPLY_ASSIGN;
513 
515  static const ast_class UC_ABSTRACT_DIVIDE_ASSIGN;
516 
518  static const ast_class UC_ABSTRACT_SHIFTL_ASSIGN;
519 
521  static const ast_class UC_ABSTRACT_SHIFTR_ASSIGN;
522 
524  static const ast_class UC_ABSTRACT_ARRAYREF;
525 
527  static const ast_class UC_ABSTRACT_DOT_EXPR;
528 
530  static const ast_class UC_ABSTRACT_PM_DOT_EXPR;
531 
533  static const ast_class UC_ABSTRACT_CALL;
534 
536  static const ast_class UC_ABSTRACT_SIZEOF;
537 
539  static const ast_class UC_ABSTRACT_SIZEOF_PACK;
540 
542  static const ast_class UC_ABSTRACT_ALIGNOF;
543 
545  static const ast_class UC_ABSTRACT_BUILTIN_OPERATION;
546 
549 
552 
554  static const ast_class UC_ABSTRACT_LITERAL;
555 
557  static const ast_class UC_ABSTRACT_INTEGER_LITERAL;
558 
560  static const ast_class UC_ABSTRACT_FLOAT_LITERAL;
561 
563  static const ast_class UC_ABSTRACT_ATTRIBUTE_ARG;
564 
566  static const ast_class UC_ABSTRACT_DECL;
567 
569  static const ast_class UC_FILE_INFO;
570 
572  static const ast_class UC_SOURCE_CORRESPONDENCE;
573 
575  static const ast_class UC_ZERO_INITIALIZER;
576 
578  static const ast_class UC_NO_INITIALIZER;
579 
581  static const ast_class UC_STATIC_ASSERTION;
582 
584  static const ast_class UC_STATIC_INITIALIZER;
585 
587  static const ast_class UC_BINDING_INITIALIZER;
588 
590  static const ast_class UC_SOURCE_FILE;
591 
593  static const ast_class UC_ERROR_VALUE;
594 
596  static const ast_class UC_INTEGER_VALUE;
597 
599  static const ast_class UC_FIXED_POINT_VALUE;
600 
602  static const ast_class UC_STRING;
603 
605  static const ast_class UC_FLOAT_VALUE;
606 
608  static const ast_class UC_COMPLEX_VALUE;
609 
611  static const ast_class UC_IMAGINARY_VALUE;
612 
614  static const ast_class UC_ROUTINE_ADDRESS_CONSTANT;
615 
617  static const ast_class UC_VARIABLE_ADDRESS_CONSTANT;
618 
620  static const ast_class UC_CONSTANT_ADDRESS;
621 
623  static const ast_class UC_UUIDOF_ADDRESS;
624 
626  static const ast_class UC_TYPEID_ADDRESS;
627 
629  static const ast_class UC_LABEL_ADDRESS;
630 
632  static const ast_class UC_CONSTANT_PTR_TO_MEMBER;
633 
635  static const ast_class UC_CONSTANT_LABEL_DIFFERENCE;
636 
638  static const ast_class UC_CONSTANT_DYNAMIC_INITIALIZATION;
639 
641  static const ast_class UC_AGGREGATE;
642 
644  static const ast_class UC_INIT_REPEAT;
645 
647  static const ast_class UC_CTP_PARAM;
648 
650  static const ast_class UC_CTP_EXPR;
651 
653  static const ast_class UC_CTP_MEMBER;
654 
656  static const ast_class UC_CTP_UNKNOWN_FUNCTION;
657 
659  static const ast_class UC_CTP_CAST;
660 
662  static const ast_class UC_CTP_ADDRESS;
663 
665  static const ast_class UC_CTP_SIZEOF;
666 
668  static const ast_class UC_CTP_ALIGNOF;
669 
671  static const ast_class UC_CTP_UUIDOF;
672 
674  static const ast_class UC_CTP_TYPEID;
675 
677  static const ast_class UC_CTP_NOEXCEPT;
678 
680  static const ast_class UC_CTP_TEMPLATE_REF;
681 
683  static const ast_class UC_CTP_INTEGER_PACK;
684 
686  static const ast_class UC_CTP_DESTRUCTOR;
687 
689  static const ast_class UC_DESIGNATOR;
690 
692  static const ast_class UC_VOID_VALUE;
693 
695  static const ast_class UC_PARAM_TYPE;
696 
698  static const ast_class UC_ERROR_TYPE;
699 
701  static const ast_class UC_VOID;
702 
704  static const ast_class UC_INTEGER;
705 
707  static const ast_class UC_ENUM;
708 
710  static const ast_class UC_FIXED_POINT;
711 
713  static const ast_class UC_FLOAT;
714 
716  static const ast_class UC_IMAGINARY;
717 
719  static const ast_class UC_COMPLEX;
720 
722  static const ast_class UC_POINTER;
723 
725  static const ast_class UC_ROUTINE_TYPE;
726 
728  static const ast_class UC_ARRAY;
729 
731  static const ast_class UC_VLA;
732 
734  static const ast_class UC_CLASS;
735 
737  static const ast_class UC_STRUCT;
738 
740  static const ast_class UC_UNION;
741 
743  static const ast_class UC_TYPEREF;
744 
746  static const ast_class UC_PTR_TO_MEMBER;
747 
749  static const ast_class UC_TEMPLATE_PARAM;
750 
752  static const ast_class UC_VECTOR_TYPE;
753 
755  static const ast_class UC_NULLPTR_TYPE;
756 
758  static const ast_class UC_CODESURFER_TYPE;
759 
761  static const ast_class UC_VARIABLE;
762 
764  static const ast_class UC_VARIABLE_DECL;
765 
767  static const ast_class UC_PARAMETER;
768 
770  static const ast_class UC_HANDLER_PARAMETER;
771 
773  static const ast_class UC_THIS_PARAMETER;
774 
776  static const ast_class UC_FIELD;
777 
779  static const ast_class UC_EXCEPTION_SPECIFICATION;
780 
782  static const ast_class UC_ROUTINE;
783 
785  static const ast_class UC_ROUTINE_DECL;
786 
788  static const ast_class UC_LABEL;
789 
791  static const ast_class UC_ERROR_EXPR;
792 
794  static const ast_class UC_INDIRECT;
795 
797  static const ast_class UC_UNARY_PLUS;
798 
800  static const ast_class UC_NOT;
801 
803  static const ast_class UC_GENERIC_CAST;
804 
806  static const ast_class UC_BASE_CLASS_CAST;
807 
809  static const ast_class UC_DERIVED_CLASS_CAST;
810 
812  static const ast_class UC_PM_BASE_CLASS_CAST;
813 
815  static const ast_class UC_PM_DERIVED_CLASS_CAST;
816 
818  static const ast_class UC_LVALUE_CAST;
819 
821  static const ast_class UC_LVALUE_ADJUST;
822 
824  static const ast_class UC_CLASS_RVALUE_ADJUST;
825 
827  static const ast_class UC_DYNAMIC_CAST;
828 
830  static const ast_class UC_BOOL_CAST;
831 
833  static const ast_class UC_ARRAY_TO_POINTER_DECAY;
834 
836  static const ast_class UC_COMPLEMENT;
837 
839  static const ast_class UC_ASSUME;
840 
842  static const ast_class UC_NOEXCEPT;
843 
845  static const ast_class UC_PADD;
846 
848  static const ast_class UC_PSUBTRACT;
849 
851  static const ast_class UC_JMULTIPLY;
852 
854  static const ast_class UC_JDIVIDE;
855 
857  static const ast_class UC_FJADD;
858 
860  static const ast_class UC_JFADD;
861 
863  static const ast_class UC_FJSUBTRACT;
864 
866  static const ast_class UC_JFSUBTRACT;
867 
869  static const ast_class UC_XCONJ;
870 
872  static const ast_class UC_REAL_PART;
873 
875  static const ast_class UC_IMAG_PART;
876 
878  static const ast_class UC_REMAINDER;
879 
881  static const ast_class UC_PDIFF;
882 
884  static const ast_class UC_BASSIGN;
885 
887  static const ast_class UC_REMAINDER_ASSIGN;
888 
890  static const ast_class UC_PADD_ASSIGN;
891 
893  static const ast_class UC_PSUBTRACT_ASSIGN;
894 
896  static const ast_class UC_GENERIC_SHIFTL_ASSIGN;
897 
899  static const ast_class UC_GENERIC_SHIFTR_ASSIGN;
900 
902  static const ast_class UC_AND_ASSIGN;
903 
905  static const ast_class UC_OR_ASSIGN;
906 
908  static const ast_class UC_XOR_ASSIGN;
909 
911  static const ast_class UC_SUBSCRIPT;
912 
914  static const ast_class UC_CLI_SUBSCRIPT;
915 
917  static const ast_class UC_DOT_FIELD;
918 
920  static const ast_class UC_POINTS_TO_FIELD;
921 
923  static const ast_class UC_PM_POINTS_TO_FIELD;
924 
926  static const ast_class UC_POINTS_TO_PM_FUNC_PTR;
927 
929  static const ast_class UC_DOT_STATIC;
930 
932  static const ast_class UC_POINTS_TO_STATIC;
933 
935  static const ast_class UC_GENERIC_SHIFTL;
936 
938  static const ast_class UC_GENERIC_SHIFTR;
939 
941  static const ast_class UC_AND;
942 
944  static const ast_class UC_OR;
945 
947  static const ast_class UC_XOR;
948 
950  static const ast_class UC_COMMA;
951 
953  static const ast_class UC_VIRTUAL_FUNCTION_PTR;
954 
956  static const ast_class UC_DOT_VACUOUS_DESTRUCTOR_CALL;
957 
959  static const ast_class UC_POINTS_TO_VACUOUS_DESTRUCTOR_CALL;
960 
962  static const ast_class UC_LAND;
963 
965  static const ast_class UC_LOR;
966 
968  static const ast_class UC_QUESTION;
969 
971  static const ast_class UC_FUNCTION_CALL;
972 
974  static const ast_class UC_VA_START;
975 
977  static const ast_class UC_VA_ARG;
978 
980  static const ast_class UC_VA_END;
981 
983  static const ast_class UC_VA_COPY;
984 
986  static const ast_class UC_VA_START_SINGLE_OPERAND;
987 
989  static const ast_class UC_CO_AWAIT_WITH_DEPENDENT_OPERAND;
990 
992  static const ast_class UC_CO_YIELD_WITH_DEPENDENT_OPERAND;
993 
995  static const ast_class UC_GENERIC_NEGATE;
996 
998  static const ast_class UC_GENERIC_POST_INCR;
999 
1001  static const ast_class UC_GENERIC_POST_DECR;
1002 
1004  static const ast_class UC_GENERIC_PRE_INCR;
1005 
1007  static const ast_class UC_GENERIC_PRE_DECR;
1008 
1010  static const ast_class UC_GENERIC_ADD;
1011 
1013  static const ast_class UC_GENERIC_SUBTRACT;
1014 
1016  static const ast_class UC_GENERIC_MULTIPLY;
1017 
1019  static const ast_class UC_GENERIC_DIVIDE;
1020 
1022  static const ast_class UC_GENERIC_EQ;
1023 
1025  static const ast_class UC_GENERIC_NE;
1026 
1028  static const ast_class UC_GENERIC_GT;
1029 
1031  static const ast_class UC_GENERIC_LT;
1032 
1034  static const ast_class UC_GENERIC_GE;
1035 
1037  static const ast_class UC_GENERIC_LE;
1038 
1040  static const ast_class UC_GENERIC_SPACESHIP;
1041 
1043  static const ast_class UC_GENERIC_GNU_MIN;
1044 
1046  static const ast_class UC_GENERIC_GNU_MAX;
1047 
1049  static const ast_class UC_GENERIC_ASSIGN;
1050 
1052  static const ast_class UC_GENERIC_ADD_ASSIGN;
1053 
1055  static const ast_class UC_GENERIC_SUBTRACT_ASSIGN;
1056 
1058  static const ast_class UC_GENERIC_MULTIPLY_ASSIGN;
1059 
1061  static const ast_class UC_GENERIC_DIVIDE_ASSIGN;
1062 
1064  static const ast_class UC_ADDRESS_OP;
1065 
1067  static const ast_class UC_PM_DOT_FIELD;
1068 
1070  static const ast_class UC_DOT_PM_FUNC_PTR;
1071 
1073  static const ast_class UC_LVALUE;
1074 
1076  static const ast_class UC_DOT_MEMBER_CALL;
1077 
1079  static const ast_class UC_POINTS_TO_MEMBER_CALL;
1080 
1082  static const ast_class UC_DOT_PM_CALL;
1083 
1085  static const ast_class UC_POINTS_TO_PM_CALL;
1086 
1088  static const ast_class UC_HANDLE_TO;
1089 
1091  static const ast_class UC_BOX;
1092 
1094  static const ast_class UC_HANDLE_TO_BOX;
1095 
1097  static const ast_class UC_UNBOX;
1098 
1100  static const ast_class UC_UNBOX_LVALUE;
1101 
1103  static const ast_class UC_VECTOR_FILL;
1104 
1106  static const ast_class UC_EXPR_CONSTANT;
1107 
1109  static const ast_class UC_EXPR_VARIABLE;
1110 
1112  static const ast_class UC_EXPR_FIELD;
1113 
1115  static const ast_class UC_TEMP_INIT;
1116 
1118  static const ast_class UC_NEW;
1119 
1121  static const ast_class UC_DELETE;
1122 
1124  static const ast_class UC_LAMBDA;
1125 
1127  static const ast_class UC_GCNEW;
1128 
1130  static const ast_class UC_THROW;
1131 
1133  static const ast_class UC_CONDITION;
1134 
1136  static const ast_class UC_EXPR_OBJECT_LIFETIME;
1137 
1139  static const ast_class UC_TYPEID;
1140 
1142  static const ast_class UC_RUNTIME_SIZEOF_TYPE;
1143 
1145  static const ast_class UC_RUNTIME_SIZEOF;
1146 
1148  static const ast_class UC_SIZEOF_PACK_TYPE;
1149 
1151  static const ast_class UC_SIZEOF_PACK_EXPR;
1152 
1154  static const ast_class UC_SIZEOF_PACK_TEMPLATE;
1155 
1157  static const ast_class UC_ALIGNOF_TYPE;
1158 
1160  static const ast_class UC_ALIGNOF;
1161 
1163  static const ast_class UC_ADDRESS_OF_ELLIPSIS;
1164 
1166  static const ast_class UC_LAMBDA_CAPTURE;
1167 
1169  static const ast_class UC_EXPR_STMT;
1170 
1172  static const ast_class UC_REUSE_VALUE;
1173 
1175  static const ast_class UC_EXPR_ROUTINE;
1176 
1178  static const ast_class UC_VLA_DEALLOC;
1179 
1181  static const ast_class UC_EXPR_TYPE;
1182 
1185 
1188 
1191 
1194 
1197 
1200 
1203 
1206 
1209 
1212 
1214  static const ast_class UC_BUILTIN_OPERATION_HAS_ATTRIBUTE;
1215 
1217  static const ast_class UC_PARAM_REF;
1218 
1220  static const ast_class UC_BRACED_INIT_LIST;
1221 
1223  static const ast_class UC_C11_GENERIC;
1224 
1226  static const ast_class UC_BUILTIN_CHOOSE_EXPR;
1227 
1229  static const ast_class UC_CO_AWAIT;
1230 
1232  static const ast_class UC_CO_YIELD;
1233 
1235  static const ast_class UC_FOLD;
1236 
1238  static const ast_class UC_INITIALIZER_EXPR;
1239 
1241  static const ast_class UC_CONCEPT_ID_EXPR;
1242 
1244  static const ast_class UC_REQUIRES_EXPR;
1245 
1247  static const ast_class UC_COMPOUND_REQ_EXPR;
1248 
1250  static const ast_class UC_NESTED_REQ_EXPR;
1251 
1253  static const ast_class UC_CONST_EVAL_DEFERRED_EXPR;
1254 
1256  static const ast_class UC_TEMPLATE_NAME_EXPR;
1257 
1259  static const ast_class UC_HANDLER;
1260 
1262  static const ast_class UC_STMT_EXPR;
1263 
1265  static const ast_class UC_IF;
1266 
1268  static const ast_class UC_CONSTEXPR_IF;
1269 
1271  static const ast_class UC_IF_CONSTEVAL;
1272 
1274  static const ast_class UC_IF_NOT_CONSTEVAL;
1275 
1277  static const ast_class UC_WHILE;
1278 
1280  static const ast_class UC_GOTO;
1281 
1283  static const ast_class UC_STMT_LABEL;
1284 
1286  static const ast_class UC_RETURN;
1287 
1289  static const ast_class UC_COROUTINE;
1290 
1292  static const ast_class UC_COROUTINE_RETURN;
1293 
1295  static const ast_class UC_BLOCK;
1296 
1298  static const ast_class UC_END_TEST_WHILE;
1299 
1301  static const ast_class UC_FOR;
1302 
1304  static const ast_class UC_FOR_EACH;
1305 
1307  static const ast_class UC_RANGE_BASED_FOR;
1308 
1310  static const ast_class UC_SWITCH_CASE;
1311 
1313  static const ast_class UC_SWITCH;
1314 
1316  static const ast_class UC_INIT;
1317 
1319  static const ast_class UC_ASM;
1320 
1322  static const ast_class UC_ASM_FUNC_BODY;
1323 
1325  static const ast_class UC_TRY_BLOCK;
1326 
1328  static const ast_class UC_MS_TRY_BLOCK;
1329 
1331  static const ast_class UC_DECL;
1332 
1334  static const ast_class UC_SET_VLA_SIZE;
1335 
1337  static const ast_class UC_VLA_TYPEDEF_DECL;
1338 
1340  static const ast_class UC_VLA_DECL;
1341 
1343  static const ast_class UC_ASSIGNED_GOTO;
1344 
1346  static const ast_class UC_EMPTY;
1347 
1349  static const ast_class UC_STMT_EXPR_RESULT;
1350 
1352  static const ast_class UC_FILE_SCOPE;
1353 
1355  static const ast_class UC_FUNCTION_PROTOTYPE_SCOPE;
1356 
1358  static const ast_class UC_BLOCK_SCOPE;
1359 
1361  static const ast_class UC_NAMESPACE_SCOPE;
1362 
1364  static const ast_class UC_CLASS_STRUCT_UNION_SCOPE;
1365 
1367  static const ast_class UC_CONDITION_SCOPE;
1368 
1370  static const ast_class UC_FUNCTION_SCOPE;
1371 
1373  static const ast_class UC_NAMESPACE;
1374 
1376  static const ast_class UC_USING_DECL;
1377 
1379  static const ast_class UC_DYNAMIC_INIT_NONE;
1380 
1382  static const ast_class UC_DYNAMIC_INIT_ZERO;
1383 
1385  static const ast_class UC_DYNAMIC_INIT_CONSTANT;
1386 
1388  static const ast_class UC_DYNAMIC_INIT_EXPRESSION;
1389 
1392 
1394  static const ast_class UC_DYNAMIC_INIT_CONSTRUCTOR;
1395 
1398 
1400  static const ast_class UC_DYNAMIC_INIT_BITWISE_COPY;
1401 
1403  static const ast_class UC_DYNAMIC_INIT_LAMBDA;
1404 
1406  static const ast_class UC_VLA_DIMENSION;
1407 
1409  static const ast_class UC_OVERRIDING_VIRTUAL_FUNCTION;
1410 
1412  static const ast_class UC_BASE_CLASS_DERIVATION;
1413 
1415  static const ast_class UC_BASE_CLASS;
1416 
1418  static const ast_class UC_TEMPLATE;
1419 
1422 
1425 
1427  static const ast_class UC_FIELD_CONSTRUCTOR_INIT;
1428 
1430  static const ast_class UC_DELEGATION_CONSTRUCTOR_INIT;
1431 
1433  static const ast_class UC_ASM_ENTRY;
1434 
1436  static const ast_class UC_ASM_OPERAND;
1437 
1439  static const ast_class UC_ATTRIBUTE;
1440 
1442  static const ast_class UC_ATTRIBUTE_ARG_EMPTY;
1443 
1445  static const ast_class UC_ATTRIBUTE_ARG_RAW_TOKEN;
1446 
1448  static const ast_class UC_ATTRIBUTE_ARG_TOKEN;
1449 
1451  static const ast_class UC_ATTRIBUTE_ARG_CONSTANT;
1452 
1454  static const ast_class UC_ATTRIBUTE_ARG_TYPE;
1455 
1457  static const ast_class UC_ATTRIBUTE_ARG_EXPRESSION;
1458 
1460  static const ast_class UC_TEMPLATE_ARG_TYPE;
1461 
1463  static const ast_class UC_TEMPLATE_ARG_NONTYPE;
1464 
1466  static const ast_class UC_TEMPLATE_ARG_TEMPLATE;
1467 
1470 
1472  static const ast_class UC_TEMPLATE_PARAMETER_TYPE;
1473 
1475  static const ast_class UC_TEMPLATE_PARAMETER_NONTYPE;
1476 
1478  static const ast_class UC_TEMPLATE_PARAMETER_TEMPLATE;
1479 
1481  static const ast_class UC_PRAGMA_PRINTF_ARGS;
1482 
1484  static const ast_class UC_PRAGMA_SCANF_ARGS;
1485 
1487  static const ast_class UC_PRAGMA_PACK;
1488 
1490  static const ast_class UC_PRAGMA_IDENT;
1491 
1493  static const ast_class UC_PRAGMA_ONCE;
1494 
1496  static const ast_class UC_PRAGMA_WEAK;
1497 
1499  static const ast_class UC_PRAGMA_HDRSTOP;
1500 
1502  static const ast_class UC_PRAGMA_NO_PCH;
1503 
1505  static const ast_class UC_PRAGMA_DEFINE_TYPE_INFO;
1506 
1508  static const ast_class UC_PRAGMA_STDC;
1509 
1511  static const ast_class UC_PRAGMA_REDEFINE_EXTNAME;
1512 
1514  static const ast_class UC_PRAGMA_GCC;
1515 
1517  static const ast_class UC_PRAGMA_DIAG_SUPPRESS;
1518 
1520  static const ast_class UC_PRAGMA_DIAG_REMARK;
1521 
1523  static const ast_class UC_PRAGMA_DIAG_WARNING;
1524 
1526  static const ast_class UC_PRAGMA_DIAG_ERROR;
1527 
1529  static const ast_class UC_PRAGMA_DIAG_ONCE;
1530 
1532  static const ast_class UC_PRAGMA_DIAG_DEFAULT;
1533 
1535  static const ast_class UC_PRAGMA_DIAGNOSTIC;
1536 
1538  static const ast_class UC_PRAGMA_PUSH_MACRO;
1539 
1541  static const ast_class UC_PRAGMA_POP_MACRO;
1542 
1544  static const ast_class UC_PRAGMA_START_MAP_REGION;
1545 
1547  static const ast_class UC_PRAGMA_STOP_MAP_REGION;
1548 
1550  static const ast_class UC_PRAGMA_SETLOCALE;
1551 
1553  static const ast_class UC_PRAGMA_COMMENT;
1554 
1556  static const ast_class UC_PRAGMA_CONFORM;
1557 
1559  static const ast_class UC_PRAGMA_INCLUDE_ALIAS;
1560 
1562  static const ast_class UC_PRAGMA_ASM;
1563 
1565  static const ast_class UC_PRAGMA_ENDASM;
1566 
1568  static const ast_class UC_PRAGMA_INLINE_ASM;
1569 
1571  static const ast_class UC_PRAGMA_OPENMP;
1572 
1574  static const ast_class UC_MACRO;
1575 
1577  static const ast_class UC_SWITCH_CASE_ENTRY;
1578 
1580  static const ast_class UC_INTEGER_VALUE_32;
1581 
1583  static const ast_class UC_UINTEGER_VALUE_32;
1584 
1586  static const ast_class UC_INTEGER_VALUE_64;
1587 
1589  static const ast_class UC_UINTEGER_VALUE_64;
1590 
1592  static const ast_class UC_INTEGER_VALUE_128;
1593 
1595  static const ast_class UC_UINTEGER_VALUE_128;
1596 
1598  static const ast_class UC_FLOAT_VALUE_32;
1599 
1601  static const ast_class UC_FLOAT_VALUE_64;
1602 
1604  static const ast_class UC_FLOAT_VALUE_96;
1605 
1607  static const ast_class UC_FLOAT_VALUE_128;
1608 
1610  static const ast_class UC_AST_LIST;
1611 
1613  static const ast_class UC_ENUM_LIST;
static const ast_class UC_EXPR_STMT
Unnormalized C/C++ AST class: UC_EXPR_STMT
Definition: cs_ast_class_decls.hpp:1169
static const ast_class UC_THIS_PARAMETER
Unnormalized C/C++ AST class: UC_THIS_PARAMETER
Definition: cs_ast_class_decls.hpp:773
static const ast_class UC_VIRTUAL_BASE_CLASS_CONSTRUCTOR_INIT
Unnormalized C/C++ AST class: UC_VIRTUAL_BASE_CLASS_CONSTRUCTOR_INIT
Definition: cs_ast_class_decls.hpp:1421
static const ast_class NC_ABSTRACT_CLASS_STRUCT_UNION
Normalized C/C++ AST class: NC_ABSTRACT_CLASS_STRUCT_UNION
Definition: cs_ast_class_decls.hpp:71
static const ast_class UC_PARAM_TYPE
Unnormalized C/C++ AST class: UC_PARAM_TYPE
Definition: cs_ast_class_decls.hpp:695
static const ast_class NC_TYPEIDEXPR
Normalized C/C++ AST class: NC_TYPEIDEXPR
Definition: cs_ast_class_decls.hpp:185
static const ast_class NC_UINTEGER_VALUE_128
Normalized C/C++ AST class: NC_UINTEGER_VALUE_128
Definition: cs_ast_class_decls.hpp:251
static const ast_class UC_TEMPLATE_ARG_TEMPLATE
Unnormalized C/C++ AST class: UC_TEMPLATE_ARG_TEMPLATE
Definition: cs_ast_class_decls.hpp:1466
static const ast_class UC_ABSTRACT_BUILTIN_OPERATION
Unnormalized C/C++ AST class: UC_ABSTRACT_BUILTIN_OPERATION
Definition: cs_ast_class_decls.hpp:545
static const ast_class UC_PRAGMA_IDENT
Unnormalized C/C++ AST class: UC_PRAGMA_IDENT
Definition: cs_ast_class_decls.hpp:1490
static const ast_class UC_EXPR_FIELD
Unnormalized C/C++ AST class: UC_EXPR_FIELD
Definition: cs_ast_class_decls.hpp:1112
static const ast_class NC_CSM_NAMED_VALUE
Normalized C/C++ AST class: NC_CSM_NAMED_VALUE
Definition: cs_ast_class_decls.hpp:374
static const ast_class UC_VIRTUAL_FUNCTION_PTR
Unnormalized C/C++ AST class: UC_VIRTUAL_FUNCTION_PTR
Definition: cs_ast_class_decls.hpp:953
static const ast_class UC_LVALUE
Unnormalized C/C++ AST class: UC_LVALUE
Definition: cs_ast_class_decls.hpp:1073
static const ast_class UC_DOT_PM_CALL
Unnormalized C/C++ AST class: UC_DOT_PM_CALL
Definition: cs_ast_class_decls.hpp:1082
static const ast_class UC_PRAGMA_PACK
Unnormalized C/C++ AST class: UC_PRAGMA_PACK
Definition: cs_ast_class_decls.hpp:1487
static const ast_class NC_MODEXPR
Normalized C/C++ AST class: NC_MODEXPR
Definition: cs_ast_class_decls.hpp:146
static const ast_class UC_CTP_PARAM
Unnormalized C/C++ AST class: UC_CTP_PARAM
Definition: cs_ast_class_decls.hpp:647
static const ast_class UC_GENERIC_GE
Unnormalized C/C++ AST class: UC_GENERIC_GE
Definition: cs_ast_class_decls.hpp:1034
static const ast_class UC_ABSTRACT_INTEGER_LITERAL
Unnormalized C/C++ AST class: UC_ABSTRACT_INTEGER_LITERAL
Definition: cs_ast_class_decls.hpp:557
static const ast_class UC_CTP_SIZEOF
Unnormalized C/C++ AST class: UC_CTP_SIZEOF
Definition: cs_ast_class_decls.hpp:665
static const ast_class NC_LESSEQUALEXPR
Normalized C/C++ AST class: NC_LESSEQUALEXPR
Definition: cs_ast_class_decls.hpp:122
static const ast_class UC_GENERIC_MULTIPLY
Unnormalized C/C++ AST class: UC_GENERIC_MULTIPLY
Definition: cs_ast_class_decls.hpp:1016
static const ast_class NC_ARRAY
Normalized C/C++ AST class: NC_ARRAY
Definition: cs_ast_class_decls.hpp:323
static const ast_class NC_TYPEIDTYPEEXPR
Normalized C/C++ AST class: NC_TYPEIDTYPEEXPR
Definition: cs_ast_class_decls.hpp:188
static const ast_class UC_ABSTRACT_GNU_MIN
Unnormalized C/C++ AST class: UC_ABSTRACT_GNU_MIN
Definition: cs_ast_class_decls.hpp:497
static const ast_class UC_TEMPLATE_PARAMETER_TYPE
Unnormalized C/C++ AST class: UC_TEMPLATE_PARAMETER_TYPE
Definition: cs_ast_class_decls.hpp:1472
static const ast_class UC_ASSUME
Unnormalized C/C++ AST class: UC_ASSUME
Definition: cs_ast_class_decls.hpp:839
static const ast_class UC_TEMPLATE_PARAM
Unnormalized C/C++ AST class: UC_TEMPLATE_PARAM
Definition: cs_ast_class_decls.hpp:749
static const ast_class UC_ABSTRACT_SIZEOF_PACK
Unnormalized C/C++ AST class: UC_ABSTRACT_SIZEOF_PACK
Definition: cs_ast_class_decls.hpp:539
static const ast_class NC_ALIAS_TYPE
Normalized C/C++ AST class: NC_ALIAS_TYPE
Definition: cs_ast_class_decls.hpp:92
static const ast_class UC_GENERIC_MULTIPLY_ASSIGN
Unnormalized C/C++ AST class: UC_GENERIC_MULTIPLY_ASSIGN
Definition: cs_ast_class_decls.hpp:1058
static const ast_class NC_ABSTRACT_FLOAT
Normalized C/C++ AST class: NC_ABSTRACT_FLOAT
Definition: cs_ast_class_decls.hpp:68
static const ast_class NC_UINTEGER_VALUE_32
Normalized C/C++ AST class: NC_UINTEGER_VALUE_32
Definition: cs_ast_class_decls.hpp:239
static const ast_class UC_SOURCE_CORRESPONDENCE
Unnormalized C/C++ AST class: UC_SOURCE_CORRESPONDENCE
Definition: cs_ast_class_decls.hpp:572
static const ast_class NC_BUILTIN_CALL
Normalized C/C++ AST class: NC_BUILTIN_CALL
Definition: cs_ast_class_decls.hpp:371
static const ast_class UC_ABSTRACT_BUILTIN_OPERATION_EXPRESSION_OPERANDS
Unnormalized C/C++ AST class: UC_ABSTRACT_BUILTIN_OPERATION_EXPRESSION_OPERANDS
Definition: cs_ast_class_decls.hpp:551
static const ast_class UC_ROUTINE_TYPE
Unnormalized C/C++ AST class: UC_ROUTINE_TYPE
Definition: cs_ast_class_decls.hpp:725
static const ast_class NC_ABSTRACT_STATEMENT
Normalized C/C++ AST class: NC_ABSTRACT_STATEMENT
Definition: cs_ast_class_decls.hpp:26
static const ast_class NC_GREATEQUALEXPR
Normalized C/C++ AST class: NC_GREATEQUALEXPR
Definition: cs_ast_class_decls.hpp:125
static const ast_class NC_VARIABLE
Normalized C/C++ AST class: NC_VARIABLE
Definition: cs_ast_class_decls.hpp:269
static const ast_class NC_POINTEREXPR
Normalized C/C++ AST class: NC_POINTEREXPR
Definition: cs_ast_class_decls.hpp:167
static const ast_class NC_ABSTRACT_FLOAT_VALUE
Normalized C/C++ AST class: NC_ABSTRACT_FLOAT_VALUE
Definition: cs_ast_class_decls.hpp:50
static const ast_class NC_INTEGER_VALUE_128
Normalized C/C++ AST class: NC_INTEGER_VALUE_128
Definition: cs_ast_class_decls.hpp:248
static const ast_class UC_COMPLEMENT
Unnormalized C/C++ AST class: UC_COMPLEMENT
Definition: cs_ast_class_decls.hpp:836
static const ast_class UC_GENERIC_DIVIDE
Unnormalized C/C++ AST class: UC_GENERIC_DIVIDE
Definition: cs_ast_class_decls.hpp:1019
static const ast_class UC_TEMPLATE_NAME_EXPR
Unnormalized C/C++ AST class: UC_TEMPLATE_NAME_EXPR
Definition: cs_ast_class_decls.hpp:1256
static const ast_class NC_STRUCTORUNIONREF
Normalized C/C++ AST class: NC_STRUCTORUNIONREF
Definition: cs_ast_class_decls.hpp:182
static const ast_class UC_STMT_LABEL
Unnormalized C/C++ AST class: UC_STMT_LABEL
Definition: cs_ast_class_decls.hpp:1283
static const ast_class UC_SIZEOF_PACK_EXPR
Unnormalized C/C++ AST class: UC_SIZEOF_PACK_EXPR
Definition: cs_ast_class_decls.hpp:1151
static const ast_class NC_VIRTUAL_DERIVED_CLASS_ACCESS
Normalized C/C++ AST class: NC_VIRTUAL_DERIVED_CLASS_ACCESS
Definition: cs_ast_class_decls.hpp:353
static const ast_class NC_NOTEQUALEXPR
Normalized C/C++ AST class: NC_NOTEQUALEXPR
Definition: cs_ast_class_decls.hpp:113
static const ast_class UC_PRAGMA_ENDASM
Unnormalized C/C++ AST class: UC_PRAGMA_ENDASM
Definition: cs_ast_class_decls.hpp:1565
static const ast_class NC_LESSEXPR
Normalized C/C++ AST class: NC_LESSEXPR
Definition: cs_ast_class_decls.hpp:116
static const ast_class UC_ABSTRACT_SUBTRACT_ASSIGN
Unnormalized C/C++ AST class: UC_ABSTRACT_SUBTRACT_ASSIGN
Definition: cs_ast_class_decls.hpp:509
static const ast_class UC_PRAGMA_PUSH_MACRO
Unnormalized C/C++ AST class: UC_PRAGMA_PUSH_MACRO
Definition: cs_ast_class_decls.hpp:1538
static const ast_class UC_BUILTIN_OPERATION_TWO_TYPE_OPERANDS
Unnormalized C/C++ AST class: UC_BUILTIN_OPERATION_TWO_TYPE_OPERANDS
Definition: cs_ast_class_decls.hpp:1187
static const ast_class UC_ABSTRACT_MULTIPLY_ASSIGN
Unnormalized C/C++ AST class: UC_ABSTRACT_MULTIPLY_ASSIGN
Definition: cs_ast_class_decls.hpp:512
static const ast_class NC_ABSTRACT_LVALUE
Normalized C/C++ AST class: NC_ABSTRACT_LVALUE
Definition: cs_ast_class_decls.hpp:32
static const ast_class UC_PADD
Unnormalized C/C++ AST class: UC_PADD
Definition: cs_ast_class_decls.hpp:845
static const ast_class UC_INTEGER_VALUE
Unnormalized C/C++ AST class: UC_INTEGER_VALUE
Definition: cs_ast_class_decls.hpp:596
static const ast_class UC_CTP_MEMBER
Unnormalized C/C++ AST class: UC_CTP_MEMBER
Definition: cs_ast_class_decls.hpp:653
static const ast_class UC_INTEGER_VALUE_64
Unnormalized C/C++ AST class: UC_INTEGER_VALUE_64
Definition: cs_ast_class_decls.hpp:1586
static const ast_class UC_GENERIC_PRE_INCR
Unnormalized C/C++ AST class: UC_GENERIC_PRE_INCR
Definition: cs_ast_class_decls.hpp:1004
static const ast_class UC_PM_POINTS_TO_FIELD
Unnormalized C/C++ AST class: UC_PM_POINTS_TO_FIELD
Definition: cs_ast_class_decls.hpp:923
static const ast_class UC_INTEGER_VALUE_128
Unnormalized C/C++ AST class: UC_INTEGER_VALUE_128
Definition: cs_ast_class_decls.hpp:1592
static const ast_class UC_PM_DERIVED_CLASS_CAST
Unnormalized C/C++ AST class: UC_PM_DERIVED_CLASS_CAST
Definition: cs_ast_class_decls.hpp:815
static const ast_class UC_ATTRIBUTE_ARG_EXPRESSION
Unnormalized C/C++ AST class: UC_ATTRIBUTE_ARG_EXPRESSION
Definition: cs_ast_class_decls.hpp:1457
static const ast_class NC_SIZEEXPR
Normalized C/C++ AST class: NC_SIZEEXPR
Definition: cs_ast_class_decls.hpp:152
static const ast_class UC_ABSTRACT_SIZEOF
Unnormalized C/C++ AST class: UC_ABSTRACT_SIZEOF
Definition: cs_ast_class_decls.hpp:536
static const ast_class UC_ABSTRACT_BUILTIN_OPERATION_TYPE_OPERANDS
Unnormalized C/C++ AST class: UC_ABSTRACT_BUILTIN_OPERATION_TYPE_OPERANDS
Definition: cs_ast_class_decls.hpp:548
static const ast_class UC_CONSTANT_DYNAMIC_INITIALIZATION
Unnormalized C/C++ AST class: UC_CONSTANT_DYNAMIC_INITIALIZATION
Definition: cs_ast_class_decls.hpp:638
static const ast_class UC_CLASS_STRUCT_UNION_SCOPE
Unnormalized C/C++ AST class: UC_CLASS_STRUCT_UNION_SCOPE
Definition: cs_ast_class_decls.hpp:1364
static const ast_class UC_SIZEOF_PACK_TYPE
Unnormalized C/C++ AST class: UC_SIZEOF_PACK_TYPE
Definition: cs_ast_class_decls.hpp:1148
static const ast_class NC_EXPRS
Normalized C/C++ AST class: NC_EXPRS
Definition: cs_ast_class_decls.hpp:95
static const ast_class UC_ABSTRACT_ALIGNOF
Unnormalized C/C++ AST class: UC_ABSTRACT_ALIGNOF
Definition: cs_ast_class_decls.hpp:542
static const ast_class UC_ABSTRACT_ADD
Unnormalized C/C++ AST class: UC_ABSTRACT_ADD
Definition: cs_ast_class_decls.hpp:458
static const ast_class UC_ASM_OPERAND
Unnormalized C/C++ AST class: UC_ASM_OPERAND
Definition: cs_ast_class_decls.hpp:1436
static const ast_class UC_LVALUE_ADJUST
Unnormalized C/C++ AST class: UC_LVALUE_ADJUST
Definition: cs_ast_class_decls.hpp:821
static const ast_class UC_CONSTANT_PTR_TO_MEMBER
Unnormalized C/C++ AST class: UC_CONSTANT_PTR_TO_MEMBER
Definition: cs_ast_class_decls.hpp:632
static const ast_class UC_GENERIC_GNU_MIN
Unnormalized C/C++ AST class: UC_GENERIC_GNU_MIN
Definition: cs_ast_class_decls.hpp:1043
static const ast_class NC_UINTEGER_VALUE_64
Normalized C/C++ AST class: NC_UINTEGER_VALUE_64
Definition: cs_ast_class_decls.hpp:245
static const ast_class UC_ABSTRACT_POST_DECR
Unnormalized C/C++ AST class: UC_ABSTRACT_POST_DECR
Definition: cs_ast_class_decls.hpp:449
static const ast_class UC_TYPEREF
Unnormalized C/C++ AST class: UC_TYPEREF
Definition: cs_ast_class_decls.hpp:743
static const ast_class UC_ENUM
Unnormalized C/C++ AST class: UC_ENUM
Definition: cs_ast_class_decls.hpp:707
static const ast_class NC_FLOAT_VALUE_128
Normalized C/C++ AST class: NC_FLOAT_VALUE_128
Definition: cs_ast_class_decls.hpp:263
static const ast_class UC_DYNAMIC_INIT_CONSTRUCTOR
Unnormalized C/C++ AST class: UC_DYNAMIC_INIT_CONSTRUCTOR
Definition: cs_ast_class_decls.hpp:1394
static const ast_class UC_GENERIC_EQ
Unnormalized C/C++ AST class: UC_GENERIC_EQ
Definition: cs_ast_class_decls.hpp:1022
static const ast_class UC_GENERIC_CAST
Unnormalized C/C++ AST class: UC_GENERIC_CAST
Definition: cs_ast_class_decls.hpp:803
static const ast_class NC_INDIRECTFIELD
Normalized C/C++ AST class: NC_INDIRECTFIELD
Definition: cs_ast_class_decls.hpp:194
static const ast_class NC_RANGE
Normalized C/C++ AST class: NC_RANGE
Definition: cs_ast_class_decls.hpp:368
static const ast_class UC_DOT_FIELD
Unnormalized C/C++ AST class: UC_DOT_FIELD
Definition: cs_ast_class_decls.hpp:917
static const ast_class UC_FUNCTION_PROTOTYPE_SCOPE
Unnormalized C/C++ AST class: UC_FUNCTION_PROTOTYPE_SCOPE
Definition: cs_ast_class_decls.hpp:1355
static const ast_class UC_DYNAMIC_INIT_NONE
Unnormalized C/C++ AST class: UC_DYNAMIC_INIT_NONE
Definition: cs_ast_class_decls.hpp:1379
static const ast_class UC_AND
Unnormalized C/C++ AST class: UC_AND
Definition: cs_ast_class_decls.hpp:941
static const ast_class UC_LVALUE_CAST
Unnormalized C/C++ AST class: UC_LVALUE_CAST
Definition: cs_ast_class_decls.hpp:818
static const ast_class UC_VLA_DIMENSION
Unnormalized C/C++ AST class: UC_VLA_DIMENSION
Definition: cs_ast_class_decls.hpp:1406
static const ast_class UC_PADD_ASSIGN
Unnormalized C/C++ AST class: UC_PADD_ASSIGN
Definition: cs_ast_class_decls.hpp:890
static const ast_class UC_ABSTRACT_ENHANCED_FOR
Unnormalized C/C++ AST class: UC_ABSTRACT_ENHANCED_FOR
Definition: cs_ast_class_decls.hpp:404
static const ast_class UC_UNBOX_LVALUE
Unnormalized C/C++ AST class: UC_UNBOX_LVALUE
Definition: cs_ast_class_decls.hpp:1100
static const ast_class UC_ABSTRACT_TYPE
Unnormalized C/C++ AST class: UC_ABSTRACT_TYPE
Definition: cs_ast_class_decls.hpp:392
static const ast_class NC_INTEGER_VALUE_32
Normalized C/C++ AST class: NC_INTEGER_VALUE_32
Definition: cs_ast_class_decls.hpp:236
static const ast_class UC_REMAINDER
Unnormalized C/C++ AST class: UC_REMAINDER
Definition: cs_ast_class_decls.hpp:878
static const ast_class UC_GENERIC_SHIFTL_ASSIGN
Unnormalized C/C++ AST class: UC_GENERIC_SHIFTL_ASSIGN
Definition: cs_ast_class_decls.hpp:896
static const ast_class UC_DYNAMIC_INIT_CONSTANT
Unnormalized C/C++ AST class: UC_DYNAMIC_INIT_CONSTANT
Definition: cs_ast_class_decls.hpp:1385
static const ast_class UC_FLOAT_VALUE_64
Unnormalized C/C++ AST class: UC_FLOAT_VALUE_64
Definition: cs_ast_class_decls.hpp:1601
static const ast_class UC_PRAGMA_POP_MACRO
Unnormalized C/C++ AST class: UC_PRAGMA_POP_MACRO
Definition: cs_ast_class_decls.hpp:1541
static const ast_class UC_AND_ASSIGN
Unnormalized C/C++ AST class: UC_AND_ASSIGN
Definition: cs_ast_class_decls.hpp:902
static const ast_class NC_FLOAT_VALUE_32
Normalized C/C++ AST class: NC_FLOAT_VALUE_32
Definition: cs_ast_class_decls.hpp:254
static const ast_class UC_CTP_EXPR
Unnormalized C/C++ AST class: UC_CTP_EXPR
Definition: cs_ast_class_decls.hpp:650
static const ast_class UC_LAMBDA
Unnormalized C/C++ AST class: UC_LAMBDA
Definition: cs_ast_class_decls.hpp:1124
static const ast_class UC_ABSTRACT_SHIFTL
Unnormalized C/C++ AST class: UC_ABSTRACT_SHIFTL
Definition: cs_ast_class_decls.hpp:470
static const ast_class UC_INITIALIZER_EXPR
Unnormalized C/C++ AST class: UC_INITIALIZER_EXPR
Definition: cs_ast_class_decls.hpp:1238
static const ast_class NC_AST_LIST
Normalized C/C++ AST class: NC_AST_LIST
Definition: cs_ast_class_decls.hpp:365
static const ast_class UC_STRING
Unnormalized C/C++ AST class: UC_STRING
Definition: cs_ast_class_decls.hpp:602
static const ast_class NC_FIELD
Normalized C/C++ AST class: NC_FIELD
Definition: cs_ast_class_decls.hpp:278
static const ast_class UC_COROUTINE
Unnormalized C/C++ AST class: UC_COROUTINE
Definition: cs_ast_class_decls.hpp:1289
static const ast_class UC_GENERIC_DIVIDE_ASSIGN
Unnormalized C/C++ AST class: UC_GENERIC_DIVIDE_ASSIGN
Definition: cs_ast_class_decls.hpp:1061
static const ast_class UC_PRAGMA_REDEFINE_EXTNAME
Unnormalized C/C++ AST class: UC_PRAGMA_REDEFINE_EXTNAME
Definition: cs_ast_class_decls.hpp:1511
static const ast_class NC_ALIGNOFTYPEEXPR
Normalized C/C++ AST class: NC_ALIGNOFTYPEEXPR
Definition: cs_ast_class_decls.hpp:161
static const ast_class UC_ADDRESS_OF_ELLIPSIS
Unnormalized C/C++ AST class: UC_ADDRESS_OF_ELLIPSIS
Definition: cs_ast_class_decls.hpp:1163
static const ast_class UC_DECL
Unnormalized C/C++ AST class: UC_DECL
Definition: cs_ast_class_decls.hpp:1331
static const ast_class UC_ATTRIBUTE_ARG_TOKEN
Unnormalized C/C++ AST class: UC_ATTRIBUTE_ARG_TOKEN
Definition: cs_ast_class_decls.hpp:1448
static const ast_class UC_POINTS_TO_FIELD
Unnormalized C/C++ AST class: UC_POINTS_TO_FIELD
Definition: cs_ast_class_decls.hpp:920
static const ast_class UC_CTP_UNKNOWN_FUNCTION
Unnormalized C/C++ AST class: UC_CTP_UNKNOWN_FUNCTION
Definition: cs_ast_class_decls.hpp:656
static const ast_class UC_FILE_INFO
Unnormalized C/C++ AST class: UC_FILE_INFO
Definition: cs_ast_class_decls.hpp:569
static const ast_class UC_ABSTRACT_NEGATE
Unnormalized C/C++ AST class: UC_ABSTRACT_NEGATE
Definition: cs_ast_class_decls.hpp:440
static const ast_class UC_UINTEGER_VALUE_128
Unnormalized C/C++ AST class: UC_UINTEGER_VALUE_128
Definition: cs_ast_class_decls.hpp:1595
static const ast_class UC_WHILE
Unnormalized C/C++ AST class: UC_WHILE
Definition: cs_ast_class_decls.hpp:1277
static const ast_class UC_ABSTRACT_FLOAT_LITERAL
Unnormalized C/C++ AST class: UC_ABSTRACT_FLOAT_LITERAL
Definition: cs_ast_class_decls.hpp:560
static const ast_class UC_NOEXCEPT
Unnormalized C/C++ AST class: UC_NOEXCEPT
Definition: cs_ast_class_decls.hpp:842
static const ast_class UC_CO_YIELD_WITH_DEPENDENT_OPERAND
Unnormalized C/C++ AST class: UC_CO_YIELD_WITH_DEPENDENT_OPERAND
Definition: cs_ast_class_decls.hpp:992
static const ast_class UC_PRAGMA_INLINE_ASM
Unnormalized C/C++ AST class: UC_PRAGMA_INLINE_ASM
Definition: cs_ast_class_decls.hpp:1568
static const ast_class UC_POINTER
Unnormalized C/C++ AST class: UC_POINTER
Definition: cs_ast_class_decls.hpp:722
static const ast_class UC_ASM_ENTRY
Unnormalized C/C++ AST class: UC_ASM_ENTRY
Definition: cs_ast_class_decls.hpp:1433
static const ast_class NC_BASE_CLASS_ACCESS
Normalized C/C++ AST class: NC_BASE_CLASS_ACCESS
Definition: cs_ast_class_decls.hpp:344
static const ast_class NC_POINTER
Normalized C/C++ AST class: NC_POINTER
Definition: cs_ast_class_decls.hpp:317
static const ast_class UC_CLASS_RVALUE_ADJUST
Unnormalized C/C++ AST class: UC_CLASS_RVALUE_ADJUST
Definition: cs_ast_class_decls.hpp:824
static const ast_class UC_ABSTRACT_SCOPE
Unnormalized C/C++ AST class: UC_ABSTRACT_SCOPE
Definition: cs_ast_class_decls.hpp:383
static const ast_class NC_ABSTRACT_AST
Normalized C/C++ AST class: NC_ABSTRACT_AST
Definition: cs_ast_class_decls.hpp:23
static const ast_class UC_UNARY_PLUS
Unnormalized C/C++ AST class: UC_UNARY_PLUS
Definition: cs_ast_class_decls.hpp:797
static const ast_class UC_BINDING_INITIALIZER
Unnormalized C/C++ AST class: UC_BINDING_INITIALIZER
Definition: cs_ast_class_decls.hpp:587
static const ast_class UC_ABSTRACT_PRE_INCR
Unnormalized C/C++ AST class: UC_ABSTRACT_PRE_INCR
Definition: cs_ast_class_decls.hpp:452
static const ast_class UC_IF_NOT_CONSTEVAL
Unnormalized C/C++ AST class: UC_IF_NOT_CONSTEVAL
Definition: cs_ast_class_decls.hpp:1274
static const ast_class UC_INIT_REPEAT
Unnormalized C/C++ AST class: UC_INIT_REPEAT
Definition: cs_ast_class_decls.hpp:644
static const ast_class NC_ABSTRACT_ALIGNOF
Normalized C/C++ AST class: NC_ABSTRACT_ALIGNOF
Definition: cs_ast_class_decls.hpp:56
static const ast_class UC_ABSTRACT_INITIALIZER
Unnormalized C/C++ AST class: UC_ABSTRACT_INITIALIZER
Definition: cs_ast_class_decls.hpp:407
static const ast_class NC_MULEXPR
Normalized C/C++ AST class: NC_MULEXPR
Definition: cs_ast_class_decls.hpp:140
static const ast_class UC_CO_YIELD
Unnormalized C/C++ AST class: UC_CO_YIELD
Definition: cs_ast_class_decls.hpp:1232
static const ast_class UC_VARIABLE_DECL
Unnormalized C/C++ AST class: UC_VARIABLE_DECL
Definition: cs_ast_class_decls.hpp:764
static const ast_class NC_UNARYMINUSEXPR
Normalized C/C++ AST class: NC_UNARYMINUSEXPR
Definition: cs_ast_class_decls.hpp:173
static const ast_class UC_ARRAY
Unnormalized C/C++ AST class: UC_ARRAY
Definition: cs_ast_class_decls.hpp:728
static const ast_class UC_ABSTRACT_GT
Unnormalized C/C++ AST class: UC_ABSTRACT_GT
Definition: cs_ast_class_decls.hpp:482
static const ast_class UC_ABSTRACT_PRE_DECR
Unnormalized C/C++ AST class: UC_ABSTRACT_PRE_DECR
Definition: cs_ast_class_decls.hpp:455
static const ast_class UC_JFADD
Unnormalized C/C++ AST class: UC_JFADD
Definition: cs_ast_class_decls.hpp:860
static const ast_class UC_HANDLER_PARAMETER
Unnormalized C/C++ AST class: UC_HANDLER_PARAMETER
Definition: cs_ast_class_decls.hpp:770
static const ast_class UC_ENUM_LIST
Unnormalized C/C++ AST class: UC_ENUM_LIST
Definition: cs_ast_class_decls.hpp:1613
static const ast_class UC_PRAGMA_HDRSTOP
Unnormalized C/C++ AST class: UC_PRAGMA_HDRSTOP
Definition: cs_ast_class_decls.hpp:1499
static const ast_class UC_CTP_UUIDOF
Unnormalized C/C++ AST class: UC_CTP_UUIDOF
Definition: cs_ast_class_decls.hpp:671
static const ast_class UC_FLOAT_VALUE_128
Unnormalized C/C++ AST class: UC_FLOAT_VALUE_128
Definition: cs_ast_class_decls.hpp:1607
AST
static const ast_class AST
The root class of all ASTs.
Definition: cs_ast_class_decls.hpp:20
static const ast_class UC_ABSTRACT_NON_EXECUTABLE_SCOPE
Unnormalized C/C++ AST class: UC_ABSTRACT_NON_EXECUTABLE_SCOPE
Definition: cs_ast_class_decls.hpp:389
static const ast_class UC_CONSTEXPR_IF
Unnormalized C/C++ AST class: UC_CONSTEXPR_IF
Definition: cs_ast_class_decls.hpp:1268
static const ast_class NC_CSM_FIELD_EXISTS
Normalized C/C++ AST class: NC_CSM_FIELD_EXISTS
Definition: cs_ast_class_decls.hpp:230
static const ast_class UC_PRAGMA_DIAG_SUPPRESS
Unnormalized C/C++ AST class: UC_PRAGMA_DIAG_SUPPRESS
Definition: cs_ast_class_decls.hpp:1517
static const ast_class UC_ATTRIBUTE_ARG_RAW_TOKEN
Unnormalized C/C++ AST class: UC_ATTRIBUTE_ARG_RAW_TOKEN
Definition: cs_ast_class_decls.hpp:1445
static const ast_class UC_OR_ASSIGN
Unnormalized C/C++ AST class: UC_OR_ASSIGN
Definition: cs_ast_class_decls.hpp:905
static const ast_class UC_PRAGMA_CONFORM
Unnormalized C/C++ AST class: UC_PRAGMA_CONFORM
Definition: cs_ast_class_decls.hpp:1556
static const ast_class UC_NULLPTR_TYPE
Unnormalized C/C++ AST class: UC_NULLPTR_TYPE
Definition: cs_ast_class_decls.hpp:755
static const ast_class UC_TYPEID_ADDRESS
Unnormalized C/C++ AST class: UC_TYPEID_ADDRESS
Definition: cs_ast_class_decls.hpp:626
static const ast_class UC_ABSTRACT_OPERATION
Unnormalized C/C++ AST class: UC_ABSTRACT_OPERATION
Definition: cs_ast_class_decls.hpp:437
static const ast_class UC_FIXED_POINT
Unnormalized C/C++ AST class: UC_FIXED_POINT
Definition: cs_ast_class_decls.hpp:710
static const ast_class UC_UUIDOF_ADDRESS
Unnormalized C/C++ AST class: UC_UUIDOF_ADDRESS
Definition: cs_ast_class_decls.hpp:623
static const ast_class UC_IF
Unnormalized C/C++ AST class: UC_IF
Definition: cs_ast_class_decls.hpp:1265
static const ast_class NC_ROUTINE_TYPE
Normalized C/C++ AST class: NC_ROUTINE_TYPE
Definition: cs_ast_class_decls.hpp:320
static const ast_class UC_VARIABLE
Unnormalized C/C++ AST class: UC_VARIABLE
Definition: cs_ast_class_decls.hpp:761
static const ast_class UC_ABSTRACT_GNU_MAX
Unnormalized C/C++ AST class: UC_ABSTRACT_GNU_MAX
Definition: cs_ast_class_decls.hpp:500
static const ast_class UC_INTEGER
Unnormalized C/C++ AST class: UC_INTEGER
Definition: cs_ast_class_decls.hpp:704
static const ast_class UC_STATIC_INITIALIZER
Unnormalized C/C++ AST class: UC_STATIC_INITIALIZER
Definition: cs_ast_class_decls.hpp:584
static const ast_class UC_FUNCTION_CALL
Unnormalized C/C++ AST class: UC_FUNCTION_CALL
Definition: cs_ast_class_decls.hpp:971
static const ast_class UC_OR
Unnormalized C/C++ AST class: UC_OR
Definition: cs_ast_class_decls.hpp:944
static const ast_class NC_EXCLUSIVEOR
Normalized C/C++ AST class: NC_EXCLUSIVEOR
Definition: cs_ast_class_decls.hpp:104
static const ast_class UC_FUNCTION_SCOPE
Unnormalized C/C++ AST class: UC_FUNCTION_SCOPE
Definition: cs_ast_class_decls.hpp:1370
static const ast_class UC_BUILTIN_OPERATION_TWO_EXPRESSION_OPERANDS
Unnormalized C/C++ AST class: UC_BUILTIN_OPERATION_TWO_EXPRESSION_OPERANDS
Definition: cs_ast_class_decls.hpp:1196
static const ast_class UC_ABSTRACT_ADDRESS
Unnormalized C/C++ AST class: UC_ABSTRACT_ADDRESS
Definition: cs_ast_class_decls.hpp:431
static const ast_class UC_ABSTRACT_EXECUTABLE_SCOPE
Unnormalized C/C++ AST class: UC_ABSTRACT_EXECUTABLE_SCOPE
Definition: cs_ast_class_decls.hpp:386
static const ast_class UC_PRAGMA_ONCE
Unnormalized C/C++ AST class: UC_PRAGMA_ONCE
Definition: cs_ast_class_decls.hpp:1493
static const ast_class UC_SET_VLA_SIZE
Unnormalized C/C++ AST class: UC_SET_VLA_SIZE
Definition: cs_ast_class_decls.hpp:1334
static const ast_class UC_XCONJ
Unnormalized C/C++ AST class: UC_XCONJ
Definition: cs_ast_class_decls.hpp:869
static const ast_class UC_CTP_TEMPLATE_REF
Unnormalized C/C++ AST class: UC_CTP_TEMPLATE_REF
Definition: cs_ast_class_decls.hpp:680
static const ast_class UC_FIXED_POINT_VALUE
Unnormalized C/C++ AST class: UC_FIXED_POINT_VALUE
Definition: cs_ast_class_decls.hpp:599
static const ast_class UC_IMAGINARY_VALUE
Unnormalized C/C++ AST class: UC_IMAGINARY_VALUE
Definition: cs_ast_class_decls.hpp:611
static const ast_class UC_ATTRIBUTE_ARG_CONSTANT
Unnormalized C/C++ AST class: UC_ATTRIBUTE_ARG_CONSTANT
Definition: cs_ast_class_decls.hpp:1451
static const ast_class UC_RETURN
Unnormalized C/C++ AST class: UC_RETURN
Definition: cs_ast_class_decls.hpp:1286
static const ast_class UC_GENERIC_LE
Unnormalized C/C++ AST class: UC_GENERIC_LE
Definition: cs_ast_class_decls.hpp:1037
static const ast_class UC_MS_TRY_BLOCK
Unnormalized C/C++ AST class: UC_MS_TRY_BLOCK
Definition: cs_ast_class_decls.hpp:1328
static const ast_class UC_CONCEPT_ID_EXPR
Unnormalized C/C++ AST class: UC_CONCEPT_ID_EXPR
Definition: cs_ast_class_decls.hpp:1241
static const ast_class UC_COROUTINE_RETURN
Unnormalized C/C++ AST class: UC_COROUTINE_RETURN
Definition: cs_ast_class_decls.hpp:1292
static const ast_class UC_ABSTRACT_CONSTANT_TEMPLATE_PARAM
Unnormalized C/C++ AST class: UC_ABSTRACT_CONSTANT_TEMPLATE_PARAM
Definition: cs_ast_class_decls.hpp:434
static const ast_class UC_PRAGMA_DIAGNOSTIC
Unnormalized C/C++ AST class: UC_PRAGMA_DIAGNOSTIC
Definition: cs_ast_class_decls.hpp:1535
static const ast_class UC_TEMPLATE_PARAMETER_TEMPLATE
Unnormalized C/C++ AST class: UC_TEMPLATE_PARAMETER_TEMPLATE
Definition: cs_ast_class_decls.hpp:1478
static const ast_class UC_DOT_PM_FUNC_PTR
Unnormalized C/C++ AST class: UC_DOT_PM_FUNC_PTR
Definition: cs_ast_class_decls.hpp:1070
static const ast_class UC_DYNAMIC_CAST
Unnormalized C/C++ AST class: UC_DYNAMIC_CAST
Definition: cs_ast_class_decls.hpp:827
static const ast_class NC_FLOAT
Normalized C/C++ AST class: NC_FLOAT
Definition: cs_ast_class_decls.hpp:302
static const ast_class UC_TEMPLATE_ARG_NONTYPE
Unnormalized C/C++ AST class: UC_TEMPLATE_ARG_NONTYPE
Definition: cs_ast_class_decls.hpp:1463
static const ast_class UC_EXPR_CONSTANT
Unnormalized C/C++ AST class: UC_EXPR_CONSTANT
Definition: cs_ast_class_decls.hpp:1106
static const ast_class UC_ROUTINE_ADDRESS_CONSTANT
Unnormalized C/C++ AST class: UC_ROUTINE_ADDRESS_CONSTANT
Definition: cs_ast_class_decls.hpp:614
static const ast_class NC_ADDRLABELEXPR
Normalized C/C++ AST class: NC_ADDRLABELEXPR
Definition: cs_ast_class_decls.hpp:197
static const ast_class UC_GENERIC_SUBTRACT_ASSIGN
Unnormalized C/C++ AST class: UC_GENERIC_SUBTRACT_ASSIGN
Definition: cs_ast_class_decls.hpp:1055
static const ast_class UC_GENERIC_SHIFTR_ASSIGN
Unnormalized C/C++ AST class: UC_GENERIC_SHIFTR_ASSIGN
Definition: cs_ast_class_decls.hpp:899
static const ast_class NC_ABSTRACT_LITERAL
Normalized C/C++ AST class: NC_ABSTRACT_LITERAL
Definition: cs_ast_class_decls.hpp:44
static const ast_class NC_INSTANCEOF
Normalized C/C++ AST class: NC_INSTANCEOF
Definition: cs_ast_class_decls.hpp:227
static const ast_class UC_ABSTRACT_LT
Unnormalized C/C++ AST class: UC_ABSTRACT_LT
Definition: cs_ast_class_decls.hpp:485
static const ast_class UC_PRAGMA_STDC
Unnormalized C/C++ AST class: UC_PRAGMA_STDC
Definition: cs_ast_class_decls.hpp:1508
static const ast_class NC_FLOAT_VALUE_96
Normalized C/C++ AST class: NC_FLOAT_VALUE_96
Definition: cs_ast_class_decls.hpp:260
static const ast_class UC_PRAGMA_GCC
Unnormalized C/C++ AST class: UC_PRAGMA_GCC
Definition: cs_ast_class_decls.hpp:1514
static const ast_class NC_ABSTRACT_ARITHMETIC
Normalized C/C++ AST class: NC_ABSTRACT_ARITHMETIC
Definition: cs_ast_class_decls.hpp:41
static const ast_class NC_BUILTIN_TYPE
Normalized C/C++ AST class: NC_BUILTIN_TYPE
Definition: cs_ast_class_decls.hpp:290
static const ast_class NC_ROUTINE
Normalized C/C++ AST class: NC_ROUTINE
Definition: cs_ast_class_decls.hpp:272
static const ast_class UC_ABSTRACT_EXPR
Unnormalized C/C++ AST class: UC_ABSTRACT_EXPR
Definition: cs_ast_class_decls.hpp:398
static const ast_class UC_PRAGMA_START_MAP_REGION
Unnormalized C/C++ AST class: UC_PRAGMA_START_MAP_REGION
Definition: cs_ast_class_decls.hpp:1544
static const ast_class UC_BASE_CLASS_DERIVATION
Unnormalized C/C++ AST class: UC_BASE_CLASS_DERIVATION
Definition: cs_ast_class_decls.hpp:1412
static const ast_class UC_BUILTIN_OPERATION_TYPE_EXPRESSION_OPERANDS
Unnormalized C/C++ AST class: UC_BUILTIN_OPERATION_TYPE_EXPRESSION_OPERANDS
Definition: cs_ast_class_decls.hpp:1205
static const ast_class UC_INTEGER_VALUE_32
Unnormalized C/C++ AST class: UC_INTEGER_VALUE_32
Definition: cs_ast_class_decls.hpp:1580
static const ast_class UC_GENERIC_PRE_DECR
Unnormalized C/C++ AST class: UC_GENERIC_PRE_DECR
Definition: cs_ast_class_decls.hpp:1007
static const ast_class UC_GENERIC_SHIFTR
Unnormalized C/C++ AST class: UC_GENERIC_SHIFTR
Definition: cs_ast_class_decls.hpp:938
static const ast_class UC_NAMESPACE
Unnormalized C/C++ AST class: UC_NAMESPACE
Definition: cs_ast_class_decls.hpp:1373
static const ast_class UC_BUILTIN_OPERATION_ONE_EXPRESSION_OPERAND
Unnormalized C/C++ AST class: UC_BUILTIN_OPERATION_ONE_EXPRESSION_OPERAND
Definition: cs_ast_class_decls.hpp:1193
static const ast_class UC_SOURCE_FILE
Unnormalized C/C++ AST class: UC_SOURCE_FILE
Definition: cs_ast_class_decls.hpp:590
static const ast_class UC_PARAMETER
Unnormalized C/C++ AST class: UC_PARAMETER
Definition: cs_ast_class_decls.hpp:767
static const ast_class UC_CONST_EVAL_DEFERRED_EXPR
Unnormalized C/C++ AST class: UC_CONST_EVAL_DEFERRED_EXPR
Definition: cs_ast_class_decls.hpp:1253
static const ast_class UC_BOOL_CAST
Unnormalized C/C++ AST class: UC_BOOL_CAST
Definition: cs_ast_class_decls.hpp:830
static const ast_class UC_MACRO
Unnormalized C/C++ AST class: UC_MACRO
Definition: cs_ast_class_decls.hpp:1574
static const ast_class UC_ALIGNOF_TYPE
Unnormalized C/C++ AST class: UC_ALIGNOF_TYPE
Definition: cs_ast_class_decls.hpp:1157
static const ast_class UC_ABSTRACT_DIVIDE_ASSIGN
Unnormalized C/C++ AST class: UC_ABSTRACT_DIVIDE_ASSIGN
Definition: cs_ast_class_decls.hpp:515
static const ast_class NC_EQUALEXPR
Normalized C/C++ AST class: NC_EQUALEXPR
Definition: cs_ast_class_decls.hpp:110
static const ast_class UC_DYNAMIC_INIT_ZERO
Unnormalized C/C++ AST class: UC_DYNAMIC_INIT_ZERO
Definition: cs_ast_class_decls.hpp:1382
static const ast_class UC_PRAGMA_OPENMP
Unnormalized C/C++ AST class: UC_PRAGMA_OPENMP
Definition: cs_ast_class_decls.hpp:1571
static const ast_class UC_ABSTRACT_CALL
Unnormalized C/C++ AST class: UC_ABSTRACT_CALL
Definition: cs_ast_class_decls.hpp:533
static const ast_class NC_TEMPLATE_PARAM
Normalized C/C++ AST class: NC_TEMPLATE_PARAM
Definition: cs_ast_class_decls.hpp:338
static const ast_class UC_IF_CONSTEVAL
Unnormalized C/C++ AST class: UC_IF_CONSTEVAL
Definition: cs_ast_class_decls.hpp:1271
static const ast_class NC_UNION
Normalized C/C++ AST class: NC_UNION
Definition: cs_ast_class_decls.hpp:332
static const ast_class UC_NESTED_REQ_EXPR
Unnormalized C/C++ AST class: UC_NESTED_REQ_EXPR
Definition: cs_ast_class_decls.hpp:1250
static const ast_class UC_DYNAMIC_INIT_LAMBDA
Unnormalized C/C++ AST class: UC_DYNAMIC_INIT_LAMBDA
Definition: cs_ast_class_decls.hpp:1403
static const ast_class UC_DOT_VACUOUS_DESTRUCTOR_CALL
Unnormalized C/C++ AST class: UC_DOT_VACUOUS_DESTRUCTOR_CALL
Definition: cs_ast_class_decls.hpp:956
static const ast_class UC_ROUTINE
Unnormalized C/C++ AST class: UC_ROUTINE
Definition: cs_ast_class_decls.hpp:782
static const ast_class UC_DYNAMIC_INIT_NONCONSTANT_AGGREGATE
Unnormalized C/C++ AST class: UC_DYNAMIC_INIT_NONCONSTANT_AGGREGATE
Definition: cs_ast_class_decls.hpp:1397
static const ast_class UC_FLOAT
Unnormalized C/C++ AST class: UC_FLOAT
Definition: cs_ast_class_decls.hpp:713
static const ast_class UC_ABSTRACT_DECL
Unnormalized C/C++ AST class: UC_ABSTRACT_DECL
Definition: cs_ast_class_decls.hpp:566
static const ast_class UC_GENERIC_NEGATE
Unnormalized C/C++ AST class: UC_GENERIC_NEGATE
Definition: cs_ast_class_decls.hpp:995
static const ast_class UC_FOR
Unnormalized C/C++ AST class: UC_FOR
Definition: cs_ast_class_decls.hpp:1301
static const ast_class UC_REQUIRES_EXPR
Unnormalized C/C++ AST class: UC_REQUIRES_EXPR
Definition: cs_ast_class_decls.hpp:1244
static const ast_class UC_IMAG_PART
Unnormalized C/C++ AST class: UC_IMAG_PART
Definition: cs_ast_class_decls.hpp:875
static const ast_class UC_ABSTRACT_GE
Unnormalized C/C++ AST class: UC_ABSTRACT_GE
Definition: cs_ast_class_decls.hpp:488
static const ast_class UC_JMULTIPLY
Unnormalized C/C++ AST class: UC_JMULTIPLY
Definition: cs_ast_class_decls.hpp:851
static const ast_class UC_ABSTRACT_STATEMENT
Unnormalized C/C++ AST class: UC_ABSTRACT_STATEMENT
Definition: cs_ast_class_decls.hpp:401
static const ast_class NC_COMPLEMENTEXPR
Normalized C/C++ AST class: NC_COMPLEMENTEXPR
Definition: cs_ast_class_decls.hpp:176
static const ast_class NC_FIXED_POINT
Normalized C/C++ AST class: NC_FIXED_POINT
Definition: cs_ast_class_decls.hpp:305
static const ast_class NC_ADDEXPR
Normalized C/C++ AST class: NC_ADDEXPR
Definition: cs_ast_class_decls.hpp:134
static const ast_class UC_ABSTRACT_ATTRIBUTE_ARG
Unnormalized C/C++ AST class: UC_ABSTRACT_ATTRIBUTE_ARG
Definition: cs_ast_class_decls.hpp:563
static const ast_class UC_BUILTIN_CHOOSE_EXPR
Unnormalized C/C++ AST class: UC_BUILTIN_CHOOSE_EXPR
Definition: cs_ast_class_decls.hpp:1226
static const ast_class UC_EXPR_OBJECT_LIFETIME
Unnormalized C/C++ AST class: UC_EXPR_OBJECT_LIFETIME
Definition: cs_ast_class_decls.hpp:1136
static const ast_class UC_INIT
Unnormalized C/C++ AST class: UC_INIT
Definition: cs_ast_class_decls.hpp:1316
static const ast_class NC_LANGUAGE_FEATURES
Normalized C/C++ AST class: NC_LANGUAGE_FEATURES
Definition: cs_ast_class_decls.hpp:83
static const ast_class NC_ASMGNUENTRY
Normalized C/C++ AST class: NC_ASMGNUENTRY
Definition: cs_ast_class_decls.hpp:215
static const ast_class UC_ABSTRACT_DYNAMIC_INIT
Unnormalized C/C++ AST class: UC_ABSTRACT_DYNAMIC_INIT
Definition: cs_ast_class_decls.hpp:422
static const ast_class UC_PRAGMA_WEAK
Unnormalized C/C++ AST class: UC_PRAGMA_WEAK
Definition: cs_ast_class_decls.hpp:1496
static const ast_class UC_CTP_NOEXCEPT
Unnormalized C/C++ AST class: UC_CTP_NOEXCEPT
Definition: cs_ast_class_decls.hpp:677
static const ast_class UC_FILE_SCOPE
Unnormalized C/C++ AST class: UC_FILE_SCOPE
Definition: cs_ast_class_decls.hpp:1352
static const ast_class UC_GENERIC_SHIFTL
Unnormalized C/C++ AST class: UC_GENERIC_SHIFTL
Definition: cs_ast_class_decls.hpp:935
static const ast_class UC_ASM
Unnormalized C/C++ AST class: UC_ASM
Definition: cs_ast_class_decls.hpp:1319
static const ast_class NC_VECTOR_TYPE
Normalized C/C++ AST class: NC_VECTOR_TYPE
Definition: cs_ast_class_decls.hpp:341
static const ast_class NC_ARRAYREF
Normalized C/C++ AST class: NC_ARRAYREF
Definition: cs_ast_class_decls.hpp:179
static const ast_class UC_ABSTRACT_POST_INCR
Unnormalized C/C++ AST class: UC_ABSTRACT_POST_INCR
Definition: cs_ast_class_decls.hpp:446
static const ast_class UC_STMT_EXPR
Unnormalized C/C++ AST class: UC_STMT_EXPR
Definition: cs_ast_class_decls.hpp:1262
static const ast_class NC_LEFTSHIFTEXPR
Normalized C/C++ AST class: NC_LEFTSHIFTEXPR
Definition: cs_ast_class_decls.hpp:128
static const ast_class NC_ASSUMEEXPR
Normalized C/C++ AST class: NC_ASSUMEEXPR
Definition: cs_ast_class_decls.hpp:191
static const ast_class UC_ERROR_EXPR
Unnormalized C/C++ AST class: UC_ERROR_EXPR
Definition: cs_ast_class_decls.hpp:791
static const ast_class UC_DYNAMIC_INIT_EXPRESSION
Unnormalized C/C++ AST class: UC_DYNAMIC_INIT_EXPRESSION
Definition: cs_ast_class_decls.hpp:1388
static const ast_class UC_BUILTIN_OPERATION_HAS_ATTRIBUTE
Unnormalized C/C++ AST class: UC_BUILTIN_OPERATION_HAS_ATTRIBUTE
Definition: cs_ast_class_decls.hpp:1214
static const ast_class UC_QUESTION
Unnormalized C/C++ AST class: UC_QUESTION
Definition: cs_ast_class_decls.hpp:968
static const ast_class NC_UNARYPLUSEXPR
Normalized C/C++ AST class: NC_UNARYPLUSEXPR
Definition: cs_ast_class_decls.hpp:170
static const ast_class UC_CONSTANT_ADDRESS
Unnormalized C/C++ AST class: UC_CONSTANT_ADDRESS
Definition: cs_ast_class_decls.hpp:620
static const ast_class UC_PRAGMA_DIAG_ONCE
Unnormalized C/C++ AST class: UC_PRAGMA_DIAG_ONCE
Definition: cs_ast_class_decls.hpp:1529
static const ast_class NC_COMPLEX_REAL_PART
Normalized C/C++ AST class: NC_COMPLEX_REAL_PART
Definition: cs_ast_class_decls.hpp:206
static const ast_class UC_BUILTIN_OPERATION_ONE_TYPE_OPERAND
Unnormalized C/C++ AST class: UC_BUILTIN_OPERATION_ONE_TYPE_OPERAND
Definition: cs_ast_class_decls.hpp:1184
static const ast_class UC_ABSTRACT_CONSTRUCTOR_INIT
Unnormalized C/C++ AST class: UC_ABSTRACT_CONSTRUCTOR_INIT
Definition: cs_ast_class_decls.hpp:419
static const ast_class UC_PRAGMA_DIAG_REMARK
Unnormalized C/C++ AST class: UC_PRAGMA_DIAG_REMARK
Definition: cs_ast_class_decls.hpp:1520
static const ast_class UC_EXCEPTION_SPECIFICATION
Unnormalized C/C++ AST class: UC_EXCEPTION_SPECIFICATION
Definition: cs_ast_class_decls.hpp:779
static const ast_class UC_HANDLER
Unnormalized C/C++ AST class: UC_HANDLER
Definition: cs_ast_class_decls.hpp:1259
static const ast_class UC_PRAGMA_COMMENT
Unnormalized C/C++ AST class: UC_PRAGMA_COMMENT
Definition: cs_ast_class_decls.hpp:1553
static const ast_class UC_POINTS_TO_STATIC
Unnormalized C/C++ AST class: UC_POINTS_TO_STATIC
Definition: cs_ast_class_decls.hpp:932
static const ast_class UC_ABSTRACT_EQ
Unnormalized C/C++ AST class: UC_ABSTRACT_EQ
Definition: cs_ast_class_decls.hpp:476
static const ast_class UC_TEMP_INIT
Unnormalized C/C++ AST class: UC_TEMP_INIT
Definition: cs_ast_class_decls.hpp:1115
static const ast_class NC_INTEGER
Normalized C/C++ AST class: NC_INTEGER
Definition: cs_ast_class_decls.hpp:284
static const ast_class NC_PTR_TO_MEMBER
Normalized C/C++ AST class: NC_PTR_TO_MEMBER
Definition: cs_ast_class_decls.hpp:335
static const ast_class UC_PTR_TO_MEMBER
Unnormalized C/C++ AST class: UC_PTR_TO_MEMBER
Definition: cs_ast_class_decls.hpp:746
static const ast_class NC_SUBEXPR
Normalized C/C++ AST class: NC_SUBEXPR
Definition: cs_ast_class_decls.hpp:137
static const ast_class UC_LAND
Unnormalized C/C++ AST class: UC_LAND
Definition: cs_ast_class_decls.hpp:962
static const ast_class NC_DIVEXPR
Normalized C/C++ AST class: NC_DIVEXPR
Definition: cs_ast_class_decls.hpp:143
static const ast_class UC_VA_START
Unnormalized C/C++ AST class: UC_VA_START
Definition: cs_ast_class_decls.hpp:974
static const ast_class NC_BASE_CLASS
Normalized C/C++ AST class: NC_BASE_CLASS
Definition: cs_ast_class_decls.hpp:281
static const ast_class UC_FJADD
Unnormalized C/C++ AST class: UC_FJADD
Definition: cs_ast_class_decls.hpp:857
static const ast_class UC_PRAGMA_DIAG_ERROR
Unnormalized C/C++ AST class: UC_PRAGMA_DIAG_ERROR
Definition: cs_ast_class_decls.hpp:1526
static const ast_class NC_DESIGNATOR_INIT
Normalized C/C++ AST class: NC_DESIGNATOR_INIT
Definition: cs_ast_class_decls.hpp:356
static const ast_class NC_THROWEXPR
Normalized C/C++ AST class: NC_THROWEXPR
Definition: cs_ast_class_decls.hpp:200
static const ast_class UC_CO_AWAIT_WITH_DEPENDENT_OPERAND
Unnormalized C/C++ AST class: UC_CO_AWAIT_WITH_DEPENDENT_OPERAND
Definition: cs_ast_class_decls.hpp:989
static const ast_class UC_IMAGINARY
Unnormalized C/C++ AST class: UC_IMAGINARY
Definition: cs_ast_class_decls.hpp:716
static const ast_class UC_COMPLEX
Unnormalized C/C++ AST class: UC_COMPLEX
Definition: cs_ast_class_decls.hpp:719
static const ast_class UC_ABSTRACT_CAST
Unnormalized C/C++ AST class: UC_ABSTRACT_CAST
Definition: cs_ast_class_decls.hpp:443
static const ast_class UC_ABSTRACT_CONSTANT
Unnormalized C/C++ AST class: UC_ABSTRACT_CONSTANT
Definition: cs_ast_class_decls.hpp:395
static const ast_class UC_CTP_ADDRESS
Unnormalized C/C++ AST class: UC_CTP_ADDRESS
Definition: cs_ast_class_decls.hpp:662
static const ast_class UC_BUILTIN_OPERATION_EXPRESSION_TYPE_OPERANDS
Unnormalized C/C++ AST class: UC_BUILTIN_OPERATION_EXPRESSION_TYPE_OPERANDS
Definition: cs_ast_class_decls.hpp:1202
static const ast_class NC_ABSTRACT_LOGICAL
Normalized C/C++ AST class: NC_ABSTRACT_LOGICAL
Definition: cs_ast_class_decls.hpp:35
static const ast_class NC_ABSTRACT_CLASS_ACCESS
Normalized C/C++ AST class: NC_ABSTRACT_CLASS_ACCESS
Definition: cs_ast_class_decls.hpp:77
static const ast_class NC_ABSTRACT_SIZEOF
Normalized C/C++ AST class: NC_ABSTRACT_SIZEOF
Definition: cs_ast_class_decls.hpp:53
static const ast_class UC_ABSTRACT_ARRAYREF
Unnormalized C/C++ AST class: UC_ABSTRACT_ARRAYREF
Definition: cs_ast_class_decls.hpp:524
static const ast_class NC_CASTEXPR
Normalized C/C++ AST class: NC_CASTEXPR
Definition: cs_ast_class_decls.hpp:149
static const ast_class UC_COMPLEX_VALUE
Unnormalized C/C++ AST class: UC_COMPLEX_VALUE
Definition: cs_ast_class_decls.hpp:608
static const ast_class NC_IMAGINARY
Normalized C/C++ AST class: NC_IMAGINARY
Definition: cs_ast_class_decls.hpp:311
static const ast_class UC_PARAM_REF
Unnormalized C/C++ AST class: UC_PARAM_REF
Definition: cs_ast_class_decls.hpp:1217
static const ast_class NC_ABI
Normalized C/C++ AST class: NC_ABI
Definition: cs_ast_class_decls.hpp:86
static const ast_class NC_COMPLEX_VALUE
Normalized C/C++ AST class: NC_COMPLEX_VALUE
Definition: cs_ast_class_decls.hpp:266
static const ast_class UC_GENERIC_SUBTRACT
Unnormalized C/C++ AST class: UC_GENERIC_SUBTRACT
Definition: cs_ast_class_decls.hpp:1013
static const ast_class UC_ZERO_INITIALIZER
Unnormalized C/C++ AST class: UC_ZERO_INITIALIZER
Definition: cs_ast_class_decls.hpp:575
static const ast_class UC_REAL_PART
Unnormalized C/C++ AST class: UC_REAL_PART
Definition: cs_ast_class_decls.hpp:872
static const ast_class UC_INDIRECT
Unnormalized C/C++ AST class: UC_INDIRECT
Definition: cs_ast_class_decls.hpp:794
static const ast_class NC_ABSTRACT_TYPEID
Normalized C/C++ AST class: NC_ABSTRACT_TYPEID
Definition: cs_ast_class_decls.hpp:59
static const ast_class UC_STATIC_ASSERTION
Unnormalized C/C++ AST class: UC_STATIC_ASSERTION
Definition: cs_ast_class_decls.hpp:581
static const ast_class NC_ABSTRACT_ASM_ENTRY
Normalized C/C++ AST class: NC_ABSTRACT_ASM_ENTRY
Definition: cs_ast_class_decls.hpp:62
static const ast_class NC_ABSTRACT_INTEGER_VALUE
Normalized C/C++ AST class: NC_ABSTRACT_INTEGER_VALUE
Definition: cs_ast_class_decls.hpp:47
static const ast_class UC_GENERIC_ASSIGN
Unnormalized C/C++ AST class: UC_GENERIC_ASSIGN
Definition: cs_ast_class_decls.hpp:1049
static const ast_class UC_VA_START_SINGLE_OPERAND
Unnormalized C/C++ AST class: UC_VA_START_SINGLE_OPERAND
Definition: cs_ast_class_decls.hpp:986
static const ast_class UC_BOX
Unnormalized C/C++ AST class: UC_BOX
Definition: cs_ast_class_decls.hpp:1091
static const ast_class UC_NO_INITIALIZER
Unnormalized C/C++ AST class: UC_NO_INITIALIZER
Definition: cs_ast_class_decls.hpp:578
static const ast_class UC_REMAINDER_ASSIGN
Unnormalized C/C++ AST class: UC_REMAINDER_ASSIGN
Definition: cs_ast_class_decls.hpp:887
static const ast_class UC_GENERIC_SPACESHIP
Unnormalized C/C++ AST class: UC_GENERIC_SPACESHIP
Definition: cs_ast_class_decls.hpp:1040
static const ast_class UC_PRAGMA_PRINTF_ARGS
Unnormalized C/C++ AST class: UC_PRAGMA_PRINTF_ARGS
Definition: cs_ast_class_decls.hpp:1481
static const ast_class UC_COMPOUND_REQ_EXPR
Unnormalized C/C++ AST class: UC_COMPOUND_REQ_EXPR
Definition: cs_ast_class_decls.hpp:1247
static const ast_class UC_GENERIC_POST_DECR
Unnormalized C/C++ AST class: UC_GENERIC_POST_DECR
Definition: cs_ast_class_decls.hpp:1001
static const ast_class UC_XOR
Unnormalized C/C++ AST class: UC_XOR
Definition: cs_ast_class_decls.hpp:947
static const ast_class UC_SIZEOF_PACK_TEMPLATE
Unnormalized C/C++ AST class: UC_SIZEOF_PACK_TEMPLATE
Definition: cs_ast_class_decls.hpp:1154
static const ast_class UC_DERIVED_CLASS_CAST
Unnormalized C/C++ AST class: UC_DERIVED_CLASS_CAST
Definition: cs_ast_class_decls.hpp:809
static const ast_class UC_PM_DOT_FIELD
Unnormalized C/C++ AST class: UC_PM_DOT_FIELD
Definition: cs_ast_class_decls.hpp:1067
static const ast_class UC_TEMPLATE
Unnormalized C/C++ AST class: UC_TEMPLATE
Definition: cs_ast_class_decls.hpp:1418
static const ast_class UC_HANDLE_TO_BOX
Unnormalized C/C++ AST class: UC_HANDLE_TO_BOX
Definition: cs_ast_class_decls.hpp:1094
static const ast_class NC_FORMAT_ATTRIBUTE
Normalized C/C++ AST class: NC_FORMAT_ATTRIBUTE
Definition: cs_ast_class_decls.hpp:362
static const ast_class UC_DESIGNATOR
Unnormalized C/C++ AST class: UC_DESIGNATOR
Definition: cs_ast_class_decls.hpp:689
static const ast_class NC_UNAVAILABLE
Normalized C/C++ AST class: NC_UNAVAILABLE
Definition: cs_ast_class_decls.hpp:377
static const ast_class NC_SIZETYPEEXPR
Normalized C/C++ AST class: NC_SIZETYPEEXPR
Definition: cs_ast_class_decls.hpp:155
static const ast_class UC_ABSTRACT_PRAGMA
Unnormalized C/C++ AST class: UC_ABSTRACT_PRAGMA
Definition: cs_ast_class_decls.hpp:416
static const ast_class UC_SWITCH_CASE
Unnormalized C/C++ AST class: UC_SWITCH_CASE
Definition: cs_ast_class_decls.hpp:1310
static const ast_class UC_CTP_CAST
Unnormalized C/C++ AST class: UC_CTP_CAST
Definition: cs_ast_class_decls.hpp:659
static const ast_class UC_GENERIC_NE
Unnormalized C/C++ AST class: UC_GENERIC_NE
Definition: cs_ast_class_decls.hpp:1025
static const ast_class UC_STMT_EXPR_RESULT
Unnormalized C/C++ AST class: UC_STMT_EXPR_RESULT
Definition: cs_ast_class_decls.hpp:1349
static const ast_class UC_ROUTINE_DECL
Unnormalized C/C++ AST class: UC_ROUTINE_DECL
Definition: cs_ast_class_decls.hpp:785
static const ast_class NC_FILE_INFO
Normalized C/C++ AST class: NC_FILE_INFO
Definition: cs_ast_class_decls.hpp:80
static const ast_class UC_DOT_MEMBER_CALL
Unnormalized C/C++ AST class: UC_DOT_MEMBER_CALL
Definition: cs_ast_class_decls.hpp:1076
static const ast_class UC_ABSTRACT_SPACESHIP
Unnormalized C/C++ AST class: UC_ABSTRACT_SPACESHIP
Definition: cs_ast_class_decls.hpp:494
static const ast_class UC_ABSTRACT_CLASS_STRUCT_UNION
Unnormalized C/C++ AST class: UC_ABSTRACT_CLASS_STRUCT_UNION
Definition: cs_ast_class_decls.hpp:428
static const ast_class NC_CSM_TYPE
Normalized C/C++ AST class: NC_CSM_TYPE
Definition: cs_ast_class_decls.hpp:293
static const ast_class UC_TEMPLATE_ARG_START_OF_PACK_EXPANSION
Unnormalized C/C++ AST class: UC_TEMPLATE_ARG_START_OF_PACK_EXPANSION
Definition: cs_ast_class_decls.hpp:1469
static const ast_class UC_FLOAT_VALUE_32
Unnormalized C/C++ AST class: UC_FLOAT_VALUE_32
Definition: cs_ast_class_decls.hpp:1598
static const ast_class UC_VOID
Unnormalized C/C++ AST class: UC_VOID
Definition: cs_ast_class_decls.hpp:701
static const ast_class UC_BLOCK_SCOPE
Unnormalized C/C++ AST class: UC_BLOCK_SCOPE
Definition: cs_ast_class_decls.hpp:1358
static const ast_class UC_CODESURFER_TYPE
Unnormalized C/C++ AST class: UC_CODESURFER_TYPE
Definition: cs_ast_class_decls.hpp:758
static const ast_class NC_VOID
Normalized C/C++ AST class: NC_VOID
Definition: cs_ast_class_decls.hpp:314
static const ast_class UC_GENERIC_ADD
Unnormalized C/C++ AST class: UC_GENERIC_ADD
Definition: cs_ast_class_decls.hpp:1010
static const ast_class NC_ABSTRACT_TYPE
Normalized C/C++ AST class: NC_ABSTRACT_TYPE
Definition: cs_ast_class_decls.hpp:65
static const ast_class UC_FOLD
Unnormalized C/C++ AST class: UC_FOLD
Definition: cs_ast_class_decls.hpp:1235
static const ast_class UC_VA_COPY
Unnormalized C/C++ AST class: UC_VA_COPY
Definition: cs_ast_class_decls.hpp:983
static const ast_class UC_ABSTRACT_LE
Unnormalized C/C++ AST class: UC_ABSTRACT_LE
Definition: cs_ast_class_decls.hpp:491
static const ast_class UC_END_TEST_WHILE
Unnormalized C/C++ AST class: UC_END_TEST_WHILE
Definition: cs_ast_class_decls.hpp:1298
static const ast_class UC_VLA_DEALLOC
Unnormalized C/C++ AST class: UC_VLA_DEALLOC
Definition: cs_ast_class_decls.hpp:1178
static const ast_class UC_PRAGMA_SCANF_ARGS
Unnormalized C/C++ AST class: UC_PRAGMA_SCANF_ARGS
Definition: cs_ast_class_decls.hpp:1484
static const ast_class UC_COMMA
Unnormalized C/C++ AST class: UC_COMMA
Definition: cs_ast_class_decls.hpp:950
static const ast_class UC_LABEL
Unnormalized C/C++ AST class: UC_LABEL
Definition: cs_ast_class_decls.hpp:788
static const ast_class UC_GENERIC_GT
Unnormalized C/C++ AST class: UC_GENERIC_GT
Definition: cs_ast_class_decls.hpp:1028
static const ast_class UC_DYNAMIC_INIT_BITWISE_COPY
Unnormalized C/C++ AST class: UC_DYNAMIC_INIT_BITWISE_COPY
Definition: cs_ast_class_decls.hpp:1400
static const ast_class NC_ABSTRACT_ATTRIBUTE
Normalized C/C++ AST class: NC_ABSTRACT_ATTRIBUTE
Definition: cs_ast_class_decls.hpp:359
static const ast_class UC_FJSUBTRACT
Unnormalized C/C++ AST class: UC_FJSUBTRACT
Definition: cs_ast_class_decls.hpp:863
static const ast_class UC_CTP_DESTRUCTOR
Unnormalized C/C++ AST class: UC_CTP_DESTRUCTOR
Definition: cs_ast_class_decls.hpp:686
static const ast_class UC_PRAGMA_INCLUDE_ALIAS
Unnormalized C/C++ AST class: UC_PRAGMA_INCLUDE_ALIAS
Definition: cs_ast_class_decls.hpp:1559
static const ast_class NC_DERIVED_CLASS_ACCESS
Normalized C/C++ AST class: NC_DERIVED_CLASS_ACCESS
Definition: cs_ast_class_decls.hpp:347
static const ast_class UC_ATTRIBUTE_ARG_TYPE
Unnormalized C/C++ AST class: UC_ATTRIBUTE_ARG_TYPE
Definition: cs_ast_class_decls.hpp:1454
static const ast_class UC_PRAGMA_DIAG_WARNING
Unnormalized C/C++ AST class: UC_PRAGMA_DIAG_WARNING
Definition: cs_ast_class_decls.hpp:1523
static const ast_class NC_GREATEXPR
Normalized C/C++ AST class: NC_GREATEXPR
Definition: cs_ast_class_decls.hpp:119
static const ast_class UC_USING_DECL
Unnormalized C/C++ AST class: UC_USING_DECL
Definition: cs_ast_class_decls.hpp:1376
static const ast_class UC_ABSTRACT_DOT_EXPR
Unnormalized C/C++ AST class: UC_ABSTRACT_DOT_EXPR
Definition: cs_ast_class_decls.hpp:527
static const ast_class UC_BUILTIN_OPERATION_N_EXPRESSION_OPERANDS
Unnormalized C/C++ AST class: UC_BUILTIN_OPERATION_N_EXPRESSION_OPERANDS
Definition: cs_ast_class_decls.hpp:1199
static const ast_class UC_OVERRIDING_VIRTUAL_FUNCTION
Unnormalized C/C++ AST class: UC_OVERRIDING_VIRTUAL_FUNCTION
Definition: cs_ast_class_decls.hpp:1409
static const ast_class NC_ASMGNUOPERANDS
Normalized C/C++ AST class: NC_ASMGNUOPERANDS
Definition: cs_ast_class_decls.hpp:218
static const ast_class UC_C11_GENERIC
Unnormalized C/C++ AST class: UC_C11_GENERIC
Definition: cs_ast_class_decls.hpp:1223
static const ast_class UC_EXPR_ROUTINE
Unnormalized C/C++ AST class: UC_EXPR_ROUTINE
Definition: cs_ast_class_decls.hpp:1175
static const ast_class UC_UINTEGER_VALUE_32
Unnormalized C/C++ AST class: UC_UINTEGER_VALUE_32
Definition: cs_ast_class_decls.hpp:1583
static const ast_class UC_POINTS_TO_MEMBER_CALL
Unnormalized C/C++ AST class: UC_POINTS_TO_MEMBER_CALL
Definition: cs_ast_class_decls.hpp:1079
static const ast_class UC_XOR_ASSIGN
Unnormalized C/C++ AST class: UC_XOR_ASSIGN
Definition: cs_ast_class_decls.hpp:908
static const ast_class UC_ERROR_VALUE
Unnormalized C/C++ AST class: UC_ERROR_VALUE
Definition: cs_ast_class_decls.hpp:593
static const ast_class UC_ABSTRACT_MULTIPLY
Unnormalized C/C++ AST class: UC_ABSTRACT_MULTIPLY
Definition: cs_ast_class_decls.hpp:464
static const ast_class UC_POINTS_TO_PM_CALL
Unnormalized C/C++ AST class: UC_POINTS_TO_PM_CALL
Definition: cs_ast_class_decls.hpp:1085
static const ast_class NC_FLOAT_VALUE_64
Normalized C/C++ AST class: NC_FLOAT_VALUE_64
Definition: cs_ast_class_decls.hpp:257
static const ast_class UC_LOR
Unnormalized C/C++ AST class: UC_LOR
Definition: cs_ast_class_decls.hpp:965
static const ast_class UC_LABEL_ADDRESS
Unnormalized C/C++ AST class: UC_LABEL_ADDRESS
Definition: cs_ast_class_decls.hpp:629
static const ast_class NC_VIRTUAL_BASE_CLASS_ACCESS
Normalized C/C++ AST class: NC_VIRTUAL_BASE_CLASS_ACCESS
Definition: cs_ast_class_decls.hpp:350
static const ast_class UC_ABSTRACT_PM_DOT_EXPR
Unnormalized C/C++ AST class: UC_ABSTRACT_PM_DOT_EXPR
Definition: cs_ast_class_decls.hpp:530
static const ast_class UC_ABSTRACT_NE
Unnormalized C/C++ AST class: UC_ABSTRACT_NE
Definition: cs_ast_class_decls.hpp:479
static const ast_class UC_PRAGMA_ASM
Unnormalized C/C++ AST class: UC_PRAGMA_ASM
Definition: cs_ast_class_decls.hpp:1562
static const ast_class UC_FIELD_CONSTRUCTOR_INIT
Unnormalized C/C++ AST class: UC_FIELD_CONSTRUCTOR_INIT
Definition: cs_ast_class_decls.hpp:1427
static const ast_class UC_RANGE_BASED_FOR
Unnormalized C/C++ AST class: UC_RANGE_BASED_FOR
Definition: cs_ast_class_decls.hpp:1307
static const ast_class NC_COMPLEX_CONJ_EXPR
Normalized C/C++ AST class: NC_COMPLEX_CONJ_EXPR
Definition: cs_ast_class_decls.hpp:203
static const ast_class NC_ADDREXPR
Normalized C/C++ AST class: NC_ADDREXPR
Definition: cs_ast_class_decls.hpp:164
static const ast_class UC_UNION
Unnormalized C/C++ AST class: UC_UNION
Definition: cs_ast_class_decls.hpp:740
static const ast_class NC_RIGHTSHIFTEXPR
Normalized C/C++ AST class: NC_RIGHTSHIFTEXPR
Definition: cs_ast_class_decls.hpp:131
static const ast_class UC_BUILTIN_OPERATION_N_TYPE_OPERANDS
Unnormalized C/C++ AST class: UC_BUILTIN_OPERATION_N_TYPE_OPERANDS
Definition: cs_ast_class_decls.hpp:1190
static const ast_class UC_HANDLE_TO
Unnormalized C/C++ AST class: UC_HANDLE_TO
Definition: cs_ast_class_decls.hpp:1088
static const ast_class UC_UNBOX
Unnormalized C/C++ AST class: UC_UNBOX
Definition: cs_ast_class_decls.hpp:1097
static const ast_class UC_VLA
Unnormalized C/C++ AST class: UC_VLA
Definition: cs_ast_class_decls.hpp:731
static const ast_class UC_PRAGMA_SETLOCALE
Unnormalized C/C++ AST class: UC_PRAGMA_SETLOCALE
Definition: cs_ast_class_decls.hpp:1550
static const ast_class UC_ABSTRACT_SHIFTR
Unnormalized C/C++ AST class: UC_ABSTRACT_SHIFTR
Definition: cs_ast_class_decls.hpp:473
static const ast_class UC_FLOAT_VALUE_96
Unnormalized C/C++ AST class: UC_FLOAT_VALUE_96
Definition: cs_ast_class_decls.hpp:1604
static const ast_class UC_REUSE_VALUE
Unnormalized C/C++ AST class: UC_REUSE_VALUE
Definition: cs_ast_class_decls.hpp:1172
static const ast_class NC_COMPLEX
Normalized C/C++ AST class: NC_COMPLEX
Definition: cs_ast_class_decls.hpp:308
static const ast_class UC_GENERIC_POST_INCR
Unnormalized C/C++ AST class: UC_GENERIC_POST_INCR
Definition: cs_ast_class_decls.hpp:998
static const ast_class UC_JDIVIDE
Unnormalized C/C++ AST class: UC_JDIVIDE
Definition: cs_ast_class_decls.hpp:854
static const ast_class UC_EXPR_VARIABLE
Unnormalized C/C++ AST class: UC_EXPR_VARIABLE
Definition: cs_ast_class_decls.hpp:1109
static const ast_class UC_VOID_VALUE
Unnormalized C/C++ AST class: UC_VOID_VALUE
Definition: cs_ast_class_decls.hpp:692
static const ast_class UC_THROW
Unnormalized C/C++ AST class: UC_THROW
Definition: cs_ast_class_decls.hpp:1130
static const ast_class UC_JFSUBTRACT
Unnormalized C/C++ AST class: UC_JFSUBTRACT
Definition: cs_ast_class_decls.hpp:866
static const ast_class UC_DOT_STATIC
Unnormalized C/C++ AST class: UC_DOT_STATIC
Definition: cs_ast_class_decls.hpp:929
static const ast_class UC_GENERIC_GNU_MAX
Unnormalized C/C++ AST class: UC_GENERIC_GNU_MAX
Definition: cs_ast_class_decls.hpp:1046
static const ast_class UC_DELETE
Unnormalized C/C++ AST class: UC_DELETE
Definition: cs_ast_class_decls.hpp:1121
static const ast_class UC_PRAGMA_STOP_MAP_REGION
Unnormalized C/C++ AST class: UC_PRAGMA_STOP_MAP_REGION
Definition: cs_ast_class_decls.hpp:1547
static const ast_class NC_BITANDEXPR
Normalized C/C++ AST class: NC_BITANDEXPR
Definition: cs_ast_class_decls.hpp:107
static const ast_class UC_SUBSCRIPT
Unnormalized C/C++ AST class: UC_SUBSCRIPT
Definition: cs_ast_class_decls.hpp:911
static const ast_class UC_ATTRIBUTE_ARG_EMPTY
Unnormalized C/C++ AST class: UC_ATTRIBUTE_ARG_EMPTY
Definition: cs_ast_class_decls.hpp:1442
static const ast_class UC_BUILTIN_OPERATION_CLASS_TEMPLATE_AND_TYPE
Unnormalized C/C++ AST class: UC_BUILTIN_OPERATION_CLASS_TEMPLATE_AND_TYPE
Definition: cs_ast_class_decls.hpp:1211
static const ast_class UC_ABSTRACT_GENERIC_ARRAY
Unnormalized C/C++ AST class: UC_ABSTRACT_GENERIC_ARRAY
Definition: cs_ast_class_decls.hpp:425
static const ast_class UC_ASM_FUNC_BODY
Unnormalized C/C++ AST class: UC_ASM_FUNC_BODY
Definition: cs_ast_class_decls.hpp:1322
static const ast_class UC_GENERIC_ADD_ASSIGN
Unnormalized C/C++ AST class: UC_GENERIC_ADD_ASSIGN
Definition: cs_ast_class_decls.hpp:1052
static const ast_class UC_ABSTRACT_TEMPLATE_ARG
Unnormalized C/C++ AST class: UC_ABSTRACT_TEMPLATE_ARG
Definition: cs_ast_class_decls.hpp:410
static const ast_class NC_ABSTRACT_FIELD_OR_BASE_CLASS
Normalized C/C++ AST class: NC_ABSTRACT_FIELD_OR_BASE_CLASS
Definition: cs_ast_class_decls.hpp:74
static const ast_class UC_VA_ARG
Unnormalized C/C++ AST class: UC_VA_ARG
Definition: cs_ast_class_decls.hpp:977
static const ast_class UC_CLI_SUBSCRIPT
Unnormalized C/C++ AST class: UC_CLI_SUBSCRIPT
Definition: cs_ast_class_decls.hpp:914
static const ast_class UC_ABSTRACT_ASSIGN
Unnormalized C/C++ AST class: UC_ABSTRACT_ASSIGN
Definition: cs_ast_class_decls.hpp:503
static const ast_class UC_CONDITION_SCOPE
Unnormalized C/C++ AST class: UC_CONDITION_SCOPE
Definition: cs_ast_class_decls.hpp:1367
static const ast_class UC_VECTOR_TYPE
Unnormalized C/C++ AST class: UC_VECTOR_TYPE
Definition: cs_ast_class_decls.hpp:752
static const ast_class UC_ARRAY_TO_POINTER_DECAY
Unnormalized C/C++ AST class: UC_ARRAY_TO_POINTER_DECAY
Definition: cs_ast_class_decls.hpp:833
static const ast_class UC_PSUBTRACT
Unnormalized C/C++ AST class: UC_PSUBTRACT
Definition: cs_ast_class_decls.hpp:848
static const ast_class NC_ASMGNUOPERAND
Normalized C/C++ AST class: NC_ASMGNUOPERAND
Definition: cs_ast_class_decls.hpp:221
static const ast_class UC_LAMBDA_CAPTURE
Unnormalized C/C++ AST class: UC_LAMBDA_CAPTURE
Definition: cs_ast_class_decls.hpp:1166
static const ast_class NC_COMPLEX_IMAG_PART
Normalized C/C++ AST class: NC_COMPLEX_IMAG_PART
Definition: cs_ast_class_decls.hpp:209
static const ast_class NC_ALIGNOFEXPR
Normalized C/C++ AST class: NC_ALIGNOFEXPR
Definition: cs_ast_class_decls.hpp:158
static const ast_class UC_CTP_TYPEID
Unnormalized C/C++ AST class: UC_CTP_TYPEID
Definition: cs_ast_class_decls.hpp:674
static const ast_class UC_CONSTANT_LABEL_DIFFERENCE
Unnormalized C/C++ AST class: UC_CONSTANT_LABEL_DIFFERENCE
Definition: cs_ast_class_decls.hpp:635
static const ast_class UC_PSUBTRACT_ASSIGN
Unnormalized C/C++ AST class: UC_PSUBTRACT_ASSIGN
Definition: cs_ast_class_decls.hpp:893
static const ast_class UC_DIRECT_BASE_CLASS_CONSTRUCTOR_INIT
Unnormalized C/C++ AST class: UC_DIRECT_BASE_CLASS_CONSTRUCTOR_INIT
Definition: cs_ast_class_decls.hpp:1424
static const ast_class UC_ABSTRACT_AST
Unnormalized C/C++ AST class: UC_ABSTRACT_AST
Definition: cs_ast_class_decls.hpp:380
static const ast_class UC_FLOAT_VALUE
Unnormalized C/C++ AST class: UC_FLOAT_VALUE
Definition: cs_ast_class_decls.hpp:605
static const ast_class UC_CONDITION
Unnormalized C/C++ AST class: UC_CONDITION
Definition: cs_ast_class_decls.hpp:1133
static const ast_class UC_TRY_BLOCK
Unnormalized C/C++ AST class: UC_TRY_BLOCK
Definition: cs_ast_class_decls.hpp:1325
static const ast_class UC_VLA_TYPEDEF_DECL
Unnormalized C/C++ AST class: UC_VLA_TYPEDEF_DECL
Definition: cs_ast_class_decls.hpp:1337
static const ast_class UC_BRACED_INIT_LIST
Unnormalized C/C++ AST class: UC_BRACED_INIT_LIST
Definition: cs_ast_class_decls.hpp:1220
static const ast_class UC_SWITCH
Unnormalized C/C++ AST class: UC_SWITCH
Definition: cs_ast_class_decls.hpp:1313
static const ast_class UC_BLOCK
Unnormalized C/C++ AST class: UC_BLOCK
Definition: cs_ast_class_decls.hpp:1295
static const ast_class UC_NEW
Unnormalized C/C++ AST class: UC_NEW
Definition: cs_ast_class_decls.hpp:1118
static const ast_class UC_GOTO
Unnormalized C/C++ AST class: UC_GOTO
Definition: cs_ast_class_decls.hpp:1280
static const ast_class NC_INCLUSIVEOR
Normalized C/C++ AST class: NC_INCLUSIVEOR
Definition: cs_ast_class_decls.hpp:101
static const ast_class UC_CO_AWAIT
Unnormalized C/C++ AST class: UC_CO_AWAIT
Definition: cs_ast_class_decls.hpp:1229
static const ast_class UC_PRAGMA_DEFINE_TYPE_INFO
Unnormalized C/C++ AST class: UC_PRAGMA_DEFINE_TYPE_INFO
Definition: cs_ast_class_decls.hpp:1505
static const ast_class UC_GENERIC_LT
Unnormalized C/C++ AST class: UC_GENERIC_LT
Definition: cs_ast_class_decls.hpp:1031
static const ast_class NC_ENUM
Normalized C/C++ AST class: NC_ENUM
Definition: cs_ast_class_decls.hpp:287
static const ast_class UC_ABSTRACT_LITERAL
Unnormalized C/C++ AST class: UC_ABSTRACT_LITERAL
Definition: cs_ast_class_decls.hpp:554
static const ast_class UC_VECTOR_FILL
Unnormalized C/C++ AST class: UC_VECTOR_FILL
Definition: cs_ast_class_decls.hpp:1103
static const ast_class UC_PM_BASE_CLASS_CAST
Unnormalized C/C++ AST class: UC_PM_BASE_CLASS_CAST
Definition: cs_ast_class_decls.hpp:812
static const ast_class UC_CLASS
Unnormalized C/C++ AST class: UC_CLASS
Definition: cs_ast_class_decls.hpp:734
static const ast_class UC_TEMPLATE_ARG_TYPE
Unnormalized C/C++ AST class: UC_TEMPLATE_ARG_TYPE
Definition: cs_ast_class_decls.hpp:1460
static const ast_class UC_ABSTRACT_SHIFTL_ASSIGN
Unnormalized C/C++ AST class: UC_ABSTRACT_SHIFTL_ASSIGN
Definition: cs_ast_class_decls.hpp:518
static const ast_class UC_ADDRESS_OP
Unnormalized C/C++ AST class: UC_ADDRESS_OP
Definition: cs_ast_class_decls.hpp:1064
static const ast_class UC_ABSTRACT_SUBTRACT
Unnormalized C/C++ AST class: UC_ABSTRACT_SUBTRACT
Definition: cs_ast_class_decls.hpp:461
static const ast_class UC_ATTRIBUTE
Unnormalized C/C++ AST class: UC_ATTRIBUTE
Definition: cs_ast_class_decls.hpp:1439
static const ast_class UC_PDIFF
Unnormalized C/C++ AST class: UC_PDIFF
Definition: cs_ast_class_decls.hpp:881
static const ast_class UC_GCNEW
Unnormalized C/C++ AST class: UC_GCNEW
Definition: cs_ast_class_decls.hpp:1127
static const ast_class NC_SUBPROGCALL
Normalized C/C++ AST class: NC_SUBPROGCALL
Definition: cs_ast_class_decls.hpp:224
static const ast_class UC_SWITCH_CASE_ENTRY
Unnormalized C/C++ AST class: UC_SWITCH_CASE_ENTRY
Definition: cs_ast_class_decls.hpp:1577
static const ast_class UC_ERROR_TYPE
Unnormalized C/C++ AST class: UC_ERROR_TYPE
Definition: cs_ast_class_decls.hpp:698
static const ast_class UC_DELEGATION_CONSTRUCTOR_INIT
Unnormalized C/C++ AST class: UC_DELEGATION_CONSTRUCTOR_INIT
Definition: cs_ast_class_decls.hpp:1430
static const ast_class UC_NOT
Unnormalized C/C++ AST class: UC_NOT
Definition: cs_ast_class_decls.hpp:800
static const ast_class UC_POINTS_TO_PM_FUNC_PTR
Unnormalized C/C++ AST class: UC_POINTS_TO_PM_FUNC_PTR
Definition: cs_ast_class_decls.hpp:926
static const ast_class UC_CTP_INTEGER_PACK
Unnormalized C/C++ AST class: UC_CTP_INTEGER_PACK
Definition: cs_ast_class_decls.hpp:683
static const ast_class UC_BASSIGN
Unnormalized C/C++ AST class: UC_BASSIGN
Definition: cs_ast_class_decls.hpp:884
static const ast_class UC_AST_LIST
Unnormalized C/C++ AST class: UC_AST_LIST
Definition: cs_ast_class_decls.hpp:1610
static const ast_class UC_STRUCT
Unnormalized C/C++ AST class: UC_STRUCT
Definition: cs_ast_class_decls.hpp:737
static const ast_class UC_ABSTRACT_TEMPLATE_PARAMETER
Unnormalized C/C++ AST class: UC_ABSTRACT_TEMPLATE_PARAMETER
Definition: cs_ast_class_decls.hpp:413
static const ast_class NC_BASE_TYPE
Normalized C/C++ AST class: NC_BASE_TYPE
Definition: cs_ast_class_decls.hpp:89
static const ast_class UC_NAMESPACE_SCOPE
Unnormalized C/C++ AST class: UC_NAMESPACE_SCOPE
Definition: cs_ast_class_decls.hpp:1361
static const ast_class UC_CTP_ALIGNOF
Unnormalized C/C++ AST class: UC_CTP_ALIGNOF
Definition: cs_ast_class_decls.hpp:668
static const ast_class UC_ABSTRACT_ADD_ASSIGN
Unnormalized C/C++ AST class: UC_ABSTRACT_ADD_ASSIGN
Definition: cs_ast_class_decls.hpp:506
static const ast_class UC_ASSIGNED_GOTO
Unnormalized C/C++ AST class: UC_ASSIGNED_GOTO
Definition: cs_ast_class_decls.hpp:1343
static const ast_class UC_BUILTIN_OPERATION_TYPE_TWO_EXPRESSION_OPERANDS
Unnormalized C/C++ AST class: UC_BUILTIN_OPERATION_TYPE_TWO_EXPRESSION_OPERANDS
Definition: cs_ast_class_decls.hpp:1208
static const ast_class NC_ASMGENERICENTRY
Normalized C/C++ AST class: NC_ASMGENERICENTRY
Definition: cs_ast_class_decls.hpp:212
static const ast_class UC_PRAGMA_DIAG_DEFAULT
Unnormalized C/C++ AST class: UC_PRAGMA_DIAG_DEFAULT
Definition: cs_ast_class_decls.hpp:1532
static const ast_class UC_AGGREGATE
Unnormalized C/C++ AST class: UC_AGGREGATE
Definition: cs_ast_class_decls.hpp:641
static const ast_class UC_VLA_DECL
Unnormalized C/C++ AST class: UC_VLA_DECL
Definition: cs_ast_class_decls.hpp:1340
static const ast_class UC_BASE_CLASS
Unnormalized C/C++ AST class: UC_BASE_CLASS
Definition: cs_ast_class_decls.hpp:1415
static const ast_class NC_CSM_TYPE_QUALIFIERS
Normalized C/C++ AST class: NC_CSM_TYPE_QUALIFIERS
Definition: cs_ast_class_decls.hpp:296
static const ast_class UC_VA_END
Unnormalized C/C++ AST class: UC_VA_END
Definition: cs_ast_class_decls.hpp:980
static const ast_class NC_INTEGER_VALUE_64
Normalized C/C++ AST class: NC_INTEGER_VALUE_64
Definition: cs_ast_class_decls.hpp:242
static const ast_class UC_TYPEID
Unnormalized C/C++ AST class: UC_TYPEID
Definition: cs_ast_class_decls.hpp:1139
static const ast_class UC_EMPTY
Unnormalized C/C++ AST class: UC_EMPTY
Definition: cs_ast_class_decls.hpp:1346
static const ast_class UC_TEMPLATE_PARAMETER_NONTYPE
Unnormalized C/C++ AST class: UC_TEMPLATE_PARAMETER_NONTYPE
Definition: cs_ast_class_decls.hpp:1475
static const ast_class NC_CODESURFER_TYPE
Normalized C/C++ AST class: NC_CODESURFER_TYPE
Definition: cs_ast_class_decls.hpp:299
static const ast_class UC_ALIGNOF
Unnormalized C/C++ AST class: UC_ALIGNOF
Definition: cs_ast_class_decls.hpp:1160
static const ast_class NC_ABSTRACT_RVALUE
Normalized C/C++ AST class: NC_ABSTRACT_RVALUE
Definition: cs_ast_class_decls.hpp:29
static const ast_class UC_ABSTRACT_DIVIDE
Unnormalized C/C++ AST class: UC_ABSTRACT_DIVIDE
Definition: cs_ast_class_decls.hpp:467
static const ast_class UC_FOR_EACH
Unnormalized C/C++ AST class: UC_FOR_EACH
Definition: cs_ast_class_decls.hpp:1304
static const ast_class NC_CLASS
Normalized C/C++ AST class: NC_CLASS
Definition: cs_ast_class_decls.hpp:326
static const ast_class UC_RUNTIME_SIZEOF_TYPE
Unnormalized C/C++ AST class: UC_RUNTIME_SIZEOF_TYPE
Definition: cs_ast_class_decls.hpp:1142
static const ast_class UC_BASE_CLASS_CAST
Unnormalized C/C++ AST class: UC_BASE_CLASS_CAST
Definition: cs_ast_class_decls.hpp:806
static const ast_class NC_ABSTRACT_BITWISE
Normalized C/C++ AST class: NC_ABSTRACT_BITWISE
Definition: cs_ast_class_decls.hpp:38
static const ast_class UC_FIELD
Unnormalized C/C++ AST class: UC_FIELD
Definition: cs_ast_class_decls.hpp:776
static const ast_class NC_STRUCT
Normalized C/C++ AST class: NC_STRUCT
Definition: cs_ast_class_decls.hpp:329
static const ast_class UC_RUNTIME_SIZEOF
Unnormalized C/C++ AST class: UC_RUNTIME_SIZEOF
Definition: cs_ast_class_decls.hpp:1145
static const ast_class NC_LABEL
Normalized C/C++ AST class: NC_LABEL
Definition: cs_ast_class_decls.hpp:275
static const ast_class UC_POINTS_TO_VACUOUS_DESTRUCTOR_CALL
Unnormalized C/C++ AST class: UC_POINTS_TO_VACUOUS_DESTRUCTOR_CALL
Definition: cs_ast_class_decls.hpp:959
static const ast_class NC_NORMALASSIGN
Normalized C/C++ AST class: NC_NORMALASSIGN
Definition: cs_ast_class_decls.hpp:98
static const ast_class NC_STRING
Normalized C/C++ AST class: NC_STRING
Definition: cs_ast_class_decls.hpp:233
static const ast_class UC_ABSTRACT_SHIFTR_ASSIGN
Unnormalized C/C++ AST class: UC_ABSTRACT_SHIFTR_ASSIGN
Definition: cs_ast_class_decls.hpp:521
static const ast_class UC_DYNAMIC_INIT_CALL_RETURNING_CLASS_VIA_CCTOR
Unnormalized C/C++ AST class: UC_DYNAMIC_INIT_CALL_RETURNING_CLASS_VIA_CCTOR
Definition: cs_ast_class_decls.hpp:1391
static const ast_class UC_VARIABLE_ADDRESS_CONSTANT
Unnormalized C/C++ AST class: UC_VARIABLE_ADDRESS_CONSTANT
Definition: cs_ast_class_decls.hpp:617
static const ast_class UC_PRAGMA_NO_PCH
Unnormalized C/C++ AST class: UC_PRAGMA_NO_PCH
Definition: cs_ast_class_decls.hpp:1502
static const ast_class UC_EXPR_TYPE
Unnormalized C/C++ AST class: UC_EXPR_TYPE
Definition: cs_ast_class_decls.hpp:1181
static const ast_class UC_UINTEGER_VALUE_64
Unnormalized C/C++ AST class: UC_UINTEGER_VALUE_64
Definition: cs_ast_class_decls.hpp:1589