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

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h41 static inline void *getAsVoidPointer(T *P) { return P; } function in struct:llvm::PointerLikeTypeTraits
50 static inline void *getAsVoidPointer(void *P) { return P; } function in struct:llvm::PointerLikeTypeTraits
68 static inline const void *getAsVoidPointer(const T *P) { function in class:llvm::PointerLikeTypeTraits
80 static inline void *getAsVoidPointer(uintptr_t P) { function in class:llvm::PointerLikeTypeTraits
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclGroup.h145 static inline void *getAsVoidPointer(clang::DeclGroupRef P) { function in class:llvm::PointerLikeTypeTraits
H A DCanonicalType.h364 static inline void *getAsVoidPointer(clang::CanQual<T> P) { function in class:llvm::PointerLikeTypeTraits
H A DTemplateName.h298 void *getAsVoidPointer() const { return Storage.getOpaqueValue(); } function in class:clang::TemplateName
519 static inline void *getAsVoidPointer(clang::TemplateName TN) { function in class:llvm::PointerLikeTypeTraits
H A DExternalASTSource.h467 static void *getAsVoidPointer(Ptr P) { return P.getOpaqueValue(); } function in struct:llvm::PointerLikeTypeTraits
H A DDeclCXX.h76 static inline void *getAsVoidPointer(::clang::AnyFunctionDecl F) { function in class:llvm::PointerLikeTypeTraits
H A DType.h55 static inline void *getAsVoidPointer(::clang::Type *P) { return P; } function in class:llvm::PointerLikeTypeTraits
64 static inline void *getAsVoidPointer(::clang::ExtQuals *P) { return P; } function in class:llvm::PointerLikeTypeTraits
1094 static inline void *getAsVoidPointer(clang::QualType P) { function in class:llvm::PointerLikeTypeTraits
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DUse.h44 static inline void *getAsVoidPointer(Use **P) { return P; } function in class:llvm::PointerLikeTypeTraits
H A DValueHandle.h29 static inline void *getAsVoidPointer(ValueHandleBase** P) { return P; } function in class:llvm::PointerLikeTypeTraits
H A DInstruction.h544 static inline void *getAsVoidPointer(PT P) { return P; } function in class:llvm::PointerLikeTypeTraits
H A DValue.h731 static inline void *getAsVoidPointer(PT P) { return P; } function in class:llvm::Value::PointerLikeTypeTraits
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOwnership.h112 static inline void *getAsVoidPointer(clang::OpaquePtr<T> P) { function in class:llvm::PointerLikeTypeTraits
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h489 static inline void *getAsVoidPointer(void *P) { return P; } function in struct:llvm::IntervalMapImpl::NodeRef::CacheAlignedPointerTraits
H A DPointerUnion.h58 static inline void *getAsVoidPointer(void *P) { return P; } function in class:llvm::PointerUnionUIntTraits
208 static inline void *getAsVoidPointer(const PointerUnion<PT1, PT2> &P) { function in class:llvm::PointerLikeTypeTraits
328 static inline void *getAsVoidPointer(const PointerUnion3<PT1, PT2, PT3> &P) { function in class:llvm::PointerLikeTypeTraits
435 getAsVoidPointer(const PointerUnion4<PT1, PT2, PT3, PT4> &P) { function in class:llvm::PointerLikeTypeTraits
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h427 static inline void *getAsVoidPointer(clang::SourceLocation L) { function in class:clang::llvm::PointerLikeTypeTraits
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DGlobalsModRef.cpp76 static inline void *getAsVoidPointer(AlignedMap *P) { return P; } function in struct:GlobalsAAResult::FunctionInfo::AlignedMapPointerTraits

Completed in 284 milliseconds