Home
last modified time | relevance | path

Searched refs:lazy_exception (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/phoenix/function/
Dlazy_list.hpp496 throw lazy_exception("Tried to take head() of empty strict_list"); in head()
503 throw lazy_exception("Tried to take tail() of empty strict_list"); in tail()
613 throw lazy_exception("Tried to take head() of empty list"); in priv_head()
620 throw lazy_exception("Tried to take tail() of empty list"); in priv_tail()
712 throw lazy_exception("Tried to take head() of empty odd_list"); in priv_head()
720 throw lazy_exception("Tried to take tail() of empty odd_list"); in priv_tail()
900 throw lazy_exception("You have entered a black hole."); in operator ()()
Dlazy_prelude.hpp358 throw lazy_exception("Your list is too long!!"); in operator ()()
408 throw lazy_exception("Your list is too long!!"); in operator ()()
667 throw lazy_exception("Running away in EFH!!"); in operator ()()
733 throw lazy_exception("Running away in EFTH!!"); in operator ()()
Dlazy_operator.hpp67 struct lazy_exception : public std::exception { struct
69 lazy_exception( const char* ss ) : s(ss) {} in lazy_exception() argument
/third_party/boost/libs/phoenix/doc/
Dlazy_list.qbk234 lazy_exception
269 throw lazy_exception("Your list is too long!!");
417 throw lazy_exception("Running away in EFH!!");