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

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h36 static inline void *getAsVoidPointer(T* P) { return P; } function in class:llvm::PointerLikeTypeTraits
56 static inline const void *getAsVoidPointer(const T* P) { function in class:llvm::PointerLikeTypeTraits
69 static inline void *getAsVoidPointer(uintptr_t P) { function in class:llvm::PointerLikeTypeTraits
H A DValueHandle.h29 static inline void *getAsVoidPointer(ValueHandleBase** P) { return P; } function in class:llvm::PointerLikeTypeTraits
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclGroup.h146 static inline void *getAsVoidPointer(clang::DeclGroupRef P) { function in class:llvm::PointerLikeTypeTraits
H A DTemplateName.h324 void *getAsVoidPointer() const { return Storage.getOpaqueValue(); } function in class:clang::TemplateName
548 static inline void *getAsVoidPointer(clang::TemplateName TN) { function in class:llvm::PointerLikeTypeTraits
H A DCanonicalType.h365 static inline void *getAsVoidPointer(clang::CanQual<T> P) { function in class:llvm::PointerLikeTypeTraits
H A DDeclBase.h61 static inline void *getAsVoidPointer(PT P) { return P; } function in class:llvm::PointerLikeTypeTraits
H A DDeclCXX.h77 static inline void *getAsVoidPointer(::clang::AnyFunctionDecl F) { function in class:llvm::PointerLikeTypeTraits
H A DType.h52 static inline void *getAsVoidPointer(::clang::Type *P) { return P; } function in class:llvm::PointerLikeTypeTraits
61 static inline void *getAsVoidPointer(::clang::ExtQuals *P) { return P; } function in class:llvm::PointerLikeTypeTraits
1012 static inline void *getAsVoidPointer(clang::QualType P) { function in class:llvm::PointerLikeTypeTraits
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DPointerUnion.h55 static inline void *getAsVoidPointer(void *P) { return P; } function in class:llvm::PointerUnionUIntTraits
197 getAsVoidPointer(const PointerUnion<PT1, PT2> &P) { function in class:llvm::PointerLikeTypeTraits
330 getAsVoidPointer(const PointerUnion3<PT1, PT2, PT3> &P) { function in class:llvm::PointerLikeTypeTraits
443 getAsVoidPointer(const PointerUnion4<PT1, PT2, PT3, PT4> &P) { function in class:llvm::PointerLikeTypeTraits
H A DIntervalMap.h488 static inline void *getAsVoidPointer(void *P) { return P; } function in struct:llvm::IntervalMapImpl::NodeRef::CacheAlignedPointerTraits
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DUse.h47 static inline void *getAsVoidPointer(Use** P) { return P; } function in class:llvm::PointerLikeTypeTraits
H A DInstruction.h458 static inline void *getAsVoidPointer(PT P) { return P; } function in class:llvm::PointerLikeTypeTraits
H A DValue.h433 static inline void *getAsVoidPointer(PT P) { return P; } function in class:llvm::PointerLikeTypeTraits
/freebsd-9.3-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-9.3-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-9.3-release/contrib/llvm/include/llvm/Object/
H A DELF.h145 static inline const void *getAsVoidPointer(T *P) { return P; } function in class:llvm::object::ELFFile::ArchivePointerTypeTraits

Completed in 302 milliseconds