Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpStack.cpp22 InterpStack::~InterpStack() { in ~InterpStack()
35 void InterpStack::clear() { in clear()
49 void InterpStack::clearTo(size_t NewSize) { in clearTo()
59 void *InterpStack::grow(size_t Size) { in grow()
79 void *InterpStack::peekData(size_t Size) const { in peekData()
92 void InterpStack::shrink(size_t Size) { in shrink()
125 void InterpStack::dump() const { in dump()
H A DInterpState.h32 class InterpStack; variable
45 InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx,
47 InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx,
173 InterpStack &Stk;
H A DInterpStack.h28 class InterpStack final {
30 InterpStack() {} in InterpStack() function
33 ~InterpStack();
H A DEvalEmitter.h25 class InterpStack; variable
48 EvalEmitter(Context &Ctx, Program &P, State &Parent, InterpStack &Stk);
H A DInterpState.cpp18 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, in InterpState()
23 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, in InterpState()
H A DContext.h135 InterpStack Stk;
H A DEvalEmitter.cpp19 InterpStack &Stk) in EvalEmitter()
H A DInterpBuiltin.cpp45 static void discard(InterpStack &Stk, PrimType T) { in discard()
49 static APSInt popToAPSInt(InterpStack &Stk, PrimType T) { in popToAPSInt()
/freebsd/lib/clang/libclang/
H A DMakefile80 SRCS_MIN+= AST/ByteCode/InterpStack.cpp