Home
last modified time | relevance | path

Searched defs:fromPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DExecutorAddress.h44 template <typename T> static ExecutorAddress fromPtr(T *Value) { in fromPtr() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/orc/
Dexecutor_address.h47 template <typename T> static ExecutorAddress fromPtr(T *Value) { in fromPtr() function
/freebsd-12-stable/contrib/expat/lib/
Dxmlparse.c2933 const char *fromPtr = tag->rawName; in doContent() local