Home
last modified time | relevance | path

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

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