Home
last modified time | relevance | path

Searched refs:getNativePointer (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp28 return reinterpret_cast<T>(P.getNativePointer(ID)); in ReadArg()
H A DProgram.h64 const void *getNativePointer(unsigned Idx);
H A DProgram.cpp33 const void *Program::getNativePointer(unsigned Idx) { in getNativePointer() function in Program
H A DInterp.h2032 return reinterpret_cast<T>(S.P.getNativePointer(ID)); in ReadArg()