Home
last modified time | relevance | path

Searched refs:regex_error (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/test/std/re/re.badexp/
Dregex_error.pass.cpp27 std::regex_error e(std::regex_constants::error_collate); in main()
32 std::regex_error e(std::regex_constants::error_ctype); in main()
37 std::regex_error e(std::regex_constants::error_escape); in main()
43 std::regex_error e(std::regex_constants::error_backref); in main()
48 std::regex_error e(std::regex_constants::error_brack); in main()
53 std::regex_error e(std::regex_constants::error_paren); in main()
58 std::regex_error e(std::regex_constants::error_brace); in main()
63 std::regex_error e(std::regex_constants::error_badbrace); in main()
68 std::regex_error e(std::regex_constants::error_range); in main()
74 std::regex_error e(std::regex_constants::error_space); in main()
[all …]
/external/libcxx/src/
Dregex.cpp63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error
68 regex_error::~regex_error() throw() {} in ~regex_error()
/external/libcxx/test/std/re/re.regex/re.regex.construct/
Dbad_repeat.pass.cpp25 } catch (const std::regex_error &ex) { in error_badrepeat_thrown()
Dbad_escape.pass.cpp25 } catch (const std::regex_error &ex) { in error_escape_thrown()
/external/google-benchmark/src/
Dre_std.cc26 } catch (const std::regex_error& e) { in Init()
/external/libcxx/test/std/re/re.regex/re.regex.assign/
Dassign.pass.cpp30 catch(std::regex_error &) { caught = true; } in main()
/external/libcxx/include/
Dregex83 class regex_error
87 explicit regex_error(regex_constants::error_type ecode);
947 class _LIBCPP_EXCEPTION_ABI regex_error
952 explicit regex_error(regex_constants::error_type __ecode);
953 virtual ~regex_error() throw();
963 throw regex_error(_Ev);