Home
last modified time | relevance | path

Searched refs:ReadArg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp25 template <typename T> inline T ReadArg(Program &P, CodePtr &OpPC) { in ReadArg() function
34 template <> inline Floating ReadArg<Floating>(Program &P, CodePtr &OpPC) { in ReadArg() function
H A DInterp.h2029 template <typename T> inline T ReadArg(InterpState &S, CodePtr &OpPC) { in ReadArg() function
2038 template <> inline Floating ReadArg<Floating>(InterpState &S, CodePtr &OpPC) {