Searched refs:__c (Results 1 - 25 of 163) sorted by relevance

1234567

/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dinttypes.h13 #define UINT8_C(__c) (__c)
14 #define UINT16_C(__c) (__c)
15 #define INT32_C(__c) (__c)
16 #define UINT32_C(__c) __CONCAT__(__c,u)
H A Dstdint-hpux11.h24 #define INT8_C(__c) (__c)
25 #define UINT8_C(__c) (__c)
26 #define INT16_C(__c) (__c)
27 #define UINT16_C(__c) (__c)
H A Dctype.h33 # define _toupper(__c) __toupper(__c)
75 # define isalpha(__c) (__SB_masks ? (int)__SB_masks[__c] & _IS
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib13.C3 extern char *rindex (__const char *__s, int __c) throw () __attribute__ ((__pure__));
4 extern char *rindex (__const char *__s, int __c) throw () __attribute__ ((__pure__));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dgen-attrs-13.C4 extern char *rindex [[gnu::__pure__]] (__const char *__s, int __c) throw ();
5 extern char *rindex [[gnu::__pure__]] (__const char *__s, int __c) throw ();
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20001221-1.c25 unsigned char __c = (unsigned char)('0');
29 __u->__ui = __c * 0x01010101;
32 __u->__ui = __c * 0x01010101;
50 unsigned char __c = (unsigned char)('0');
54 __u->__ui = __c * 0x01010101;
57 __u->__ui = __c * 0x01010101;
60 __u->__ui = __c * 0x01010101;
63 __u->__ui = __c * 0x01010101;
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dstreambuf.cc43 traits_type::int_type __c = __sbin->sgetc(); local
44 while (!traits_type::eq_int_type(__c, traits_type::eof()))
57 __c = __sbin->underflow();
61 __c = __sbout->sputc(traits_type::to_char_type(__c));
62 if (traits_type::eq_int_type(__c, traits_type::eof()))
68 __c = __sbin->snextc();
83 traits_type::int_type __c = __sbin->sgetc(); local
84 while (!traits_type::eq_int_type(__c, traits_type::eof()))
97 __c
[all...]
H A Distream.cc50 int_type __c = __sb->sgetc(); local
53 && !traits_type::eq_int_type(__c, __eof)
54 && !traits_type::eq_int_type(__c, __idelim))
71 __c = __sb->sgetc();
75 *__s++ = traits_type::to_char_type(__c);
77 __c = __sb->snextc();
81 if (traits_type::eq_int_type(__c, __eof))
83 else if (traits_type::eq_int_type(__c, __idelim))
128 int_type __c = __sb->sgetc(); local
134 && !traits_type::eq_int_type(__c, __eo
222 __int_type __c = __sb->sgetc(); local
292 int_type __c = __sb->sgetc(); local
370 int_type __c = __sb->sgetc(); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/config/locale/darwin/
H A Dctype_members.cc65 ctype<wchar_t>::do_toupper(wchar_t __c) const
66 { return towupper(__c); }
80 ctype<wchar_t>::do_tolower(wchar_t __c) const
81 { return towlower(__c); }
96 do_widen(char __c) const
97 { return _M_widen[static_cast<unsigned char>(__c)]; }
118 const int __c = wctob(__wc); local
119 return (__c == EOF ? __dfault : static_cast<char>(__c));
134 const int __c local
143 const int __c = wctob(*__lo); local
157 const int __c = wctob(__i); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/config/locale/dragonfly/
H A Dctype_members.cc66 ctype<wchar_t>::do_toupper(wchar_t __c) const
67 { return towupper(__c); }
81 ctype<wchar_t>::do_tolower(wchar_t __c) const
82 { return towlower(__c); }
97 do_widen(char __c) const
98 { return _M_widen[static_cast<unsigned char>(__c)]; }
119 const int __c = wctob(__wc); local
120 return (__c == EOF ? __dfault : static_cast<char>(__c));
135 const int __c local
144 const int __c = wctob(*__lo); local
158 const int __c = wctob(__i); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/config/os/haiku/
H A Dctype_inline.h50 is(mask __m, char __c) const
53 return _M_table[static_cast<unsigned char>(__c)] & __m;
68 __testis = isspace(__c);
71 __testis = isprint(__c);
74 __testis = iscntrl(__c);
77 __testis = isupper(__c);
80 __testis = islower(__c);
83 __testis = isalpha(__c);
86 __testis = isdigit(__c);
89 __testis = ispunct(__c);
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dset_operations.h79 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, argument
82 while (__a != __b && __c != __d)
84 if (_M_comp(*__a, *__c))
90 else if (_M_comp(*__c, *__a))
92 *__r = *__c;
93 ++__c;
99 ++__c;
102 return std::copy(__c, __d, std::copy(__a, __b, __r));
106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const argument
110 while (__a != __b && __c !
133 __first_empty(_IIter __c, _IIter __d, _OutputIterator __out) const argument
156 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, _OutputIterator __r) const argument
179 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const argument
224 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, _OutputIterator __r) const argument
246 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const argument
287 _M_invoke(_IIter __a, const _IIter __b, _IIter __c, const _IIter __d, _OutputIterator __r) const argument
314 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const argument
338 __first_empty(_IIter __c, _IIter __d, _OutputIterator __out) const argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Danon3.C25 (__extension__ ((union { unsigned char __c[8]; double __d; })
26 { __c: { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f } }).__d);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/avr/
H A Dprogmem.h5 static const char __c[] PROGMEM = (s); \
6 &__c[0];}))
/haiku-buildtools/gcc/libstdc++-v3/config/os/generic/
H A Dctype_inline.h50 is(mask __m, char __c) const
53 return _M_table[static_cast<unsigned char>(__c)] & __m;
68 __testis = isspace(__c);
71 __testis = isprint(__c);
74 __testis = iscntrl(__c);
77 __testis = isupper(__c);
80 __testis = islower(__c);
83 __testis = isalpha(__c);
86 __testis = isdigit(__c);
89 __testis = ispunct(__c);
[all...]
/haiku-buildtools/gcc/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc107 ctype<wchar_t>::do_toupper(wchar_t __c) const
108 { return towupper(__c); }
122 ctype<wchar_t>::do_tolower(wchar_t __c) const
123 { return towlower(__c); }
138 do_is(mask __m, char_type __c) const
146 && iswctype(__c, _M_wmask[__bitcur]))
192 do_widen(char __c) const
193 { return _M_widen[static_cast<unsigned char>(__c)]; }
214 const int __c = wctob(__wc); local
215 return (__c
230 const int __c = wctob(*__lo); local
239 const int __c = wctob(*__lo); local
253 const int __c = wctob(__i); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/config/locale/newlib/
H A Dctype_members.cc113 ctype<wchar_t>::do_toupper(wchar_t __c) const
114 { return towupper(__c); }
128 ctype<wchar_t>::do_tolower(wchar_t __c) const
129 { return towlower(__c); }
144 do_is(mask __m, wchar_t __c) const
151 && iswctype(__c, _M_wmask[__bitcur]))
196 do_widen(char __c) const
197 { return _M_widen[static_cast<unsigned char>(__c)]; }
218 const int __c = wctob(__wc); local
219 return (__c
234 const int __c = wctob(*__lo); local
243 const int __c = wctob(*__lo); local
257 const int __c = wctob(__i); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dquoted_string.h80 for (const _CharT* __c = __str._M_string; *__c; ++__c)
82 if (*__c == __str._M_delim || *__c == __str._M_escape)
84 __ostr << *__c; local
104 for (auto& __c : __str._M_string)
106 if (__c == __str._M_delim || __c == __str._M_escape)
108 __ostr << __c; local
125 _CharT __c; local
126 __is >> __c; local
140 __is >> __c; local
145 __is >> __c; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/ia64/
H A Datomic_word.h39 unsigned char __c; local
43 __asm __volatile ("ld1.acq %0 = %1" : "=r"(__c) : "m"(*__p) : "memory");
44 return __c != 0;
/haiku-buildtools/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/
H A Dmessages_members.cc38 messages<char>::do_get(catalog __c, int __setid, int __msgid, argument
41 nl_catd __nlc = reinterpret_cast<nl_catd>(__c);
50 nl_catd __nlc = reinterpret_cast<nl_catd>(__c);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr36513.c5 extern void *__rawmemchr (const void *__s, int __c);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dbuiltin2.C10 extern "C" signed int toupper(signed int __c) throw();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dctor1.C11 #define __huge_val_t union { unsigned char __c[8]; double __d; }
13 ((__huge_val_t) { __c: __HUGE_VAL_bytes }).__d)
/haiku-buildtools/gcc/libstdc++-v3/config/os/bionic/
H A Dctype_configure_char.cc69 ctype<char>::do_toupper(char __c) const
71 int __x = __c;
72 return (this->is(ctype_base::lower, __c) ? (__x - 'a' + 'A') : __x);
87 ctype<char>::do_tolower(char __c) const
89 int __x = __c;
90 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);
/haiku-buildtools/gcc/libstdc++-v3/config/os/newlib/
H A Dctype_configure_char.cc69 ctype<char>::do_toupper(char __c) const
71 int __x = __c;
72 return (this->is(ctype_base::lower, __c) ? (__x - 'a' + 'A') : __x);
87 ctype<char>::do_tolower(char __c) const
89 int __x = __c;
90 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);

Completed in 121 milliseconds

1234567