Lines Matching defs:InterpState
1 //===--- InterpState.cpp - Interpreter for the constexpr VM -----*- C++ -*-===//
9 #include "InterpState.h"
18 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk,
22 InterpState::~InterpState() {
36 void InterpState::cleanup() {
48 Frame *InterpState::getCurrentFrame() {
54 bool InterpState::reportOverflow(const Expr *E, const llvm::APSInt &Value) {
60 void InterpState::deallocate(Block *B) {
89 bool InterpState::maybeDiagnoseDanglingAllocations() {