Home
last modified time | relevance | path

Searched defs:c_exit_inv (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/contract/test/constructor/
Ddecl.hpp23 bool c_exit_inv = true; // Only exit non-static inv for ctors. variable
/third_party/boost/libs/contract/test/public_function/
Ddecl.hpp24 bool c_entering_inv = true, c_entry_inv = true, c_exit_inv = true; variable