Home
last modified time | relevance | path

Searched refs:BOOST_CONTRACT_NO_INVARIANTS (Results 1 – 25 of 26) sorted by relevance

12

/third_party/boost/boost/contract/core/
Dconfig.hpp484 defined(BOOST_CONTRACT_NO_INVARIANTS) \
514 defined(BOOST_CONTRACT_NO_INVARIANTS) \
541 #if !defined(BOOST_CONTRACT_NO_INVARIANTS) && \
567 #define BOOST_CONTRACT_NO_INVARIANTS macro
601 #elif defined(BOOST_CONTRACT_NO_INVARIANTS) && \
633 #elif defined(BOOST_CONTRACT_NO_INVARIANTS) && \
661 #elif defined(BOOST_CONTRACT_NO_INVARIANTS) && \
727 #elif defined(BOOST_CONTRACT_NO_INVARIANTS) && \
759 #elif defined(BOOST_CONTRACT_NO_INVARIANTS) && \
Daccess.hpp21 #ifndef BOOST_CONTRACT_NO_INVARIANTS
38 #ifndef BOOST_CONTRACT_NO_INVARIANTS
111 #ifndef BOOST_CONTRACT_NO_INVARIANTS
175 #ifndef BOOST_CONTRACT_NO_INVARIANTS
/third_party/boost/boost/contract/
Dfunction.hpp17 !defined(BOOST_CONTRACT_NO_INVARIANTS) || \
78 !defined(BOOST_CONTRACT_NO_INVARIANTS) || \ in function()
/third_party/boost/boost/contract/detail/condition/
Dcond_inv.hpp13 #ifndef BOOST_CONTRACT_NO_INVARIANTS
36 #if !defined(BOOST_CONTRACT_NO_INVARIANTS) && \
122 #ifndef BOOST_CONTRACT_NO_INVARIANTS
Dcond_subcontracting.hpp45 #if !defined(BOOST_CONTRACT_NO_INVARIANTS) || \
339 #if !defined(BOOST_CONTRACT_NO_INVARIANTS) || \
/third_party/boost/boost/contract/detail/operation/
Dpublic_function.hpp18 !defined(BOOST_CONTRACT_NO_INVARIANTS) || \
69 #if !defined(BOOST_CONTRACT_NO_INVARIANTS) || \
Dconstructor.hpp16 !defined(BOOST_CONTRACT_NO_INVARIANTS) || \
Ddestructor.hpp16 !defined(BOOST_CONTRACT_NO_INVARIANTS) || \
Dstatic_public_function.hpp16 !defined(BOOST_CONTRACT_NO_INVARIANTS) || \
/third_party/boost/libs/contract/test/destructor/
Difdef.cpp22 #ifndef BOOST_CONTRACT_NO_INVARIANTS
47 #ifndef BOOST_CONTRACT_NO_INVARIANTS
/third_party/boost/libs/contract/test/public_function/
Difdef.cpp25 #ifndef BOOST_CONTRACT_NO_INVARIANTS
60 #ifndef BOOST_CONTRACT_NO_INVARIANTS in BOOST_CONTRACT_OVERRIDE()
Dstatic_ifdef.cpp22 #ifndef BOOST_CONTRACT_NO_INVARIANTS
/third_party/boost/libs/contract/test/constructor/
Difdef.cpp29 #ifndef BOOST_CONTRACT_NO_INVARIANTS
62 #ifndef BOOST_CONTRACT_NO_INVARIANTS
/third_party/boost/libs/contract/example/features/
Difdef.cpp49 #ifndef BOOST_CONTRACT_NO_INVARIANTS
115 #ifndef BOOST_CONTRACT_NO_INVARIANTS
/third_party/boost/libs/contract/test/invariant/
Dmutable_error.cpp11 #ifdef BOOST_CONTRACT_NO_INVARIANTS
Dstatic_mutable_error.cpp11 #ifdef BOOST_CONTRACT_NO_INVARIANTS
Dstatic_volatile_error.cpp11 #ifdef BOOST_CONTRACT_NO_INVARIANTS
Dstatic_cv_error.cpp11 #ifdef BOOST_CONTRACT_NO_INVARIANTS
Dstatic_const_error.cpp11 #ifdef BOOST_CONTRACT_NO_INVARIANTS
Dvolatile_error.cpp11 #ifdef BOOST_CONTRACT_NO_INVARIANTS
Dstatic_error.cpp11 #ifdef BOOST_CONTRACT_NO_INVARIANTS
Difdef.cpp21 #ifndef BOOST_CONTRACT_NO_INVARIANTS
/third_party/boost/libs/contract/test/specify/
Dmissing_check.cpp33 !defined(BOOST_CONTRACT_NO_INVARIANTS) in main()
/third_party/boost/boost/
Dcontract_macro.hpp603 #elif !defined(BOOST_CONTRACT_NO_INVARIANTS)
/third_party/boost/libs/contract/doc/
Dextras.qbk387 * Or, define [macroref BOOST_CONTRACT_NO_INVARIANTS] to not check class invariants at both call ent…
413 …TCONDITIONS], [macroref BOOST_CONTRACT_NO_EXCEPTS], [macroref BOOST_CONTRACT_NO_INVARIANTS] (or [m…

12