Searched refs:InterpState (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpState.cpp1 //===--- InterpState.cpp - Interpreter for the constexpr VM -----*- C++ -*-===//
9 #include "InterpState.h"
24 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, function in class:InterpState
29 InterpState::~InterpState() {
43 Frame *InterpState::getCurrentFrame() {
51 bool InterpState::reportOverflow(const Expr *E, const llvm::APSInt &Value) {
57 void InterpState::deallocate(Block *B) {
H A DInterp.cpp1 //===--- InterpState.cpp - Interpreter for the constexpr VM -----*- C++ -*-===//
34 static bool Ret(InterpState &S, CodePtr &PC, APValue &Result) {
56 static bool RetVoid(InterpState &S, CodePtr &PC, APValue &Result) {
74 static bool RetValue(InterpState &S, CodePtr &Pt, APValue &Result) {
82 static bool Jmp(InterpState &S, CodePtr &PC, int32_t Offset) {
87 static bool Jt(InterpState &S, CodePtr &PC, int32_t Offset) {
94 static bool Jf(InterpState &S, CodePtr &PC, int32_t Offset) {
101 static bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
112 static bool CheckActive(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
144 static bool CheckTemporary(InterpState
[all...]
H A DInterp.h21 #include "InterpState.h"
47 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
50 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
53 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
56 bool CheckNull(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
60 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
64 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
68 bool CheckConst(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
71 bool CheckMutable(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
74 bool CheckLoad(InterpState
[all...]
H A DInterpState.h1 //===--- InterpState.h - Interpreter state for the constexpr VM -*- C++ -*-===//
34 class InterpState final : public State, public SourceMapper {
36 InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx,
39 ~InterpState();
H A DInterpBlock.h29 class InterpState;
81 friend class InterpState;
122 friend class InterpState;
H A DInterpFrame.h26 class InterpState;
35 InterpFrame(InterpState &S, Function *Func, InterpFrame *Caller,
131 InterpState &S;
H A DEvalEmitter.h19 #include "InterpState.h"
30 class InterpState;
89 InterpState S;
H A DContext.cpp114 InterpState State(Parent, *P, Stk, *this);
H A DInterpFrame.cpp20 InterpFrame::InterpFrame(InterpState &S, Function *Func, InterpFrame *Caller,
H A DPointer.h30 class InterpState;
/netbsd-current/external/apache2/llvm/lib/libclangAST/
H A DMakefile103 InterpState.cpp \

Completed in 283 milliseconds