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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h56 static inline void *getAsVoidPointer(T *P) { return P; } function in struct:llvm::PointerLikeTypeTraits
63 static inline void *getAsVoidPointer(void *P) { return P; } function in struct:llvm::PointerLikeTypeTraits
80 static inline const void *getAsVoidPointer(const T P) { function in struct:llvm::PointerLikeTypeTraits
93 static inline const void *getAsVoidPointer(const T *P) { function in struct:llvm::PointerLikeTypeTraits
104 static inline void *getAsVoidPointer(uintptr_t P) { function in struct:llvm::PointerLikeTypeTraits
125 static inline void *getAsVoidPointer(FunctionPointerT P) { function in struct:llvm::FunctionPointerLikeTypeTraits
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclGroup.h142 static inline void *getAsVoidPointer(clang::DeclGroupRef P) { function in struct:llvm::PointerLikeTypeTraits
H A DCanonicalType.h378 static void *getAsVoidPointer(clang::CanQual<T> P) { function in struct:llvm::PointerLikeTypeTraits
H A DTemplateName.h332 void *getAsVoidPointer() const { return Storage.getOpaqueValue(); } function in class:clang::TemplateName
553 static inline void *getAsVoidPointer(clang::TemplateName TN) { function in struct:llvm::PointerLikeTypeTraits
H A DExternalASTSource.h504 static void *getAsVoidPointer(Ptr P) { return P.getOpaqueValue(); } function in struct:llvm::PointerLikeTypeTraits
H A DAPValue.h88 static void *getAsVoidPointer(clang::TypeInfoLValue V) { function in struct:llvm::PointerLikeTypeTraits
100 static void *getAsVoidPointer(clang::DynamicAllocLValue V) { function in struct:llvm::PointerLikeTypeTraits
H A DType.h83 static inline void *getAsVoidPointer(::clang::Type *P) { return P; } function in struct:llvm::PointerLikeTypeTraits
94 static inline void *getAsVoidPointer(::clang::ExtQuals *P) { return P; } function in struct:llvm::PointerLikeTypeTraits
1290 static inline void *getAsVoidPointer(clang::QualType P) { function in struct:llvm::PointerLikeTypeTraits
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitFuture.h36 static inline void *getAsVoidPointer(T p) { return p; } function in struct:llvm::PointerLikeTypeTraits
97 static inline void *getAsVoidPointer(T future) { function in struct:llvm::PointerLikeTypeTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerUnion.h91 static inline void *getAsVoidPointer(void *P) { return P; } function in class:llvm::pointer_union_detail::PointerUnionUIntTraits
H A DIntervalMap.h492 static inline void *getAsVoidPointer(void *P) { return P; } function in struct:llvm::IntervalMapImpl::NodeRef::CacheAlignedPointerTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h66 static inline void *getAsVoidPointer(User *P) { return P; } function in struct:llvm::Use::UserRefPointerTraits
82 static inline void *getAsVoidPointer(Use **P) { return P; } function in struct:llvm::Use::PrevPointerTraits
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h121 static inline void *getAsVoidPointer(clang::OpaquePtr<T> P) { function in struct:llvm::PointerLikeTypeTraits
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h487 static void *getAsVoidPointer(clang::SourceLocation L) { function in struct:clang::llvm::PointerLikeTypeTraits
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp76 static inline void *getAsVoidPointer(AlignedMap *P) { return P; } function in struct:GlobalsAAResult::FunctionInfo::AlignedMapPointerTraits

Completed in 280 milliseconds