Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtVisitor.h35 #define PTR(CLASS) typename Ptr<CLASS>::type macro
193 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DDeclVisitor.h34 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DCommentVisitor.h25 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DExpr.h4779 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dwarn-tautological-compare.c81 #define SAVE_READ(PTR) if( (PTR) && (&result) ) *result=*PTR; argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Ddebug-info.c11 typedef struct OPAQUE *PTR; typedef
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DBugDriver.h80 void setPassesToRun(const std::vector<std::string> &PTR) { in setPassesToRun()
/minix3/sys/lib/libkern/
H A Dlibkern.h339 #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 Dpppoe.c94 #define PPPOE_ADD_16(PTR, VAL) \ argument
99 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \ argument
/minix3/common/lib/libc/atomic/
H A Datomic_init_testset.c61 #define HASH(PTR) (((uintptr_t)(PTR) >> 3) & 127) argument
/minix3/minix/commands/isoread/
H A Disoread.c140 #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 DCore.cpp2745 LLVMValueRef PTR, LLVMValueRef Val, in LLVMBuildAtomicRMW()