Home
last modified time | relevance | path

Searched refs:error_stack (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/re/re.const/re.err/
Derror_type.pass.cpp52 assert(std::regex_constants::error_stack != 0); in main()
65 assert(std::regex_constants::error_collate != std::regex_constants::error_stack); in main()
77 assert(std::regex_constants::error_ctype != std::regex_constants::error_stack); in main()
88 assert(std::regex_constants::error_escape != std::regex_constants::error_stack); in main()
98 assert(std::regex_constants::error_backref != std::regex_constants::error_stack); in main()
107 assert(std::regex_constants::error_brack != std::regex_constants::error_stack); in main()
115 assert(std::regex_constants::error_paren != std::regex_constants::error_stack); in main()
122 assert(std::regex_constants::error_brace != std::regex_constants::error_stack); in main()
128 assert(std::regex_constants::error_badbrace != std::regex_constants::error_stack); in main()
133 assert(std::regex_constants::error_range != std::regex_constants::error_stack); in main()
[all …]
/external/v8/test/mjsunit/regress/
Dregress-237617.js34 var error_stack = ""; variable
38 error_stack = e.stack;
41 assertTrue(error_stack.indexOf("test stack") > 0);
42 assertTrue(error_stack.indexOf("illegal") < 0);
/external/libcxx/test/std/re/re.badexp/
Dregex_error.pass.cpp91 std::regex_error e(std::regex_constants::error_stack); in main()
92 assert(e.code() == std::regex_constants::error_stack); in main()
/external/libcxx/src/
Dregex.cpp50 case regex_constants::error_stack: in make_error_type_string()
/external/libcxx/include/
Dregex78 error_stack = unspecified
939 error_stack,