Searched refs:bad_expression (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/libs/regex/doc/ |
D | bad_expression.qbk | 9 [section:bad_expression bad_expression] 31 typedef regex_error bad_expression; // for backwards compatibility 54 and `bad_expression` for errors, these have been replaced by the single
|
D | regex.qbk | 24 [template bad_expression[] [link boost_regex.ref.bad_expression `bad_expression`]] 25 [template regex_error[] [link boost_regex.ref.bad_expression `regex_error`]] 74 [include bad_expression.qbk]
|
D | old_regex.qbk | 102 [bad_expression] on failure. ]] 106 [bad_expression] on failure. ]] 109 `SetExpression(p, false)`. Throws [bad_expression] on failure. ]] 111 calling `SetExpression(s, false)`. Throws [bad_expression] on failure. ]] 115 Throws [bad_expression] on failure. ]] 119 [bad_expression] on failure. ]]
|
D | basic_regex.qbk | 301 [*Throws]: [bad_expression] if /p/ is not a valid regular expression, 326 [*Throws]: bad_expression if \[p1,p2) is not a valid regular expression, unless 349 [*Throws]: [bad_expression] if /p/ is not a valid regular expression, unless 379 [*Throws]: [bad_expression] if /s/ is not a valid regular expression, 402 [*Throws]: [bad_expression] if the sequence \[first, last) is not a valid 516 [*Throws]: [bad_expression] if /s/ is not a valid regular expression,
|
D | history.qbk | 201 …throwing exceptions of type regex_error. The types used previously - bad_expression and bad_patter…
|
/third_party/boost/libs/regex/test/regress/ |
D | test_mfc.cpp | 398 catch(const boost::bad_expression&) in test_mfc() 435 catch(const boost::bad_expression&) in test_mfc() 482 catch(const boost::bad_expression& e) in test_mfc() 521 catch(const boost::bad_expression& e) in test_mfc()
|
D | test_regex_replace.hpp | 59 catch(const boost::bad_expression& e) in test()
|
D | test_not_regex.hpp | 96 catch(const boost::bad_expression&) in test()
|
D | test_deprecated.cpp | 187 catch(const boost::bad_expression& r) in test_deprecated() 318 catch(const boost::bad_expression&) in test_deprecated()
|
D | test_icu.cpp | 379 catch(const boost::bad_expression& e) in test_icu() 464 catch(const boost::bad_expression&) in test_icu() 675 catch(const boost::bad_expression& e) in test_icu()
|
D | test_partial_match.hpp | 367 catch(const boost::bad_expression& e) in test()
|
D | test_regex_search.hpp | 533 catch(const boost::bad_expression& e) in test()
|
/third_party/boost/boost/regex/ |
D | pattern_except.hpp | 67 typedef regex_error bad_expression; typedef
|
/third_party/boost/libs/regex/doc/html/ |
D | standalone_HTML.manifest | 38 boost_regex/ref/bad_expression.html
|