Searched defs:getFromVoidPointer (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DPointerLikeTypeTraits.h37 static inline T *getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
59 static inline const T *getFromVoidPointer(const void *P) { function in class:llvm::PointerLikeTypeTraits
72 static inline uintptr_t getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
H A DValueHandle.h29 static inline ValueHandleBase **getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DPointerUnion.h55 static inline void *getFromVoidPointer(void *P) { return P; } function in class:llvm::PointerUnionUIntTraits
193 getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
326 getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
439 getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
H A DIntervalMap.h469 static inline void *getFromVoidPointer(void *P) { return P; } function in struct:llvm::IntervalMapImpl::NodeRef::CacheAlignedPointerTraits
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DUse.h46 static inline Use **getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
H A DInstruction.h400 static inline PT getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
H A DValue.h408 static inline PT getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits

Completed in 104 milliseconds