Home
last modified time | relevance | path

Searched defs:PTR (Results 1 – 19 of 19) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/
H A Ddebug_mapping.cpp10 #define PTR "%llx" macro
12 #define PTR "%lx" macro
H A Ddebug_stacks.cpp9 #define PTR "%llx" macro
11 #define PTR "%lx" macro
/llvm-project/clang/test/FixIt/
H A Dnullability.mm24 #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 Dnullability.h25 #define PTR(X) X * macro
/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S78 #define PTR %rcx macro
81 #define PTR %rdi macro
[all...]
/llvm-project/clang/include/clang/AST/
H A DAttrVisitor.h27 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DDeclVisitor.h33 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DCommentVisitor.h22 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DStmtVisitor.h39 #define PTR( global() macro
[all...]
H A DEvaluatedExprVisitor.h38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DExpr.h6614 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; global() enumerator
H A DOpenMPClause.h8848 #define PTR( global() macro
/llvm-project/clang/test/Sema/
H A Dwarn-tautological-compare.c79 #define SAVE_READ(PTR) if( (PTR) && (&result) ) *result=*PTR; argument
/llvm-project/clang/test/CodeGen/
H A Ddebug-info.c12 typedef struct OPAQUE *PTR; typedef
/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h76 void setPassesToRun(const std::vector<std::string> &PTR) { in setPassesToRun()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp283 #define PTR shared_ptr<int> in aliases() macro
H A Dmake-unique.cpp510 #define PTR unique_ptr<int> in aliases() macro
/llvm-project/llvm/lib/IR/
H A DCore.cpp4219 LLVMBuildAtomicRMW(LLVMBuilderRef B,LLVMAtomicRMWBinOp op,LLVMValueRef PTR,LLVMValueRef Val,LLVMAtomicOrdering ordering,LLVMBool singleThread) LLVMBuildAtomicRMW() argument
/llvm-project/clang/lib/Headers/
H A Daltivec.h3175 #define __vec_ldrmb(PTR, CNT) vec_xl_len_r((const unsigned char *)(PTR), (CNT)) argument
3176 #define __vec_strmb(PTR, CNT, VAL) \ argument