Searched refs:InterpStack (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/lib/AST/Interp/ |
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()
|
D | InterpState.h | 29 class InterpStack; variable 36 InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx, 100 InterpStack &Stk;
|
D | InterpStack.h | 22 class InterpStack final { 24 InterpStack() {} in InterpStack() function 27 ~InterpStack();
|
D | Context.h | 60 InterpStack &getStack() { return Stk; } in getStack() 78 InterpStack Stk;
|
D | InterpState.cpp | 24 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, in InterpState()
|
D | EvalEmitter.h | 46 EvalEmitter(Context &Ctx, Program &P, State &Parent, InterpStack &Stk,
|
D | EvalEmitter.cpp | 23 InterpStack &Stk, APValue &Result) in EvalEmitter()
|
/external/llvm-project/clang/lib/AST/ |
D | CMakeLists.txt | 72 Interp/InterpStack.cpp
|
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/AST/ |
D | BUILD.gn | 98 "Interp/InterpStack.cpp",
|
/external/llvm-project/clang/docs/ |
D | ConstantInterpreter.rst | 107 context consists of an ``InterpStack``, along with a chain of
|