Searched defs:PTR (Results 1 – 12 of 12) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | StmtVisitor.h | 35 #define PTR(CLASS) typename Ptr<CLASS>::type macro 193 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | DeclVisitor.h | 34 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | CommentVisitor.h | 25 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | Expr.h | 4779 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | warn-tautological-compare.c | 81 #define SAVE_READ(PTR) if( (PTR) && (&result) ) *result=*PTR; argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | debug-info.c | 11 typedef struct OPAQUE *PTR; typedef
|
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 80 void setPassesToRun(const std::vector<std::string> &PTR) { in setPassesToRun()
|
/minix3/sys/lib/libkern/ |
H A D | libkern.h | 339 #define __validate_container_of(PTR, TYPE, FIELD) 0 argument 341 #define __validate_container_of(PTR, TYPE, FIELD) \ argument 346 #define container_of(PTR, TYPE, FIELD) \ argument
|
/minix3/minix/lib/liblwip/dist/src/netif/ppp/ |
H A D | pppoe.c | 94 #define PPPOE_ADD_16(PTR, VAL) \ argument 99 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \ argument
|
/minix3/common/lib/libc/atomic/ |
H A D | atomic_init_testset.c | 61 #define HASH(PTR) (((uintptr_t)(PTR) >> 3) & 127) argument
|
/minix3/minix/commands/isoread/ |
H A D | isoread.c | 140 #define IS_DOT(PTR) (PTR->name_length[0] == 1 && PTR->name[0] == 0 ? 1 : 0) argument 141 #define IS_DOT_DOT(PTR) (PTR->name_length[0] == 1 && PTR->name[0] == 1 ? 1 : 0) argument 142 #define IS_DIR(PTR) (PTR->flags[-High_Sierra] & 2 ? 1 : 0) argument
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 2745 LLVMValueRef PTR, LLVMValueRef Val, in LLVMBuildAtomicRMW()
|