Home
last modified time | relevance | path

Searched refs:precondition_failure (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/contract/test/disable/
Dlib_b_inlined.hpp51 boost::contract::precondition_failure(boost::contract::from()); in test_disable_pre_failure()
104 boost::contract::precondition_failure(boost::contract::from()); in test_disable_failure()
Dlib_ab.hpp102 boost::contract::precondition_failure(boost::contract::from()); in main()
136 boost::contract::precondition_failure(boost::contract::from()); in main()
/third_party/boost/boost/contract/core/
Dconstructor_precondition.hpp116 } catch(...) { precondition_failure(from_constructor); } in constructor_precondition()
Dexception.hpp560 inline void precondition_failure(from where) /* can throw */ { in precondition_failure() function
/third_party/boost/boost/contract/detail/condition/
Dcond_base.hpp98 fail(&boost::contract::precondition_failure); in check_pre()
Dcond_subcontracting.hpp210 &boost::contract::precondition_failure
/third_party/boost/libs/contract/doc/html/
Dboostrelease_HTML.manifest68 boost/contract/precondition_failure.html
/third_party/boost/libs/contract/doc/
Dadvanced.qbk452 …tions thrown from within `.precondition(...)` call [funcref boost::contract::precondition_failure].
489 …nts, and old values copied at body (see [funcref boost::contract::precondition_failure], [funcref …
509 …use this library to call the customized [funcref boost::contract::precondition_failure] listed abo…
Dextras.qbk617 …lling the related contract failure handler ([funcref boost::contract::precondition_failure], etc.).
Dtutorial.qbk101 … automatically call the failure handler [funcref boost::contract::precondition_failure] if any of …