Home
last modified time | relevance | path

Searched refs:processAssertion (Results 1 – 18 of 18) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/idl/
H A Dtheory_idl.cpp77 bool ok = processAssertion(idlAssertion); in check()
91 bool TheoryIdl::processAssertion(const IDLAssertion& assertion) { in processAssertion() function in CVC4::theory::idl::TheoryIdl
H A Dtheory_idl.h42 bool processAssertion(const IDLAssertion& assertion);
/dports/math/cvc4/CVC4-1.7/src/theory/strings/
H A Dtheory_strings_preprocess.h58 Node processAssertion(Node t, std::vector<Node> &new_nodes);
H A Dtheory_strings_preprocess.cpp601 Node StringsPreprocess::processAssertion( Node n, std::vector< Node > &new_nodes ) { in processAssertion() function in CVC4::theory::strings::StringsPreprocess
H A Dtheory_strings.cpp4730 Node ret = d_preproc.processAssertion( atom, new_nodes ); in ppRewrite()
/dports/math/cvc4/CVC4-1.7/src/preprocessing/passes/
H A Dquantifier_macros.h42 bool processAssertion(Node n);
H A Dquantifier_macros.cpp81 if( processAssertion( assertions[i] ) ){ in simplify()
130 bool QuantifierMacros::processAssertion( Node n ) { in processAssertion() function in CVC4::preprocessing::passes::QuantifierMacros
133 if( processAssertion( n[i] ) ){ in processAssertion()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/cegqi/
H A Dceg_bv_instantiator.h73 bool processAssertion(CegInstantiator* ci,
H A Dceg_arith_instantiator.h87 bool processAssertion(CegInstantiator* ci,
H A Dceg_instantiator.h772 virtual bool processAssertion(CegInstantiator* ci, in processAssertion() function
H A Dceg_bv_instantiator.cpp227 bool BvInstantiator::processAssertion(CegInstantiator* ci, in processAssertion() function in CVC4::theory::quantifiers::BvInstantiator
H A Dceg_arith_instantiator.cpp142 bool ArithInstantiator::processAssertion(CegInstantiator* ci, in processAssertion() function in CVC4::theory::quantifiers::ArithInstantiator
H A Dceg_instantiator.cpp812 if (vinst->processAssertion(this, sf, pv, slit, lit, d_effort)) in constructInstantiation()
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/saml/lib/
H A DMessage.php640 … $ret[] = self::processAssertion($spMetadata, $idpMetadata, $response, $a, $responseSigned);
663 private static function processAssertion( function in SimpleSAML\\Module\\saml\\Message
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/saml/lib/
H A DMessage.php613 … $ret[] = self::processAssertion($spMetadata, $idpMetadata, $response, $a, $responseSigned);
636 private static function processAssertion( function in sspmod_saml_Message
/dports/math/cvc4/CVC4-1.7/src/theory/sep/
H A Dtheory_sep.h61 int processAssertion( Node n, std::map< int, std::map< Node, int > >& visited,
H A Dtheory_sep.cpp876 processAssertion(assertions[i], visited, references, references_strict, in ppNotifyAssertions()
890 int TheorySep::processAssertion( Node n, std::map< int, std::map< Node, int > >& visited, in processAssertion() function in CVC4::theory::sep::TheorySep
938 …int ccard = processAssertion( n[i], visited, references, references_strict, newPol, newHasPol, new… in processAssertion()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dverilog.c1368 static int processAssertion (tokenInfo *const token, int c) in processAssertion() function
1915 c = processAssertion (token, c); in findTag()