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); }
112 #define PtrToInt(p) ((INT)(INT_PTR) (p))
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 194 | PtrToInt
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 75 milliseconds