Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/theory_core/
H A Dtheory.cpp900 map<string,Expr>::iterator i=d_theoryCore->d_globals.find(name), in resolveID()
901 iend=d_theoryCore->d_globals.end(); in resolveID()
914 d_theoryCore->d_globals[name] = e; in installID()
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_core.h107 std::map<std::string, Expr> d_globals; variable