Searched refs:InterpStack (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | InterpStack.cpp | 16 InterpStack::~InterpStack() { in ~InterpStack() 20 void InterpStack::clear() { in clear() 29 void *InterpStack::grow(size_t Size) { in grow() 49 void *InterpStack::peek(size_t Size) { in peek() 62 void InterpStack::shrink(size_t Size) { in shrink()
|
| H A D | InterpStack.h | 22 class InterpStack final { 24 InterpStack() {} in InterpStack() function 27 ~InterpStack();
|
| H A D | InterpState.h | 29 class InterpStack; variable 36 InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx, 100 InterpStack &Stk;
|
| H A D | Context.h | 59 InterpStack &getStack() { return Stk; } in getStack() 77 InterpStack Stk;
|
| H A D | InterpState.cpp | 24 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, in InterpState()
|
| H A D | EvalEmitter.h | 46 EvalEmitter(Context &Ctx, Program &P, State &Parent, InterpStack &Stk,
|
| H A D | EvalEmitter.cpp | 23 InterpStack &Stk, APValue &Result) in EvalEmitter()
|
| /freebsd-13.1/lib/clang/libclang/ |
| H A D | Makefile | 102 SRCS_MIN+= AST/Interp/InterpStack.cpp
|