Searched refs:getFromVoidPointer (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-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
84 return NonConst::getFromVoidPointer(const_cast<void *>(P));
96 static inline const T *getFromVoidPointer(const void *P) { function in struct:llvm::PointerLikeTypeTraits
97 return NonConst::getFromVoidPointer(const_cast<void *>(P));
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-12-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-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerEmbeddedInt.h89 static inline T getFromVoidPointer(void *P) {
93 static inline T getFromVoidPointer(const void *P) {
H A DPointerIntPair.h106 (void)PtrTraits::getFromVoidPointer(V);
167 return PtrTraits::getFromVoidPointer(
229 getFromVoidPointer(void *P) {
234 getFromVoidPointer(const void *P) {
H A DPointerUnion.h92 static inline void *getFromVoidPointer(void *P) { return P; } function in class:llvm::pointer_union_detail::PointerUnionUIntTraits
196 return PointerLikeTypeTraits<T>::getFromVoidPointer(this->Val.getPointer());
265 static inline PointerUnion<PTs...> getFromVoidPointer(void *P) {
H A DPointerSumType.h127 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(P);
133 return HelperT::template Lookup<N>::TraitsT::getFromVoidPointer(
H A DSmallPtrSet.h287 return PtrTraits::getFromVoidPointer(const_cast<void *>(Bucket[-1]));
290 return PtrTraits::getFromVoidPointer(const_cast<void*>(*Bucket));
H A DIntervalMap.h493 static inline void *getFromVoidPointer(void *P) { return P; } function in struct:llvm::IntervalMapImpl::NodeRef::CacheAlignedPointerTraits
/freebsd-12-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-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h81 return Traits::getFromVoidPointer(Ptr);
126 static inline clang::OpaquePtr<T> getFromVoidPointer(void *P) { function in struct:llvm::PointerLikeTypeTraits
214 return PtrTraits::getFromVoidPointer(VP);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
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
558 return clang::TemplateName::getFromVoidPointer(Ptr);
H A DDeclGroup.h146 static inline clang::DeclGroupRef getFromVoidPointer(void *P) { function in struct:llvm::PointerLikeTypeTraits
H A DTemplateBase.h282 return TemplateName::getFromVoidPointer(TemplateArg.Name);
291 return TemplateName::getFromVoidPointer(TemplateArg.Name);
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 DExternalASTSource.h505 static Ptr getFromVoidPointer(void *P) { return Ptr::getFromOpaqueValue(P); } function in struct:llvm::PointerLikeTypeTraits
H A DCanonicalType.h382 static clang::CanQual<T> 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-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h966 static clang::Selector getFromVoidPointer(const void *P) {
981 static clang::IdentifierInfo *getFromVoidPointer(void *P) {
994 static const clang::IdentifierInfo *getFromVoidPointer(const void *P) {
H A DSourceLocation.h491 static clang::SourceLocation getFromVoidPointer(void *P) { function in struct:clang::llvm::PointerLikeTypeTraits
/freebsd-12-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 256 milliseconds