Home
last modified time | relevance | path

Searched refs:InterpStack (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.cpp20 InterpStack::~InterpStack() { in ~InterpStack()
24 void InterpStack::clear() { in clear()
36 void *InterpStack::grow(size_t Size) { in grow()
56 void *InterpStack::peekData(size_t Size) const { in peekData()
69 void InterpStack::shrink(size_t Size) { in shrink()
87 void InterpStack::dump() const { in dump()
H A DInterpState.h30 class InterpStack; variable
37 InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx,
109 InterpStack &Stk;
H A DInterpStack.h26 class InterpStack final {
28 InterpStack() {} in InterpStack() function
31 ~InterpStack();
H A DContext.h65 InterpStack &getStack() { return Stk; } in getStack()
105 InterpStack Stk;
H A DEvalEmitter.h26 class InterpStack; variable
43 EvalEmitter(Context &Ctx, Program &P, State &Parent, InterpStack &Stk,
H A DInterpState.cpp18 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, in InterpState()
H A DEvalEmitter.cpp21 InterpStack &Stk, APValue &Result) in EvalEmitter()
H A DInterpBuiltin.cpp51 static APSInt peekToAPSInt(InterpStack &Stk, PrimType T, size_t Offset = 0) { in peekToAPSInt()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile109 SRCS_MIN+= AST/Interp/InterpStack.cpp