Home
last modified time | relevance | path

Searched refs:match_not_null (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_executor.tcc437 && (_M_flags & regex_constants::match_not_null)) in _M_handle_accept()
467 && (_M_flags & regex_constants::match_not_null)) in _M_handle_accept()
Dregex_constants.h306 _GLIBCXX17_INLINE constexpr match_flag_type match_not_null = _S_not_null; in _GLIBCXX_VISIBILITY() local
Dregex.tcc540 | regex_constants::match_not_null in operator ++()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dregex255 static const match_flag_type match_not_null = 1 << _S_not_null;