HomeSort by relevance Sort by last modified time
    Searched defs:PtrToInt (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 76 static __inline int PtrToInt (const void *p) { return ((int) (INT_PTR) p); }
109 #define PtrToInt(p) ((INT) (INT_PTR) (p))
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/bindings/go/llvm/
ir.go 217 PtrToInt Opcode = C.LLVMPtrToInt
    [all...]

Completed in 97 milliseconds