Searched refs:__icase (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | regex_compiler.h | 104 template<bool __icase, bool __collate> in _GLIBCXX_VISIBILITY() 108 template<bool __icase, bool __collate> in _GLIBCXX_VISIBILITY() 112 template<bool __icase, bool __collate> in _GLIBCXX_VISIBILITY() 116 template<bool __icase, bool __collate> in _GLIBCXX_VISIBILITY() 120 template<bool __icase, bool __collate> in _GLIBCXX_VISIBILITY() 152 template<bool __icase, bool __collate> in _GLIBCXX_VISIBILITY() 154 = std::__detail::_BracketMatcher<_TraitsT, __icase, __collate>; in _GLIBCXX_VISIBILITY() 159 template<bool __icase, bool __collate> in _GLIBCXX_VISIBILITY() 162 _BracketMatcher<__icase, __collate>& __matcher); in _GLIBCXX_VISIBILITY() 208 template<typename _TraitsT, bool __icase, bool __collate> in _GLIBCXX_VISIBILITY() [all …]
|
| D | regex_compiler.tcc | 356 template<bool __icase, bool __collate> 363 (_AnyMatcher<_TraitsT, true, __icase, __collate> in _M_insert_any_matcher_ecma() 368 template<bool __icase, bool __collate> 375 (_AnyMatcher<_TraitsT, false, __icase, __collate> in _M_insert_any_matcher_posix() 380 template<bool __icase, bool __collate> 387 (_CharMatcher<_TraitsT, __icase, __collate> in _M_insert_char_matcher() 392 template<bool __icase, bool __collate> 398 _BracketMatcher<__icase, __collate> __matcher in _M_insert_character_class_matcher() 407 template<bool __icase, bool __collate> 412 _BracketMatcher<__icase, __collate> __matcher(__neg, _M_traits); in _M_insert_bracket_matcher() [all …]
|
| D | regex_executor.tcc | 342 _Backref_matcher(bool __icase, const _TraitsT& __traits) in _Backref_matcher() 361 _Backref_matcher(bool __icase, const _TraitsT& __traits) in _Backref_matcher() 362 : _M_icase(__icase), _M_traits(__traits) { } in _Backref_matcher()
|
| D | regex.tcc | 281 lookup_classname(_Fwd_iter __first, _Fwd_iter __last, bool __icase) const in lookup_classname() 313 if (__icase in lookup_classname()
|
| D | regex.h | 336 bool __icase = false) const; in _GLIBCXX_VISIBILITY()
|