Home
last modified time | relevance | path

Searched refs:except_error (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/contract/test/function/
Difdef_macro.cpp17 struct except_error {}; struct
51 if(x == -1) throw except_error(); in f()
78 } catch(except_error const&) {} // OK. in main()
/third_party/boost/libs/contract/test/public_function/
Dsmoke.hpp28 struct except_error {}; struct
89 if(s.value == "X") throw except_error(); in f()
146 if(s.value == "X") throw except_error(); in f()
246 if(s.value == "X") throw except_error(); in f()
Dthrowing_body_virtual_branch.cpp25 } catch(except_error const&) { in main()
Dthrowing_body.cpp25 } catch(except_error const&) { in main()
Dthrowing_body_virtual.cpp26 } catch(except_error const&) { in main()