Searched refs:char_class_type (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | regex.cpp | 197 regex_traits<char>::char_class_type mask_; 240 regex_traits<char>::char_class_type 245 regex_traits<char>::char_class_type r = 0; in __get_classname()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex.tcc | 279 typename regex_traits<_Ch_type>::char_class_type 287 static const pair<const char*, char_class_type> __classnames[] = in lookup_classname() 325 isctype(_Ch_type __c, char_class_type __f) const in isctype()
|
H A D | regex_executor.h | 65 typedef typename _TraitsT::char_class_type _ClassT; in _GLIBCXX_VISIBILITY()
|
H A D | regex_compiler.h | 431 typedef typename _TraitsT::char_class_type _CharClassT; in _GLIBCXX_VISIBILITY()
|
H A D | regex.h | 170 typedef _RegexMask char_class_type; in _GLIBCXX_VISIBILITY() 334 char_class_type in _GLIBCXX_VISIBILITY() 351 isctype(_Ch_type __c, char_class_type __f) const; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | regex.tcc | 279 typename regex_traits<_Ch_type>::char_class_type 287 static const pair<const char*, char_class_type> __classnames[] = in lookup_classname() 325 isctype(_Ch_type __c, char_class_type __f) const in isctype()
|
H A D | regex_executor.h | 65 typedef typename _TraitsT::char_class_type _ClassT; in _GLIBCXX_VISIBILITY()
|
H A D | regex.h | 153 typedef _RegexMask char_class_type; in _GLIBCXX_VISIBILITY() typedef 317 char_class_type in _GLIBCXX_VISIBILITY() 334 isctype(_Ch_type __c, char_class_type __f) const; in _GLIBCXX_VISIBILITY()
|
H A D | regex_compiler.h | 472 typedef typename _TraitsT::char_class_type _CharClassT; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | regex | 98 typedef /bitmask_type/ char_class_type; 115 char_class_type 118 bool isctype(charT c, char_class_type f) const; 1021 typedef uint16_t char_class_type; 1023 typedef ctype_base::mask char_class_type; 1026 static const char_class_type __regex_word = ctype_base::__regex_word; 1056 char_class_type 1060 bool isctype(char_type __c, char_class_type __m) const; 1086 char_class_type 1090 char_class_type [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | regex | 454 typedef std::ctype_base::mask char_class_type; 606 char_class_type 622 isctype(_Ch_type __c, char_class_type __f) const; 669 isctype(_Ch_type __c, char_class_type __f) const 683 char_class_type __wt = this->lookup_classname(__wb, 693 char_class_type __bt = this->lookup_classname(__bb,
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | regex | 454 typedef std::ctype_base::mask char_class_type; 606 char_class_type 622 isctype(_Ch_type __c, char_class_type __f) const; 669 isctype(_Ch_type __c, char_class_type __f) const 683 char_class_type __wt = this->lookup_classname(__wb, 693 char_class_type __bt = this->lookup_classname(__bb,
|