Home
last modified time | relevance | path

Searched refs:__c1 (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dchar_traits.h96 assign(char_type& __c1, const char_type& __c2) in assign()
97 { __c1 = __c2; } in assign()
100 eq(const char_type& __c1, const char_type& __c2) in eq()
101 { return __c1 == __c2; } in eq()
104 lt(const char_type& __c1, const char_type& __c2) in lt()
105 { return __c1 < __c2; } in lt()
134 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
135 { return __c1 == __c2; } in eq_int_type()
241 assign(char_type& __c1, const char_type& __c2)
242 { __c1 = __c2; }
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dchar_traits.h69 assign(char_type& __c1, const char_type& __c2) in assign()
70 { __c1 = __c2; } in assign()
73 eq(const char_type& __c1, const char_type& __c2) in eq()
74 { return __c1 == __c2; } in eq()
77 lt(const char_type& __c1, const char_type& __c2) in lt()
78 { return __c1 < __c2; } in lt()
107 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
108 { return __c1 == __c2; } in eq_int_type()
212 assign(char_type& __c1, const char_type& __c2)
213 { __c1 = __c2; }
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dios_init.cc51 assign(char_type& __c1, const char_type& __c2) in assign()
52 { __c1 = __c2; } in assign()
55 eq(const char_type& __c1, const char_type& __c2) in eq()
56 { return __c1 == __c2; } in eq()
59 lt(const char_type& __c1, const char_type& __c2) in lt()
60 { return __c1 < __c2; } in lt()
112 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
113 { return __c1 == __c2; } in eq_int_type()
134 assign(char_type& __c1, const char_type& __c2) in assign()
135 { __c1 = __c2; } in assign()
[all …]
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dwasm_simd128.h270 wasm_i8x16_make(int8_t __c0, int8_t __c1, int8_t __c2, int8_t __c3, int8_t __c4, in wasm_i8x16_make() argument
274 return (v128_t)(__i8x16){__c0, __c1, __c2, __c3, __c4, __c5, in wasm_i8x16_make()
280 wasm_u8x16_make(uint8_t __c0, uint8_t __c1, uint8_t __c2, uint8_t __c3, in wasm_u8x16_make() argument
284 return (v128_t)(__u8x16){__c0, __c1, __c2, __c3, __c4, __c5, in wasm_u8x16_make()
290 wasm_i16x8_make(int16_t __c0, int16_t __c1, int16_t __c2, int16_t __c3, in wasm_i16x8_make() argument
292 return (v128_t)(__i16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7}; in wasm_i16x8_make()
296 wasm_u16x8_make(uint16_t __c0, uint16_t __c1, uint16_t __c2, uint16_t __c3, in wasm_u16x8_make() argument
298 return (v128_t)(__u16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7}; in wasm_u16x8_make()
302 int32_t __c1, in wasm_i32x4_make() argument
305 return (v128_t)(__i32x4){__c0, __c1, __c2, __c3}; in wasm_i32x4_make()
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dpod_char_traits.h102 assign(char_type& __c1, const char_type& __c2)
103 { __c1 = __c2; }
106 eq(const char_type& __c1, const char_type& __c2)
107 { return __c1 == __c2; }
110 lt(const char_type& __c1, const char_type& __c2)
111 { return __c1 < __c2; }
170 eq_int_type(const int_type& __c1, const int_type& __c2)
171 { return __c1 == __c2; }
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
Dcapacity.cc53 assign(char_type& __c1, const char_type& __c2) in assign()
54 { __c1 = __c2; } in assign()
57 eq(const char_type& __c1, const char_type& __c2) in eq()
58 { return __c1 == __c2; } in eq()
61 lt(const char_type& __c1, const char_type& __c2) in lt()
62 { return __c1 < __c2; } in lt()
114 eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()
115 { return __c1 == __c2; } in eq_int_type()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dcodecvt_members_unicode_wchar_t.cc45 assign(char_type& __c1, const char_type& __c2);
48 eq(const char_type& __c1, const char_type& __c2);
51 lt(const char_type& __c1, const char_type& __c2);
80 eq_int_type(const int_type& __c1, const int_type& __c2);
Dcodecvt_members_unicode_char.cc46 assign(char_type& __c1, const char_type& __c2);
49 eq(const char_type& __c1, const char_type& __c2);
52 lt(const char_type& __c1, const char_type& __c2);
81 eq_int_type(const int_type& __c1, const int_type& __c2);
Dctor_copy_dtor.cc67 assign(char_type& __c1, const char_type& __c2);
70 eq(const char_type& __c1, const char_type& __c2);
73 lt(const char_type& __c1, const char_type& __c2);
102 eq_int_type(const int_type& __c1, const int_type& __c2);
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/
Dtestsuite_hooks.h313 assign(char_type& __c1, const char_type& __c2);
316 eq(const char_type& __c1, const char_type& __c2);
319 lt(const char_type& __c1, const char_type& __c2);
346 eq_int_type(const int_type& __c1, const int_type& __c2);
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/
Dstd_bitset.h1206 typename _Traits::int_type __c1 = __buf->sbumpc();
1207 if (_Traits::eq_int_type(__c1, __eof))
1214 char_type __c2 = _Traits::to_char_type(__c1);
/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
Dstd_bitset.h1251 typename _Traits::int_type __c1 = __buf->sbumpc();
1252 if (_Traits::eq_int_type(__c1, __eof))
1259 const char_type __c2 = _Traits::to_char_type(__c1);
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
DMachRegisterStatesI386.h68 uint16_t __c1 : 1; member
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
DMachRegisterStatesX86_64.h74 uint16_t __c1 : 1; member
/openbsd/src/gnu/llvm/libcxx/include/
D__debug187 void swap(void* __c1, void* __c2);
Dregex2037 _CharT __c1 = __s.__current_[-1];
2039 bool __is_c1_b = __c1 == '_' ||
2040 __traits_.isctype(__c1, ctype_base::alnum);
2425 void __add_digraph(_CharT __c1, _CharT __c2)
2428 __digraphs_.push_back(std::make_pair(__traits_.translate_nocase(__c1),
2431 __digraphs_.push_back(std::make_pair(__traits_.translate(__c1),
2434 __digraphs_.push_back(std::make_pair(__c1, __c2));
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Drandom411 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1,
416 const linear_congruential<_UIntType1, __a1, __c1,
432 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1,
437 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr);
589 _UIntType1 __c1, int __l1,
594 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
608 _UIntType1 __c1, int __l1,
613 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
Drandom.tcc922 const _RealType __c1 = _M_sm * __spi_2; in operator ()() local
923 const _RealType __c2 = _M_c2b + __c1; in operator ()()
940 if (__u <= __c1) in operator ()()