Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h104 static ValueSymbolTable *toPtr(ValueSymbolTable *P) { return P; } in toPtr() function
105 static ValueSymbolTable *toPtr(ValueSymbolTable &R) { return &R; } in toPtr() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h51 template <typename T> T toPtr() const { in toPtr() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h54 template <typename T> T toPtr() const { in toPtr() function
/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c2899 XML_Char *toPtr; in doContent() local