/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | debug_mapping.cpp | 10 #define PTR "%llx" macro 12 #define PTR "%lx" macro
|
H A D | debug_stacks.cpp | 9 #define PTR "%llx" macro 11 #define PTR "%lx" macro
|
/llvm-project/clang/test/FixIt/ |
H A D | nullability.mm | 24 #define PTR(X) X * macro 25 extern PTR(void) array[2]; // expected-warning {{inferring '_Nonnull' for pointer type within array… function
|
/llvm-project/clang/test/FixIt/Inputs/ |
H A D | nullability.h | 25 #define PTR(X) X * macro
|
/llvm-project/libunwind/src/ |
H A D | UnwindRegistersSave.S | 78 #define PTR %rcx macro 81 #define PTR %rdi macro [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | AttrVisitor.h | 27 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | DeclVisitor.h | 33 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | CommentVisitor.h | 22 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | StmtVisitor.h | 39 #define PTR( global() macro [all...] |
H A D | EvaluatedExprVisitor.h | 38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | Expr.h | 6614 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; global() enumerator
|
H A D | OpenMPClause.h | 8848 #define PTR( global() macro
|
/llvm-project/clang/test/Sema/ |
H A D | warn-tautological-compare.c | 79 #define SAVE_READ(PTR) if( (PTR) && (&result) ) *result=*PTR; argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | debug-info.c | 12 typedef struct OPAQUE *PTR; typedef
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 76 void setPassesToRun(const std::vector<std::string> &PTR) { in setPassesToRun()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-shared.cpp | 283 #define PTR shared_ptr<int> in aliases() macro
|
H A D | make-unique.cpp | 510 #define PTR unique_ptr<int> in aliases() macro
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 4219 LLVMBuildAtomicRMW(LLVMBuilderRef B,LLVMAtomicRMWBinOp op,LLVMValueRef PTR,LLVMValueRef Val,LLVMAtomicOrdering ordering,LLVMBool singleThread) LLVMBuildAtomicRMW() argument
|
/llvm-project/clang/lib/Headers/ |
H A D | altivec.h | 3175 #define __vec_ldrmb(PTR, CNT) vec_xl_len_r((const unsigned char *)(PTR), (CNT)) argument 3176 #define __vec_strmb(PTR, CNT, VAL) \ argument
|