Home
last modified time | relevance | path

Searched defs:getAsVoidPointer (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDPointerLikeTypeTraits.h36 static inline void *getAsVoidPointer(T* P) { return P; } in getAsVoidPointer() function
56 static inline const void *getAsVoidPointer(const T* P) { in getAsVoidPointer() function
69 static inline void *getAsVoidPointer(uintptr_t P) { in getAsVoidPointer() function
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h52 static inline void *getAsVoidPointer(::clang::Type *P) { return P; } in getAsVoidPointer() function
61 static inline void *getAsVoidPointer(::clang::ExtQuals *P) { return P; } in getAsVoidPointer() function
HDDeclGroup.h146 static inline void *getAsVoidPointer(clang::DeclGroupRef P) { in getAsVoidPointer() function
HDTemplateName.h324 void *getAsVoidPointer() const { return Storage.getOpaqueValue(); } in getAsVoidPointer() function
548 static inline void *getAsVoidPointer(clang::TemplateName TN) { in getAsVoidPointer() function
HDDeclCXX.h76 static inline void *getAsVoidPointer(::clang::AnyFunctionDecl F) { in getAsVoidPointer() function
/NextBSD/contrib/llvm/include/llvm/IR/
HDUse.h45 static inline void *getAsVoidPointer(Use **P) { return P; } in getAsVoidPointer() function
HDValueHandle.h29 static inline void *getAsVoidPointer(ValueHandleBase** P) { return P; } in getAsVoidPointer() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDOwnership.h112 static inline void *getAsVoidPointer(clang::OpaquePtr<T> P) { in getAsVoidPointer() function
/NextBSD/contrib/llvm/include/llvm/Object/
HDELF.h155 static inline const void *getAsVoidPointer(T *P) { return P; } in getAsVoidPointer() function
/NextBSD/contrib/llvm/include/llvm/ADT/
HDIntervalMap.h489 static inline void *getAsVoidPointer(void *P) { return P; } in getAsVoidPointer() function