Home
last modified time | relevance | path

Searched defs:getFromVoidPointer (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerUnion.h51 static inline void *getFromVoidPointer(void *P) { return P; } in getFromVoidPointer() function
H A DIntervalMap.h496 static inline void *getFromVoidPointer(void *P) { return P; } in getFromVoidPointer() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h356 static TemplateName getFromVoidPointer(void *Ptr) { in getFromVoidPointer() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp78 static inline AlignedMap *getFromVoidPointer(void *P) { in getFromVoidPointer() function