Home
last modified time | relevance | path

Searched refs:logicInfo (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/cvc4/CVC4-1.7/src/theory/builtin/
H A Dtheory_builtin.h32 const LogicInfo& logicInfo) in TheoryBuiltin() argument
33 : Theory(THEORY_BUILTIN, c, u, out, valuation, logicInfo) {} in TheoryBuiltin()
/dports/math/cvc4/CVC4-1.7/src/theory/booleans/
H A Dtheory_bool.h32 Valuation valuation, const LogicInfo& logicInfo) in TheoryBool() argument
33 : Theory(THEORY_BOOL, c, u, out, valuation, logicInfo) in TheoryBool()
/dports/math/cvc4/CVC4-1.7/contrib/theoryskel/
H A Dtheory_DIR.cpp14 const LogicInfo& logicInfo) : in Theory$camel() argument
15 Theory(THEORY_$id, c, u, out, valuation, logicInfo) { in Theory$camel()
H A Dtheory_DIR.h20 const LogicInfo& logicInfo);
/dports/math/cvc4/CVC4-1.7/contrib/alttheoryskel/
H A Dtheory_DIR.cpp14 const LogicInfo& logicInfo) : in Theory$camel() argument
15 Theory(THEORY_$alt_id, c, u, out, valuation, logicInfo) { in Theory$camel()
H A Dtheory_DIR.h20 const LogicInfo& logicInfo);
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dtheory_arith.cpp35 const LogicInfo& logicInfo) in TheoryArith() argument
36 : Theory(THEORY_ARITH, c, u, out, valuation, logicInfo) in TheoryArith()
37 , d_internal(new TheoryArithPrivate(*this, c, u, out, valuation, logicInfo)) in TheoryArith()
H A Dtheory_arith.h51 Valuation valuation, const LogicInfo& logicInfo);
/dports/math/cvc4/CVC4-1.7/src/theory/sets/
H A Dtheory_sets.cpp28 const LogicInfo& logicInfo) in TheorySets() argument
29 : Theory(THEORY_SETS, c, u, out, valuation, logicInfo), in TheorySets()
H A Dtheory_sets.h42 const LogicInfo& logicInfo);
/dports/math/cvc4/CVC4-1.7/src/theory/idl/
H A Dtheory_idl.cpp35 const LogicInfo& logicInfo) in TheoryIdl() argument
36 : Theory(THEORY_ARITH, c, u, out, valuation, logicInfo) in TheoryIdl()
H A Dtheory_idl.h48 Valuation valuation, const LogicInfo& logicInfo);
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dtheory_quantifiers.cpp38 … c, context::UserContext* u, OutputChannel& out, Valuation valuation, const LogicInfo& logicInfo) : in TheoryQuantifiers() argument
39 Theory(THEORY_QUANTIFIERS, c, u, out, valuation, logicInfo) in TheoryQuantifiers()
H A Dtheory_quantifiers.h39 const LogicInfo& logicInfo);
/dports/math/cvc4/CVC4-1.7/test/unit/theory/
H A Dtheory_white.h99 Valuation valuation, const LogicInfo& logicInfo) in DummyTheory() argument
100 : Theory(theory::THEORY_BUILTIN, ctxt, uctxt, out, valuation, logicInfo) in DummyTheory()
H A Dtheory_engine_white.h113 …context::UserContext* uctxt, OutputChannel& out, Valuation valuation, const LogicInfo& logicInfo) : in FakeTheory() argument
114 Theory(theoryId, ctxt, uctxt, out, valuation, logicInfo) in FakeTheory()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory.cpp60 const LogicInfo& logicInfo, in Theory() argument
66 d_logicInfo(logicInfo), in Theory()
H A Dtheory.h202 const LogicInfo& logicInfo,
/dports/math/cvc4/CVC4-1.7/src/theory/fp/
H A Dtheory_fp.h39 Valuation valuation, const LogicInfo& logicInfo);
/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dtheory_bv.h70 Valuation valuation, const LogicInfo& logicInfo,
/dports/math/cvc4/CVC4-1.7/src/theory/uf/
H A Dtheory_uf.h274 Valuation valuation, const LogicInfo& logicInfo,
H A Dtheory_uf.cpp46 const LogicInfo& logicInfo, in TheoryUF() argument
48 : Theory(THEORY_UF, c, u, out, valuation, logicInfo, instanceName), in TheoryUF()
/dports/math/cvc4/CVC4-1.7/src/theory/sep/
H A Dtheory_sep.h66 …* c, context::UserContext* u, OutputChannel& out, Valuation valuation, const LogicInfo& logicInfo);
/dports/math/cvc4/CVC4-1.7/src/theory/arrays/
H A Dtheory_arrays.h143 Valuation valuation, const LogicInfo& logicInfo,
/dports/math/cvc4/CVC4-1.7/src/theory/datatypes/
H A Dtheory_datatypes.h263 const LogicInfo& logicInfo);

12