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

/freebsd-10-stable/contrib/llvm/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.h30 static inline ValueHandleBase **getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclGroup.h149 static inline clang::DeclGroupRef getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
H A DTemplateName.h327 static TemplateName getFromVoidPointer(void *Ptr) { function in class:clang::TemplateName
552 static inline clang::TemplateName getFromVoidPointer(void *Ptr) { function in class:llvm::PointerLikeTypeTraits
H A DCanonicalType.h368 static inline clang::CanQual<T> getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
H A DDeclBase.h62 static inline PT getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
H A DDeclCXX.h80 static inline ::clang::AnyFunctionDecl getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
H A DType.h53 static inline ::clang::Type *getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
62 static inline ::clang::ExtQuals *getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
1015 static inline clang::QualType getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DPointerUnion.h56 static inline void *getFromVoidPointer(void *P) { return P; } function in class:llvm::PointerUnionUIntTraits
201 getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
334 getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
447 getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
H A DIntervalMap.h489 static inline void *getFromVoidPointer(void *P) { return P; } function in struct:llvm::IntervalMapImpl::NodeRef::CacheAlignedPointerTraits
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DUse.h48 static inline Use **getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
H A DInstruction.h459 static inline PT getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
H A DValue.h434 static inline PT getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DOwnership.h116 static inline clang::OpaquePtr<T> getFromVoidPointer(void *P) { function in class:llvm::PointerLikeTypeTraits
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h430 static inline clang::SourceLocation getFromVoidPointer(void *P) { function in class:clang::llvm::PointerLikeTypeTraits
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DELF.h146 static inline T *getFromVoidPointer(const void *P) { function in class:llvm::object::ELFFile::ArchivePointerTypeTraits

Completed in 179 milliseconds