Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.cpp21 InterpStack::~InterpStack() { in ~InterpStack()
25 void InterpStack::clear() { in clear()
37 void *InterpStack::grow(size_t Size) { in grow()
57 void *InterpStack::peekData(size_t Size) const { in peekData()
70 void InterpStack::shrink(size_t Size) { in shrink()
88 void InterpStack::dump() const { in dump()
H A DInterpState.h31 class InterpStack; variable
38 InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx,
128 InterpStack &Stk;
H A DInterpStack.h27 class InterpStack final {
29 InterpStack() {} in InterpStack() function
32 ~InterpStack();
H A DContext.h65 InterpStack &getStack() { return Stk; } in getStack()
121 InterpStack Stk;
H A DEvalEmitter.h26 class InterpStack; variable
47 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.cpp20 InterpStack &Stk) in EvalEmitter()
H A DInterpBuiltin.cpp63 static APSInt peekToAPSInt(InterpStack &Stk, PrimType T, size_t Offset = 0) { in peekToAPSInt()
/freebsd/lib/clang/libclang/
H A DMakefile109 SRCS_MIN+= AST/Interp/InterpStack.cpp