Searched defs:__b (Results 1 - 25 of 52) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr17411-1.C12 pair(const CalibData& __b) : second(__b) { } argument
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_pair.h44 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} argument
H A Dstl_algobase.h64 inline void __iter_swap(_ForwardIter1 __a, _ForwardIter2 __b, _Tp*) { argument
71 inline void iter_swap(_ForwardIter1 __a, _ForwardIter2 __b) { argument
76 inline void swap(_Tp& __a, _Tp& __b) { argument
91 inline const _Tp& min(const _Tp& __a, const _Tp& __b) { argument
96 max(const _Tp& __a, const _Tp& __b) argument
103 min(const _Tp& __a, const _Tp& __b, _Compare __comp) argument
108 max(const _Tp& __a, const _Tp& __b, _Compare __comp) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dlvalue1.C11 pair(const _T1& __a, const _T2& __b) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr53364.C7 min(const _Tp& __a, const _Tp& __b) argument
H A Dpr49770.C18 stdswap (_Tp & __a, _Tp & __b) argument
H A Dpr34641.C25 pair (const _T1 & __a, const _T2 & __b):first (__a), second (__b) argument
40 max (const _Tp & __a, const _Tp & __b) argument
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Darm_acle.h37 __crc32b (uint32_t __a, uint8_t __b) argument
43 __crc32cb (uint32_t __a, uint8_t __b) argument
49 __crc32ch (uint32_t __a, uint16_t __b) argument
55 __crc32cw (uint32_t __a, uint32_t __b) argument
61 __crc32cd (uint32_t __a, uint64_t __b) argument
67 __crc32h(uint32_t __a, uint16_t __b) argument
73 __crc32w(uint32_t __a, uint32_t __b) argument
79 __crc32d(uint32_t __a, uint64_t __b) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/complex/cons/
H A Dconstexpr_primary.cc41 operator<(const ldld_base __a, const ldld_base __b) argument
45 operator==(const ldld_base __a, const ldld_base __b) argument
49 operator+=(const ldld_base __a, const ldld_base __b) argument
53 operator-=(const ldld_base __a, const ldld_base __b) argument
57 operator *=(const ldld_base __a, const ldld_base __b) argument
61 operator /=(const ldld_base __a, const ldld_base __b) argument
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm_acle.h37 __crc32b (uint32_t __a, uint8_t __b) argument
43 __crc32h (uint32_t __a, uint16_t __b) argument
49 __crc32w (uint32_t __a, uint32_t __b) argument
56 __crc32d (uint32_t __a, uint64_t __b) argument
66 __crc32cb (uint32_t __a, uint8_t __b) argument
72 __crc32ch(uint32_t __a, uint16_t __b) argument
78 __crc32cw(uint32_t __a, uint32_t __b) argument
85 __crc32cd(uint32_t __a, uint64_t __b) argument
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dvalarray_array.h81 __valarray_copy (const _Tp* __restrict__ __a, _Tp* __restrict__ __b, argument
67 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
74 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s, _Tp* __restrict__ __b) argument
88 __valarray_copy(const _Tp* __restrict__ __a, const size_t* __restrict__ __i, _Tp* __restrict__ __b, size_t __n) argument
96 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b, const size_t* __restrict__ __i) argument
137 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b) argument
142 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
147 __valarray_copy(_Array<_Tp> __a, _Array<_Tp> __b, size_t __n, size_t __s) argument
152 __valarray_copy(_Array<_Tp> __a, _Array<size_t> __i, _Array<_Tp> __b, size_t __n) argument
158 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b, _Array<size_t> __i) argument
176 _Array(const _Tp* __restrict__ __b, size_t __s) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dneon-vext.c10 tst_vext_u8 (uint8x8_t __a, uint8x8_t __b) argument
25 tst_vext_u16 (uint16x4_t __a, uint16x4_t __b) argument
39 tst_vext_u32 (uint32x2_t __a, uint32x2_t __b) argument
54 tst_vextq_u8 (uint8x16_t __a, uint8x16_t __b) argument
70 tst_vextq_u16 (uint16x8_t __a, uint16x8_t __b) argument
84 tst_vextq_u32(uint32x4_t __a, uint32x4_t __b) argument
98 tst_vextq_u64(uint64x2_t __a, uint64x2_t __b) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr65276_0.C42 operator &(_Ios_Fmtflags __a, _Ios_Fmtflags __b) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr45056.C9 pair (_T1 & __a, _T2 & __b) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22279.C29 pair(const symbol& __a, const symbol& __b) : first(__a), second(__b) { } argument
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/i486/opt/ext/
H A Dopt_random.h47 inline __m128i __sse2_recursion(__m128i __a, __m128i __b, argument
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_pair.h112 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b) argument
H A Datomic_base.h188 memory_order __b = __m & __memory_order_mask; local
199 memory_order __b = __m & __memory_order_mask; local
369 memory_order __b = __m & __memory_order_mask; variable
381 memory_order __b = __m & __memory_order_mask; variable
392 memory_order __b = __m & __memory_order_mask; variable
402 memory_order __b = __m & __memory_order_mask; variable
[all...]
H A Dboost_concept_check.h177 void __const_constraints(const _Tp& __b) { argument
197 _Tp __b; member in struct:_CopyConstructibleConcept
209 void __const_constraints(const _Tp& __b) { argument
246 _Tp __a, __b; member in struct:_EqualityComparableConcept
[all...]
H A Dvalarray_array.h76 _S_do_it(_Tp* __b, _Tp* __e) argument
88 _S_do_it(_Tp* __b, _Tp* __e) argument
94 __valarray_default_construct(_Tp* __b, _Tp* __e) argument
108 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) argument
119 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) argument
128 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t) argument
143 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) argument
154 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) argument
160 __valarray_copy_construct(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) argument
204 __valarray_destroy_elements(_Tp* __b, _Tp* __e) argument
249 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
260 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
267 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
276 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s, _Tp* __restrict__ __b) argument
286 __valarray_copy(const _Tp* __restrict__ __a, _Tp* __restrict__ __b, size_t __n, size_t __s) argument
307 __valarray_copy(const _Tp* __restrict__ __a, const size_t* __restrict__ __i, _Tp* __restrict__ __b, size_t __n) argument
318 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b, const size_t* __restrict__ __i) argument
421 __valarray_copy_construct(_Array<_Tp> __a, _Array<size_t> __i, _Array<_Tp> __b, size_t __n) argument
429 __valarray_copy_construct(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
452 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b) argument
458 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
464 __valarray_copy(_Array<_Tp> __a, _Array<_Tp> __b, size_t __n, size_t __s) argument
471 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s1, _Array<_Tp> __b, size_t __s2) argument
478 __valarray_copy(_Array<_Tp> __a, _Array<size_t> __i, _Array<_Tp> __b, size_t __n) argument
485 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b, _Array<size_t> __i) argument
518 _Array(const _Tp* __restrict__ __b, size_t __s) argument
[all...]
H A Dstreambuf_iterator.h204 operator ==(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
210 operator !=(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dreplacement_memory_operators.h58 exceptions(bool __b) { get()._M_throw = __b; } argument
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dthread.cc130 thread::_M_start_thread(__shared_base_type __b) argument
144 thread::_M_start_thread(__shared_base_type __b, void (*)()) argument
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dalloc_traits.h142 static void _S_on_swap(_Alloc& __a, _Alloc& __b) argument
199 static void _S_on_swap(_Alloc& __a, _Alloc& __b) argument
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dbase.h119 __encode2(int __a, int __b) //must all be non-negative, actually argument
133 __decode2(_CASable __x, int& __a, int& __b) argument
144 min(const _Tp& __a, const _Tp& __b) argument
150 max(const _Tp& __a, const _Tp& __b) argument
165 operator ()(const _T1& __a, const _T2& __b) argument
398 __median_of_three_iterators(_RAIter __a, _RAIter __b, _RAIter __c, _Compare __comp) argument
[all...]

Completed in 633 milliseconds

123