Searched refs:InterpStack (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpStack.cpp | 22 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 D | InterpState.h | 32 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 D | InterpStack.h | 28 class InterpStack final { 30 InterpStack() {} in InterpStack() function 33 ~InterpStack();
|
| H A D | EvalEmitter.h | 25 class InterpStack; variable 48 EvalEmitter(Context &Ctx, Program &P, State &Parent, InterpStack &Stk);
|
| H A D | InterpState.cpp | 18 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, in InterpState() 23 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, in InterpState()
|
| H A D | Context.h | 135 InterpStack Stk;
|
| H A D | EvalEmitter.cpp | 19 InterpStack &Stk) in EvalEmitter()
|
| H A D | InterpBuiltin.cpp | 45 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 D | Makefile | 80 SRCS_MIN+= AST/ByteCode/InterpStack.cpp
|