Searched refs:_Ch_type (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | regex.h | 95 template<typename _Ch_type> in _GLIBCXX_VISIBILITY() 99 typedef _Ch_type char_type; in _GLIBCXX_VISIBILITY() 351 isctype(_Ch_type __c, char_class_type __f) const; in _GLIBCXX_VISIBILITY() 364 value(_Ch_type __ch, int __radix) const; in _GLIBCXX_VISIBILITY() 417 template<typename _Ch_type, typename _Rx_traits = regex_traits<_Ch_type>> in _GLIBCXX_VISIBILITY() 421 static_assert(is_same<_Ch_type, typename _Rx_traits::char_type>::value, in _GLIBCXX_VISIBILITY() 425 typedef _Ch_type value_type; in _GLIBCXX_VISIBILITY() 472 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY() 487 basic_regex(const _Ch_type* __p, std::size_t __len, in _GLIBCXX_VISIBILITY() 519 basic_regex(const std::basic_string<_Ch_type, _Ch_traits, in _GLIBCXX_VISIBILITY() [all …]
|
| D | regex.tcc | 121 template<typename _Ch_type> 123 typename regex_traits<_Ch_type>::string_type 124 regex_traits<_Ch_type>:: 277 template<typename _Ch_type> 279 typename regex_traits<_Ch_type>::char_class_type 280 regex_traits<_Ch_type>:: 322 template<typename _Ch_type> 324 regex_traits<_Ch_type>:: 325 isctype(_Ch_type __c, char_class_type __f) const in isctype() 336 template<typename _Ch_type> [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | regex | 447 template<typename _Ch_type> 451 typedef _Ch_type char_type; 531 const collate<_Ch_type>& __c(use_facet< 532 collate<_Ch_type> >(_M_locale)); 543 * Effects: if typeid(use_facet<collate<_Ch_type> >) == 544 * typeid(collate_byname<_Ch_type>) and the form of the sort key 545 * returned by collate_byname<_Ch_type>::transform(first, last) is known 622 isctype(_Ch_type __c, char_class_type __f) const; 635 value(_Ch_type __ch, int __radix) const; 667 template<typename _Ch_type> [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2021 | 1812 * include/bits/regex.h (basic_regex(const _Ch_type*, size_t)):
|