Searched refs:__val1 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dglue_memory_impl.h48 [](_ReferenceType1 __val1, _ReferenceType2 __val2) {
49 ::new (std::addressof(__val2)) _ValueType2(__val1);
82 [](_ReferenceType1 __val1, _ReferenceType2 __val2) {
83 ::new (std::addressof(__val2)) _ValueType2(__val1);
118 [](_ReferenceType1 __val1, _ReferenceType2 __val2) {
119 ::new (std::addressof(__val2)) _ValueType2(std::move(__val1));
152 [](_ReferenceType1 __val1, _ReferenceType2 __val2) {
153 ::new (std::addressof(__val2)) _ValueType2(std::move(__val1));
H A Dalgorithm_impl.h1804 [&__table](_ReduceType __val1, _ReduceType __val2) -> _ReduceType {
1805 if (__val1 == __broken || __val2 == __broken)
1810 return __table[__val1 * 4 + __val2];
1865 auto __reductor = [&__exec, __is_vector](_PartitionRange __val1, _PartitionRange __val2) -> _PartitionRange {
1866 auto __size1 = __val1.__end - __val1.__pivot;
1868 auto __new_begin = __val2.__begin - (__val1.__end - __val1.__begin);
1871 if (__val1.__end == __val1
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dglue_memory_impl.h48 [](_ReferenceType1 __val1, _ReferenceType2 __val2) {
49 ::new (std::addressof(__val2)) _ValueType2(__val1);
81 [](_ReferenceType1 __val1, _ReferenceType2 __val2) {
82 ::new (std::addressof(__val2)) _ValueType2(__val1);
117 [](_ReferenceType1 __val1, _ReferenceType2 __val2) {
118 ::new (std::addressof(__val2)) _ValueType2(std::move(__val1));
150 [](_ReferenceType1 __val1, _ReferenceType2 __val2) {
152 _ValueType2(std::move(__val1));
H A Dalgorithm_impl.h1835 [&__table](_ReduceType __val1, _ReduceType __val2) -> _ReduceType {
1836 if (__val1 == __broken || __val2 == __broken)
1841 return __table[__val1 * 4 + __val2];
1896 auto __reductor = [&__exec, __is_vector](_PartitionRange __val1, _PartitionRange __val2) -> _PartitionRange {
1897 auto __size1 = __val1.__end - __val1.__pivot;
1899 auto __new_begin = __val2.__begin - (__val1.__end - __val1.__begin);
1902 if (__val1.__end == __val1
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h3313 range_value_t<_Range> __val1 = *__first; local
3319 if (__comp_proj(__val1, __result.min))
3320 __result.min = std::move(__val1);
3321 else if (!__comp_proj(__val1, __result.max))
3322 __result.max = std::move(__val1);
3326 if (!__comp_proj(__val2, __val1))
3328 if (__comp_proj(__val1, __result.min))
3329 __result.min = std::move(__val1);
3337 if (!__comp_proj(__val1, __result.max))
3338 __result.max = std::move(__val1);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h3105 range_value_t<_Range> __val1 = *__first; local
3111 if (__comp_proj(__val1, __result.min))
3112 __result.min = std::move(__val1);
3113 else if (!__comp_proj(__val1, __result.max))
3114 __result.max = std::move(__val1);
3118 if (!__comp_proj(__val2, __val1))
3120 if (__comp_proj(__val1, __result.min))
3121 __result.min = std::move(__val1);
3129 if (!__comp_proj(__val1, __result.max))
3130 __result.max = std::move(__val1);
[all...]

Completed in 295 milliseconds