#include "InterpStack.h"
#include "Boolean.h"
#include "FixedPoint.h"
#include "Floating.h"
#include "Integral.h"
#include "MemberPointer.h"
#include "Pointer.h"
#include <cassert>
#include <cstdlib>
usingnamespaceclang;
usingnamespaceclang::interp;
InterpStack::~InterpStack() { … }
void InterpStack::clear() { … }
void InterpStack::clearTo(size_t NewSize) { … }
void *InterpStack::grow(size_t Size) { … }
void *InterpStack::peekData(size_t Size) const { … }
void InterpStack::shrink(size_t Size) { … }
void InterpStack::dump() const { … }