Searched refs:__throw_regex_error (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dregex.cc34 __throw_regex_error(regex_constants::error_type __ecode function
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_error.h163 friend void __throw_regex_error(regex_constants::error_type, const char*);
169 __throw_regex_error(regex_constants::error_type __ecode);
172 __throw_regex_error(regex_constants::error_type __ecode function
H A Dregex_compiler.h195 std::__throw_regex_error(_S_grammar, "conflicting grammar options");
501 __throw_regex_error(regex_constants::error_collate,
514 __throw_regex_error(regex_constants::error_collate,
530 __throw_regex_error(regex_constants::error_collate,
543 __throw_regex_error(regex_constants::error_range,
H A Dregex_automaton.h331 __throw_regex_error(
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_error.h171 __throw_regex_error(error_type __ecode __attribute__((__unused__)), function in class:regex_error
181 __throw_regex_error(regex_constants::error_type __ecode);
185 __throw_regex_error(regex_constants::error_type __ecode, const char* __what);
H A Dregex_compiler.h194 std::__throw_regex_error(_S_grammar, "conflicting grammar options");
460 __throw_regex_error(regex_constants::error_collate,
473 __throw_regex_error(regex_constants::error_collate,
489 __throw_regex_error(regex_constants::error_collate,
502 __throw_regex_error(regex_constants::error_range,
H A Dregex_automaton.h330 __throw_regex_error(
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dregex.cc34 __throw_regex_error(regex_constants::error_type __ecode function

Completed in 302 milliseconds