Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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 …]
/ndk/sources/cxx-stl/llvm-libc++/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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
Dbad_escape.pass.cpp25 } catch (std::regex_error &ex) { in error_escape_thrown()
/ndk/sources/cxx-stl/llvm-libc++/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();
2262 throw regex_error(regex_constants::error_collate);
3020 throw regex_error(regex_constants::__re_err_grammar);
3054 throw regex_error(regex_constants::__re_err_empty);
3070 throw regex_error(regex_constants::__re_err_empty);
3079 throw regex_error(regex_constants::__re_err_empty);
[all …]
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3232 $(call gen-test, re/re.badexp/regex_error)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3241 $(call gen-test, re/re.badexp/regex_error)