Home
last modified time | relevance | path

Searched refs:d_hasShutDown (Results 1 – 2 of 2) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory_engine.h370 bool d_hasShutDown; variable
H A Dtheory_engine.cpp306 d_hasShutDown(false), in TheoryEngine()
347 Assert(d_hasShutDown); in ~TheoryEngine()
1015 d_hasShutDown = true; in shutdown()