| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | regex_compiler.h | 222 _M_translate(_CharT __ch) const in _GLIBCXX_VISIBILITY() 225 return _M_traits.translate_nocase(__ch); in _GLIBCXX_VISIBILITY() 227 return _M_traits.translate(__ch); in _GLIBCXX_VISIBILITY() 229 return __ch; in _GLIBCXX_VISIBILITY() 233 _M_transform(_CharT __ch) const in _GLIBCXX_VISIBILITY() 235 _StrTransT __str(1, __ch); in _GLIBCXX_VISIBILITY() 248 bool _M_in_range_icase(_CharT __first, _CharT __last, _CharT __ch) const in _GLIBCXX_VISIBILITY() 252 auto __lower = __fctyp.tolower(__ch); in _GLIBCXX_VISIBILITY() 253 auto __upper = __fctyp.toupper(__ch); in _GLIBCXX_VISIBILITY() 282 _M_transform(_CharT __ch) const in _GLIBCXX_VISIBILITY() [all …]
|
| D | regex_compiler.tcc | 440 const auto __push_char = [&](_CharT __ch) in _M_expression_term() 444 __last_char.set(__ch); in _M_expression_term() 598 _M_apply(_CharT __ch, false_type) const in _M_apply() argument 600 return [this, __ch] in _M_apply() 603 _M_translator._M_translate(__ch))) in _M_apply() 605 auto __s = _M_translator._M_transform(__ch); in _M_apply() 609 if (_M_traits.isctype(__ch, _M_class_set)) in _M_apply() 612 _M_traits.transform_primary(&__ch, &__ch+1)) in _M_apply() 616 if (!_M_traits.isctype(__ch, __it)) in _M_apply()
|
| D | regex_scanner.tcc | 469 _M_eat_class(char __ch) in _M_eat_class() argument 471 for (_M_value.clear(); _M_current != _M_end && *_M_current != __ch;) in _M_eat_class() 474 || *_M_current++ != __ch in _M_eat_class() 478 __throw_regex_error(__ch == ':' ? regex_constants::error_ctype in _M_eat_class()
|
| D | regex.tcc | 339 value(_Ch_type __ch, int __radix) const in value() argument 341 std::basic_istringstream<char_type> __is(string_type(1, __ch)); in value() 412 auto __eat = [&](char __ch) -> bool in format() 414 if (*__next == __ch) in format()
|
| D | basic_ios.h | 390 fill(char_type __ch) in _GLIBCXX_VISIBILITY() 393 _M_fill = __ch; in _GLIBCXX_VISIBILITY()
|
| D | regex_executor.h | 159 _M_is_word(_CharT __ch) const in _GLIBCXX_VISIBILITY() 163 (__ch, _M_re._M_automaton->_M_traits.lookup_classname(__s, __s+1)); in _GLIBCXX_VISIBILITY()
|
| D | fs_path.h | 210 for (value_type __ch = *__it; __ch != value_type(); __ch = *++__it) in _GLIBCXX_VISIBILITY() 211 __str.push_back(__ch); in _GLIBCXX_VISIBILITY()
|
| D | regex.h | 364 value(_Ch_type __ch, int __radix) const; in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/bsd/nvi/dist/ex/ |
| D | ex_subst.c | 1362 ARG_CHAR_T __ch = (ch); \ in re_sub() 1363 e_key_t __value = KEY_VAL(sp, __ch); \ in re_sub() 1373 if (ISUPPER(__ch)) \ in re_sub() 1374 __ch = TOLOWER(__ch); \ in re_sub() 1380 if (ISLOWER(__ch)) \ in re_sub() 1381 __ch = TOUPPER(__ch); \ in re_sub() 1388 *p++ = __ch; \ in re_sub()
|
| /netbsd/src/sys/dev/ic/ |
| D | ath_netbsd.h | 37 #define ATH_CALLOUT_INIT(__ch, __mpsafe) callout_init((__ch), 0) argument
|
| /netbsd/src/external/gpl3/gcc/dist/libssp/ssp/ |
| D | string.h | 95 __memset_ichk (void *__dest, int __ch, size_t __len) in __memset_ichk() argument 97 return __builtin___memset_chk (__dest, __ch, __len, __ssp_bos0 (__dest)); in __memset_ichk()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | complex | 514 _CharT __ch; 515 if (__is >> __ch) 517 if (_Traits::eq(__ch, __is.widen('('))) 520 if (__is >> __u >> __ch) 523 if (_Traits::eq(__ch, __rparen)) 528 else if (_Traits::eq(__ch, __is.widen(','))) 531 if (__is >> __v >> __ch) 533 if (_Traits::eq(__ch, __rparen)) 539 __is.putback(__ch); 543 __is.putback(__ch); [all …]
|
| D | functional | 1178 auto __ch = __pat[__i]; 1179 using _UCh = make_unsigned_t<decltype(__ch)>; 1180 auto __uch = static_cast<_UCh>(__ch);
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | regex | 635 value(_Ch_type __ch, int __radix) const; 704 value(_Ch_type __ch, int __radix) const 706 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 34726 59 | return __builtin___memset_chk (__dest, __ch, __len,
|