Searched refs:InterpStack (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/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) const { in peek() 62 void InterpStack::shrink(size_t Size) { in shrink()
|
| H A D | InterpState.h | 29 class InterpStack; variable 36 InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx, 101 InterpStack &Stk;
|
| H A D | Context.h | 57 InterpStack &getStack() { return Stk; } in getStack() 74 InterpStack Stk;
|
| H A D | InterpStack.h | 24 class InterpStack final { 26 InterpStack() {} in InterpStack() function 29 ~InterpStack();
|
| H A D | InterpState.cpp | 24 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, in InterpState()
|
| H A D | EvalEmitter.h | 45 EvalEmitter(Context &Ctx, Program &P, State &Parent, InterpStack &Stk,
|
| H A D | EvalEmitter.cpp | 23 InterpStack &Stk, APValue &Result) in EvalEmitter()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | CMakeLists.txt | 79 Interp/InterpStack.cpp
|
| /openbsd-src/gnu/usr.bin/clang/libclangAST/ |
| H A D | Makefile | 110 InterpStack.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/AST/ |
| H A D | BUILD.gn | 107 "Interp/InterpStack.cpp",
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ConstantInterpreter.rst | 107 context consists of an ``InterpStack``, along with a chain of
|