Home
last modified time | relevance | path

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

12

/external/llvm-project/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/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/llvm-project/libcxx/test/std/re/re.grammar/
Dexcessive_brace_min_max.pass.cpp27 } catch (const std::regex_error &e) { in main()
38 } catch (const std::regex_error &e) { in main()
50 } catch (const std::regex_error &e) { in main()
61 } catch (const std::regex_error &e) { in main()
Dexcessive_brace_count.pass.cpp25 } catch (const std::regex_error &e) { in main()
35 } catch (const std::regex_error &e) { in main()
/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/llvm-project/libcxx/src/
Dregex.cpp64 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error
69 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/llvm-project/libcxx/test/std/re/re.regex/re.regex.construct/
Dbad_range.pass.cpp26 } catch (const std::regex_error &ex) { in error_range_thrown()
Dbad_ctype.pass.cpp26 } catch (const std::regex_error &ex) { in error_ctype_thrown()
Dbad_repeat.pass.cpp26 } catch (const std::regex_error &ex) { in error_badrepeat_thrown()
Dbad_escape.pass.cpp26 } catch (const std::regex_error &ex) { in error_escape_thrown()
/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/llvm-project/libcxx/test/std/re/re.alg/re.alg.replace/
Dexponential.pass.cpp35 } catch (const std::regex_error &e) { in main()
/external/libcxx/test/std/re/re.regex/re.regex.assign/
Dassign.pass.cpp32 catch(std::regex_error &) { caught = true; } in main()
/external/llvm-project/libcxx/test/std/re/re.regex/re.regex.assign/
Dassign.pass.cpp31 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()
/external/llvm-project/libcxx/test/std/re/re.alg/re.alg.match/
Dexponential.pass.cpp38 } catch (const std::regex_error &e) { in main()
/external/llvm-project/libcxx/test/std/re/re.alg/re.alg.search/
Dexponential.pass.cpp38 } catch (const std::regex_error &e) { in main()
Dgrep.pass.cpp37 catch (std::regex_error &) {} in LLVMFuzzerTestOneInput()
/external/llvm-project/libcxx/test/libcxx/fuzzing/
Dregex.pass.cpp29 } catch (std::regex_error &) { in regex_test()
/external/llvm-project/llvm/utils/benchmark/src/
Dre.h94 } catch (const std::regex_error& e) { in Init()

12