/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | tree-ssa-operands.h | 150 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \ argument 158 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \ argument 166 #define FOR_EACH_SSA_DEF_OPERAND(DEFVAR, STMT, ITER, FLAGS) \ argument 174 #define FOR_EACH_PHI_ARG(USEVAR, STMT, ITER, FLAGS) \ argument 182 #define FOR_EACH_PHI_OR_STMT_USE(USEVAR, STMT, ITER, FLAGS) \ argument 191 #define FOR_EACH_PHI_OR_STMT_DEF(DEFVAR, STMT, ITER, FLAGS) \ argument 201 #define SINGLE_SSA_TREE_OPERAND(STMT, FLAGS) \ argument 207 #define SINGLE_SSA_USE_OPERAND(STMT, FLAGS) \ argument 213 #define SINGLE_SSA_DEF_OPERAND(STMT, FLAGS) \ argument 217 #define ZERO_SSA_OPERANDS(STMT, FLAGS) zero_ssa_operands (STMT, FLAGS) argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | StmtVisitor.h | 108 #define ABSTRACT_STMT(STMT) in Visit() argument 109 #define STMT(CLASS, PARENT) \ in Visit() macro 117 #define STMT(CLASS, PARENT) \ macro
|
D | Stmt.h | 88 #define STMT(CLASS, PARENT) CLASS##Class, macro 93 #define ABSTRACT_STMT(STMT) argument
|
D | ASTFwd.h | 23 #define STMT(DERIVED, BASE) class DERIVED; macro
|
D | ASTTypeTraits.h | 153 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | StmtVisitor.h | 108 #define ABSTRACT_STMT(STMT) in Visit() argument 109 #define STMT(CLASS, PARENT) \ in Visit() macro 117 #define STMT(CLASS, PARENT) \ macro
|
D | Stmt.h | 88 #define STMT(CLASS, PARENT) CLASS##Class, macro 93 #define ABSTRACT_STMT(STMT) argument
|
D | ASTFwd.h | 23 #define STMT(DERIVED, BASE) class DERIVED; macro
|
D | ASTTypeTraits.h | 153 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | StmtVisitor.h | 108 #define ABSTRACT_STMT(STMT) in Visit() argument 109 #define STMT(CLASS, PARENT) \ in Visit() macro 117 #define STMT(CLASS, PARENT) \ macro
|
D | Stmt.h | 88 #define STMT(CLASS, PARENT) CLASS##Class, macro 93 #define ABSTRACT_STMT(STMT) argument
|
D | ASTFwd.h | 23 #define STMT(DERIVED, BASE) class DERIVED; macro
|
D | ASTTypeTraits.h | 153 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | StmtVisitor.h | 107 #define ABSTRACT_STMT(STMT) in Visit() argument 108 #define STMT(CLASS, PARENT) \ in Visit() macro 116 #define STMT(CLASS, PARENT) \ macro
|
D | Stmt.h | 88 #define STMT(CLASS, PARENT) CLASS##Class, macro 93 #define ABSTRACT_STMT(STMT) argument
|
D | ASTFwd.h | 23 #define STMT(DERIVED, BASE) class DERIVED; macro
|
D | ASTTypeTraits.h | 153 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
|
/aosp_15_r20/external/clang/test/CoverageMapping/ |
H A D | macro-expressions.cpp | 15 #define STMT(s) s macro 47 void STMT(fn2()) { in STMT() function 50 void STMT(fn3)() { in STMT() function
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | StmtVisitor.h | 104 #define ABSTRACT_STMT(STMT) in Visit() argument 105 #define STMT(CLASS, PARENT) \ in Visit() macro 113 #define STMT(CLASS, PARENT) \ macro
|
H A D | ASTFwd.h | 24 #define STMT(DERIVED, BASE) class DERIVED; macro
|
H A D | ASTTypeTraits.h | 134 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Stmt.cpp | 44 #define ABSTRACT_STMT(STMT) in getStmtInfoTableEntry() argument 45 #define STMT(CLASS, PARENT) \ in getStmtInfoTableEntry() macro 201 #define STMT(type, base) \ in check_implementations() macro 212 #define STMT(type, base) \ in children() macro 249 #define STMT(type, base) \ in getSourceRange() macro 262 #define STMT(type, base) \ in getLocStart() macro 274 #define STMT(type, base) \ in getLocEnd() macro
|
H A D | ASTTypeTraits.cpp | 35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, macro 90 #define STMT(CLASS, PARENT) \ in getFromNode() macro
|
H A D | ExprClassification.cpp | 109 #define STMT(Kind, Base) case Expr::Kind##Class: in ClassifyInternal() macro
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1195 #define STMT(CLASS, PARENT) case Expr::CLASS##Class: in canThrow() macro 1199 #define ABSTRACT_STMT(STMT) in canThrow() argument
|