Searched refs:InterpStack (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpStack.cpp | 21 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 D | InterpState.h | 31 class InterpStack; variable 38 InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx, 128 InterpStack &Stk;
|
H A D | InterpStack.h | 27 class InterpStack final { 29 InterpStack() {} in InterpStack() function 32 ~InterpStack();
|
H A D | Context.h | 65 InterpStack &getStack() { return Stk; } in getStack() 121 InterpStack Stk;
|
H A D | EvalEmitter.h | 26 class InterpStack; variable 47 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()
|
H A D | EvalEmitter.cpp | 20 InterpStack &Stk) in EvalEmitter()
|
H A D | InterpBuiltin.cpp | 63 static APSInt peekToAPSInt(InterpStack &Stk, PrimType T, size_t Offset = 0) { in peekToAPSInt()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 109 SRCS_MIN+= AST/Interp/InterpStack.cpp
|