Home
last modified time | relevance | path

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

/external/libcxx/test/std/re/re.badexp/
Dregex_error.pass.cpp28 std::regex_error e(std::regex_constants::error_collate); in main()
33 std::regex_error e(std::regex_constants::error_ctype); in main()
38 std::regex_error e(std::regex_constants::error_escape); in main()
44 std::regex_error e(std::regex_constants::error_backref); in main()
49 std::regex_error e(std::regex_constants::error_brack); in main()
54 std::regex_error e(std::regex_constants::error_paren); in main()
59 std::regex_error e(std::regex_constants::error_brace); in main()
64 std::regex_error e(std::regex_constants::error_badbrace); in main()
69 std::regex_error e(std::regex_constants::error_range); in main()
75 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.grammar/
Dexcessive_brace_count.pass.cpp26 } catch (const std::regex_error &e) { in main()
36 } catch (const std::regex_error &e) { in main()
/external/libcxx/test/std/re/re.regex/re.regex.construct/
Dbad_ctype.pass.cpp27 } catch (const std::regex_error &ex) { in error_ctype_thrown()
Dbad_backref.pass.cpp27 } catch (const std::regex_error &ex) { in error_badbackref_thrown()
Dbad_repeat.pass.cpp27 } catch (const std::regex_error &ex) { in error_badrepeat_thrown()
Dbad_escape.pass.cpp27 } catch (const std::regex_error &ex) { in error_escape_thrown()
/external/libcxx/test/std/re/re.regex/re.regex.assign/
Dassign.pass.cpp32 catch(std::regex_error &) { caught = true; } in main()
/external/libcxx/test/std/re/re.alg/re.alg.match/
Dexponential.pass.cpp37 } catch (const std::regex_error &e) { in main()
/external/libcxx/test/std/re/re.alg/re.alg.search/
Dexponential.pass.cpp37 } catch (const std::regex_error &e) { in main()
Dgrep.pass.cpp38 catch (std::regex_error &) {} in LLVMFuzzerTestOneInput()
/external/libcxx/utils/google-benchmark/src/
Dre.h100 catch (const std::regex_error& e) { in Init()
/external/google-benchmark/src/
Dre.h100 catch (const std::regex_error& e) { in Init()
/external/libcxx/fuzzing/
Dfuzzing.cpp461 catch (std::regex_error &ex) {} in regex_helper()
/external/libcxx/include/
Dregex83 class regex_error
87 explicit regex_error(regex_constants::error_type ecode);
960 class _LIBCPP_EXCEPTION_ABI regex_error
965 explicit regex_error(regex_constants::error_type __ecode);
966 virtual ~regex_error() throw();
976 throw regex_error(_Ev);