Home
last modified time | relevance | path

Searched defs:PtrToInt (Results 1 – 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dbasetsd.h76 static __inline int PtrToInt (const void *p) { return ((int) (INT_PTR) p); } in PtrToInt() function
109 #define PtrToInt(p) ((INT) (INT_PTR) (p)) macro
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DOperator.h511 friend class PtrToInt; variable