/external/llvm-project/clang/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 | ASTFwd.h | 23 #define STMT(DERIVED, BASE) class DERIVED; macro
|
D | ASTTypeTraits.h | 144 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
|
D | Stmt.h | 72 #define STMT(CLASS, PARENT) CLASS##Class, macro 77 #define ABSTRACT_STMT(STMT) argument
|
/external/clang/test/CoverageMapping/ |
D | macro-expressions.cpp | 15 #define STMT(s) s macro 47 void STMT(fn2()) { in STMT() function 50 void STMT(fn3)() { in STMT() function
|
/external/llvm-project/clang/test/CoverageMapping/ |
D | macro-expressions.cpp | 15 #define STMT(s) s macro 47 void STMT(fn2()) { in STMT() function 50 void STMT(fn3)() { in STMT() function
|
D | deferred-region.cpp | 4 #define STMT(S) S macro
|
/external/clang/include/clang/AST/ |
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
|
D | ASTFwd.h | 24 #define STMT(DERIVED, BASE) class DERIVED; macro
|
D | ASTTypeTraits.h | 134 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
|
D | Stmt.h | 63 #define STMT(CLASS, PARENT) CLASS##Class, in LLVM_ALIGNAS() macro 68 #define ABSTRACT_STMT(STMT) in LLVM_ALIGNAS() argument
|
/external/clang/lib/AST/ |
D | ASTTypeTraits.cpp | 35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, macro 90 #define STMT(CLASS, PARENT) \ in getFromNode() macro
|
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
|
D | ExprClassification.cpp | 109 #define STMT(Kind, Base) case Expr::Kind##Class: in ClassifyInternal() macro
|
D | Expr.cpp | 197 #define STMT(type, base) \ in getExprLoc() macro 1645 #define STMT(Type, Base) in path_buffer() macro 2816 #define STMT(Type, Base) case Type##Class: in HasSideEffects() macro
|
D | StmtProfile.cpp | 39 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
|
/external/llvm-project/clang/lib/AST/ |
D | ASTTypeTraits.cpp | 38 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, macro 96 #define STMT(CLASS, PARENT) \ in getFromNode() macro
|
D | Stmt.cpp | 63 #define ABSTRACT_STMT(STMT) in getStmtInfoTableEntry() argument 64 #define STMT(CLASS, PARENT) \ in getStmtInfoTableEntry() macro 84 #define STMT(CLASS, PARENT) \ macro 92 #define STMT(CLASS, PARENT) \ macro 278 #define STMT(type, base) \ in check_implementations() macro 289 #define STMT(type, base) \ in children() macro 328 #define STMT(type, base) \ in getSourceRange() macro 340 #define STMT(type, base) \ in getBeginLoc() macro 352 #define STMT(type, base) \ in getEndLoc() macro
|
D | ExprClassification.cpp | 109 #define STMT(Kind, Base) case Expr::Kind##Class: in ClassifyInternal() macro
|
D | ASTStructuralEquivalence.cpp | 326 #define STMT(CLASS, PARENT) \ macro 353 #define STMT(CLASS, PARENT) \ in IsEquivalent() macro
|
D | Expr.cpp | 231 #define STMT(type, base) \ in getExprLoc() macro 1808 #define STMT(Type, Base) in path_buffer() macro 3252 #define STMT(Type, Base) case Type##Class: in HasSideEffects() macro
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 1195 #define STMT(CLASS, PARENT) case Expr::CLASS##Class: in canThrow() macro 1199 #define ABSTRACT_STMT(STMT) in canThrow() argument
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 97 #define STMT(Type, Base) in EmitStmt() macro
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 108 #define STMT(Type, Base) in EmitStmt() macro
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 182 #define VK_NULL_RETURN(STMT) \ argument
|