Searched refs:error_stack (Results 1 – 5 of 5) sorted by relevance
52 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 …]
34 var error_stack = ""; variable38 error_stack = e.stack;41 assertTrue(error_stack.indexOf("test stack") > 0);42 assertTrue(error_stack.indexOf("illegal") < 0);
91 std::regex_error e(std::regex_constants::error_stack); in main()92 assert(e.code() == std::regex_constants::error_stack); in main()
50 case regex_constants::error_stack: in make_error_type_string()
78 error_stack = unspecified939 error_stack,