Home
last modified time | relevance | path

Searched defs:Stk (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.cpp18 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, in InterpState()
H A DContext.h121 InterpStack Stk; variable
H A DInterpState.h128 InterpStack &Stk; variable
H A DEvalEmitter.cpp20 InterpStack &Stk) in EvalEmitter()
H A DInterpBuiltin.cpp63 static APSInt peekToAPSInt(InterpStack &Stk, PrimType T, size_t Offset = 0) { in peekToAPSInt()