Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDInterpStack.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()
HDInterpState.h31 class InterpStack; variable
38 InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx,
128 InterpStack &Stk;
HDInterpStack.h27 class InterpStack final {
29 InterpStack() {} in InterpStack() function
32 ~InterpStack();
HDContext.h65 InterpStack &getStack() { return Stk; } in getStack()
121 InterpStack Stk;
HDEvalEmitter.h26 class InterpStack; variable
47 EvalEmitter(Context &Ctx, Program &P, State &Parent, InterpStack &Stk);
HDInterpState.cpp18 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, in InterpState()
HDEvalEmitter.cpp20 InterpStack &Stk) in EvalEmitter()
HDInterpBuiltin.cpp63 static APSInt peekToAPSInt(InterpStack &Stk, PrimType T, size_t Offset = 0) { in peekToAPSInt()
/freebsd-head/lib/clang/libclang/
HDMakefile124 SRCS_MIN+= AST/Interp/InterpStack.cpp