MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / push

Method push

deps/CVC4/context/context.cpp:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62void Context::push() {
63 Trace("pushpop") << std::string(2 * getLevel(), ' ') << "Push [to "
64 << getLevel() + 1 << "] { " << this << std::endl;
65
66 // Create a new memory region
67 d_pCMM->push();
68
69 // Create a new top Scope
70 d_scopeList.push_back(new(d_pCMM) Scope(this, d_pCMM, getLevel()+1));
71}
72
73
74void Context::pop() {

Callers 1

ScopedPushMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected