Home
last modified time | relevance | path

Searched defs:registerAtom (Results 1 – 11 of 11) sorted by relevance

/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Datom.cc75 bool registerAtom(uint id, void *value) in registerAtom() function
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dsearch_impl_base.h200 virtual void registerAtom(const Expr& e) in registerAtom() function
H A Dtheory.h387 virtual void registerAtom(const Expr& e) { } in registerAtom() function
/dports/math/cvc3/cvc3-2.4.1/src/search/
H A Dsearch_sat.cpp107 void registerAtom(const Expr& e, const Theorem& thm) in registerAtom() function in CVC3::SearchSatCNFCallback
1002 void SearchSat::registerAtom(const Expr& e) in registerAtom() function in SearchSat
/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dcnf_manager.cpp67 void CNF_Manager::registerAtom(const Expr& e, const Theorem& thm) in registerAtom() function in CNF_Manager
/dports/math/cvc3/cvc3-2.4.1/src/theory_core/
H A Dtheory.cpp91 void Theory::registerAtom(const Expr& e, const Theorem& thm) in registerAtom() function in Theory
H A Dtheory_core.cpp3541 void TheoryCore::registerAtom(const Expr& e, const Theorem& thm) in registerAtom() function in TheoryCore
/dports/math/cvc3/cvc3-2.4.1/src/vcl/
H A Dvcl.cpp1897 void VCL::registerAtom(const Expr& e) in registerAtom() function in VCL
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith_new.cpp3953 void TheoryArithNew::registerAtom(const Expr& e) { in registerAtom() function in TheoryArithNew
H A Dtheory_arith_old.cpp4662 void TheoryArithOld::registerAtom(const Expr& e) { in registerAtom() function in TheoryArithOld
/dports/math/cvc3/cvc3-2.4.1/java/src/cvc3/
H A DValidityChecker.java1501 public void registerAtom(Expr expr) throws Cvc3Exception { in registerAtom() method in ValidityChecker