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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h57 static inline T *getFromVoidPointer(void *P) { return static_cast<T *>(P); } function in struct:llvm::PointerLikeTypeTraits
64 static inline void *getFromVoidPointer(void *P) { return P; } function in struct:llvm::PointerLikeTypeTraits
83 static inline const T getFromVoidPointer(const void *P) { function in struct:llvm::PointerLikeTypeTraits
96 static inline const T *getFromVoidPointer(const void *P) { function in struct:llvm::PointerLikeTypeTraits
107 static inline uintptr_t getFromVoidPointer(void *P) { function in struct:llvm::PointerLikeTypeTraits
131 static inline FunctionPointerT getFromVoidPointer(void *P) { function in struct:llvm::FunctionPointerLikeTypeTraits
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclGroup.h146 static inline clang::DeclGroupRef getFromVoidPointer(void *P) { function in struct:llvm::PointerLikeTypeTraits
H A DCanonicalType.h382 static clang::CanQual<T> getFromVoidPointer(void *P) { function in struct:llvm::PointerLikeTypeTraits
H A DTemplateName.h335 static TemplateName getFromVoidPointer(void *Ptr) { function in class:clang::TemplateName
557 static inline clang::TemplateName getFromVoidPointer(void *Ptr) { function in struct:llvm::PointerLikeTypeTraits
H A DExternalASTSource.h505 static Ptr getFromVoidPointer(void *P) { return Ptr::getFromOpaqueValue(P); } function in struct:llvm::PointerLikeTypeTraits
H A DAPValue.h91 static clang::TypeInfoLValue getFromVoidPointer(void *P) { function in struct:llvm::PointerLikeTypeTraits
103 static clang::DynamicAllocLValue getFromVoidPointer(void *P) { function in struct:llvm::PointerLikeTypeTraits
H A DType.h85 static inline ::clang::Type *getFromVoidPointer(void *P) { function in struct:llvm::PointerLikeTypeTraits
96 static inline ::clang::ExtQuals *getFromVoidPointer(void *P) { function in struct:llvm::PointerLikeTypeTraits
1294 static inline clang::QualType getFromVoidPointer(void *P) { function in struct:llvm::PointerLikeTypeTraits
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitFuture.h37 static inline T getFromVoidPointer(void *p) {return static_cast<T>(p);} function in struct:llvm::PointerLikeTypeTraits
100 static inline T getFromVoidPointer(void *p) { function in struct:llvm::PointerLikeTypeTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerUnion.h92 static inline void *getFromVoidPointer(void *P) { return P; } function in class:llvm::pointer_union_detail::PointerUnionUIntTraits
H A DIntervalMap.h493 static inline void *getFromVoidPointer(void *P) { return P; } function in struct:llvm::IntervalMapImpl::NodeRef::CacheAlignedPointerTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h68 static inline User *getFromVoidPointer(void *P) { function in struct:llvm::Use::UserRefPointerTraits
84 static inline Use **getFromVoidPointer(void *P) { function in struct:llvm::Use::PrevPointerTraits
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h126 static inline clang::OpaquePtr<T> getFromVoidPointer(void *P) { function in struct:llvm::PointerLikeTypeTraits
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h491 static clang::SourceLocation getFromVoidPointer(void *P) { function in struct:clang::llvm::PointerLikeTypeTraits
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp77 static inline AlignedMap *getFromVoidPointer(void *P) { function in struct:GlobalsAAResult::FunctionInfo::AlignedMapPointerTraits

Completed in 140 milliseconds