Searched refs:InterpStack (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | InterpStack.cpp | 20 InterpStack::~InterpStack() { in ~InterpStack() 24 void InterpStack::clear() { in clear() 36 void *InterpStack::grow(size_t Size) { in grow() 56 void *InterpStack::peekData(size_t Size) const { in peekData() 69 void InterpStack::shrink(size_t Size) { in shrink() 87 void InterpStack::dump() const { in dump()
|
| H A D | InterpState.h | 30 class InterpStack; variable 37 InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx, 109 InterpStack &Stk;
|
| H A D | InterpStack.h | 26 class InterpStack final { 28 InterpStack() {} in InterpStack() function 31 ~InterpStack();
|
| H A D | Context.h | 65 InterpStack &getStack() { return Stk; } in getStack() 105 InterpStack Stk;
|
| H A D | EvalEmitter.h | 26 class InterpStack; variable 43 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 | 21 InterpStack &Stk, APValue &Result) in EvalEmitter()
|
| H A D | InterpBuiltin.cpp | 51 static APSInt peekToAPSInt(InterpStack &Stk, PrimType T, size_t Offset = 0) { in peekToAPSInt()
|
| /freebsd-14.2/lib/clang/libclang/ |
| H A D | Makefile | 109 SRCS_MIN+= AST/Interp/InterpStack.cpp
|