Searched refs:__value (Results 1 - 25 of 86) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dcrash43.C7 __value = (sizeof(__gnu_internal::__test_type<_Tp>(0)))}; // { dg-error "declared|expected" } enumerator in enum:___is_pod::__anon1018
H A Dtypedef9.C3 template<typename, typename> struct __are_same { enum { __value = 0 }; }; enumerator in enum:__are_same::__anon1058
4 template<typename _Tp> struct __are_same<_Tp, _Tp> { enum { __value = 1 }; }; enumerator in enum:__are_same::__anon1059
13 (__are_same<_Iter, typename _Container::pointer>::__value) >::__type>& __i)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20031112-1.c1 extern __inline int __finite (double __value) { return 0; } argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr18520-1.c5 extern int isnan (double __value) __attribute__ ((__const__));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr57411.C5 iota (int *__first, int *__last, int __value) argument
9 *__first = __value;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A D990117-1.c8 register double __value; local
11 : "=t" (__value) : "0" (__x));
12 return __value;
H A D980414-1.c11 register double __value, __exponent; local
40 : "=t" (__value), "=u" (__exponent) : "0" (__x), "1" (__y));
41 __value += 1.0;
44 : "=t" (__value) : "0" (__value), "u" (__exponent));
45 return __value;
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dcpp_type_traits.h98 enum { __value = bool(_Sp::__value) || bool(_Tp::__value) }; enumerator in enum:__traitor::__anon2262
99 typedef typename __truth_type<__value>::__type __type;
106 enum { __value = 0 }; enumerator in enum:__are_same::__anon2263
113 enum { __value = 1 }; enumerator in enum:__are_same::__anon2264
121 enum { __value = 0 }; enumerator in enum:__is_void::__anon2265
128 enum { __value = 1 }; enumerator in enum:__is_void::__anon2266
138 enum { __value = 0 }; enumerator in enum:__is_integer::__anon2267
149 enum { __value enumerator in enum:__is_integer::__anon2268
156 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2269
163 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2270
170 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2271
178 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2272
187 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2273
194 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2274
202 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2275
209 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2276
216 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2277
223 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2278
230 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2279
237 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2280
244 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2281
251 enum { __value = 1 }; enumerator in enum:__is_integer::__anon2282
290 enum { __value = 0 }; enumerator in enum:__is_floating::__anon2283
298 enum { __value = 1 }; enumerator in enum:__is_floating::__anon2284
305 enum { __value = 1 }; enumerator in enum:__is_floating::__anon2285
312 enum { __value = 1 }; enumerator in enum:__is_floating::__anon2286
322 enum { __value = 0 }; enumerator in enum:__is_pointer::__anon2287
329 enum { __value = 1 }; enumerator in enum:__is_pointer::__anon2288
339 enum { __value = 0 }; enumerator in enum:__is_normal_iterator::__anon2289
347 enum { __value = 1 }; enumerator in enum:__is_normal_iterator::__anon2290
373 enum { __value = 0 }; enumerator in enum:__is_char::__anon2291
380 enum { __value = 1 }; enumerator in enum:__is_char::__anon2292
388 enum { __value = 1 }; enumerator in enum:__is_char::__anon2293
396 enum { __value = 0 }; enumerator in enum:__is_byte::__anon2294
403 enum { __value = 1 }; enumerator in enum:__is_byte::__anon2295
410 enum { __value = 1 }; enumerator in enum:__is_byte::__anon2296
417 enum { __value = 1 }; enumerator in enum:__is_byte::__anon2297
427 enum { __value = 0 }; enumerator in enum:__is_move_iterator::__anon2298
438 enum { __value = 1 }; enumerator in enum:__is_move_iterator::__anon2299
[all...]
H A Dstl_numeric.h77 * @param __value Starting value.
82 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) argument
93 *__first = __value;
94 ++__value;
250 _ValueType __value = *__first;
251 *__result = __value;
254 __value = __value + *__first;
255 *++__result = __value;
291 _ValueType __value
[all...]
H A Dstl_algobase.h143 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
144 && __are_same<_ValueType1&, _ReferenceType1>::__value
145 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
277 : _Iter_base<_Iterator, __is_normal_iterator<_Iterator>::__value>
288 : _Iter_base<_Iterator, __is_move_iterator<_Iterator>::__value>
397 && __is_pointer<_II>::__value
398 && __is_pointer<_OI>::__value
399 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
417 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
423 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
697 __fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) argument
707 __fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) argument
740 fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) argument
748 __value); local
754 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value) argument
765 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value) argument
800 fill_n(_OI __first, _Size __n, const _Tp& __value) argument
[all...]
H A Dstl_heap.h125 _Distance __holeIndex, _Distance __topIndex, _Tp __value,
129 while (__holeIndex > __topIndex && __comp(__first + __parent, __value))
135 *(__first + __holeIndex) = _GLIBCXX_MOVE(__value);
164 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
166 _DistanceType(0), _GLIBCXX_MOVE(__value),
198 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); local
200 _DistanceType(0), _GLIBCXX_MOVE(__value),
208 _Distance __len, _Tp __value, _Compare __comp)
229 _GLIBCXX_MOVE(__value),
243 _ValueType __value local
124 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value, _Compare __comp) argument
207 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __len, _Tp __value, _Compare __comp) argument
332 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); local
[all...]
H A Dstreambuf_iterator.h72 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
78 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
84 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
230 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
291 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
308 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
320 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
332 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
367 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990413-2.c18 register long double __value; local
20 : "=t" (__value)
23 return __value;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpic-constantpool1.c4 extern int __finite (double __value) __attribute__ ((__nothrow__)) __attribute__ ((__const__));
5 extern int __finitef (float __value) __attribute__ ((__nothrow__)) __attribute__ ((__const__));
6 extern int __signbit (double __value) __attribute__ ((__nothrow__)) __attribute__ ((__const__));
7 extern int __signbitf (float __value) __attribute__ ((__nothrow__)) __attribute__ ((__const__));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Ddependent1.C20 static const bool __value = sizeof(__test<_Tp>(0)) == 1; member in class:__is_constructible_helper
24 return __is_constructible_helper<int>::__value;
/haiku-buildtools/gcc/libstdc++-v3/include/profile/impl/
H A Dprofiler_algos.h42 const typename _Container::value_type& __value,
59 if (*__it < __value)
66 __output.insert(__it, __value);
95 const _Tp& __value)
102 if(!(*__first == __value))
41 __insert_top_n(_Container& __output, const typename _Container::value_type& __value, typename _Container::size_type __n) argument
94 __remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) argument
H A Dprofiler_map_to_unordered_map.h51 { return (_GLIBCXX_PROFILE_DATA(__map_insert_cost_factor).__value
56 { return (_GLIBCXX_PROFILE_DATA(__map_erase_cost_factor).__value
61 { return (_GLIBCXX_PROFILE_DATA(__map_find_cost_factor).__value
112 * _GLIBCXX_PROFILE_DATA(__umap_insert_cost_factor).__value);
125 * _GLIBCXX_PROFILE_DATA(__umap_erase_cost_factor).__value);
134 _M_umap_cost += _GLIBCXX_PROFILE_DATA(__umap_find_cost_factor).__value;
146 * _GLIBCXX_PROFILE_DATA(__umap_iterate_cost_factor).__value);
149 * _GLIBCXX_PROFILE_DATA(__map_iterate_cost_factor).__value);
H A Dprofiler_vector_to_list.h163 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value
165 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value
167 * _GLIBCXX_PROFILE_DATA(__vector_resize_cost_factor).__value);
175 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value
177 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value
179 * _GLIBCXX_PROFILE_DATA(__list_resize_cost_factor).__value);
/haiku-buildtools/gcc/libstdc++-v3/include/debug/
H A Dsafe_sequence.h49 _Type __value; member in class:__gnu_debug::_Not_equal_to
52 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
56 { return __value != __x; }
64 _Type __value; member in class:__gnu_debug::_Equal_to
67 explicit _Equal_to(const _Type& __v) : __value(__v) { }
71 { return __value == __x; }
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_numeric.h80 _Tp __value = *__first; local
82 __value = __value + *__first;
83 *++__result = __value;
104 _Tp __value = *__first; local
106 __value = __binary_op(__value, *__first);
107 *++__result = __value;
128 _Tp __value = *__first; local
131 *++__result = __tmp - __value;
154 _Tp __value = *__first; local
227 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) argument
[all...]
H A Dstl_heap.h44 _Distance __holeIndex, _Distance __topIndex, _Tp __value)
47 while (__holeIndex > __topIndex && *(__first + __parent) < __value) {
52 *(__first + __holeIndex) = __value;
76 _Distance __topIndex, _Tp __value, _Compare __comp)
79 while (__holeIndex > __topIndex && __comp(*(__first + __parent), __value)) {
84 *(__first + __holeIndex) = __value;
110 _Distance __len, _Tp __value)
125 __push_heap(__first, __holeIndex, __topIndex, __value);
131 _RandomAccessIterator __result, _Tp __value, _Distance*)
134 __adjust_heap(__first, _Distance(0), _Distance(__last - __first), __value);
43 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value) argument
75 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value, _Compare __comp) argument
109 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __len, _Tp __value) argument
130 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomAccessIterator __result, _Tp __value, _Distance*) argument
156 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __len, _Tp __value, _Compare __comp) argument
178 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomAccessIterator __result, _Tp __value, _Compare __comp, _Distance*) argument
[all...]
H A Dstl_construct.h47 inline void construct(_T1* __p, const _T2& __value) { argument
48 new (__p) _T1(__value);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr57107.C9 __value = bool(_Sp::__value) || bool(_Tp::__value) }; enumerator in enum:std::__traitor::__anon1088
13 __value = 0 }; enumerator in enum:std::__is_integer::__anon1089
17 __value = 0 }; enumerator in enum:std::__is_floating::__anon1090
21 __value = 0 }; enumerator in enum:std::__is_pointer::__anon1091
25 __value = 0 }; enumerator in enum:std::__is_normal_iterator::__anon1092
52 template<typename _Iterator> struct _Niter_base : _Iter_base<_Iterator, __is_normal_iterator<_Iterator>::__value> {
56 template<typename _OutputIterator, typename _Size, typename _Tp> inline typename __gnu_cxx::__enable_if<!__is_scalar<_Tp>::__value, _OutputIterator>::__type __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value) { argument
61 fill_n(_OI __first, _Size __n, const _Tp& __value) argument
147 _M_fill_initialize(size_type __n, const value_type& __value) argument
[all...]
H A D20070621-1.C14 __value = 0 }; enumerator in enum:std::__are_same::__anon1077
18 __value = 0 }; enumerator in enum:std::__is_integer::__anon1078
22 __value = 0 }; enumerator in enum:std::__is_pointer::__anon1079
26 __value = 0 }; enumerator in enum:std::__is_normal_iterator::__anon1080
36 template<typename _Iterator, bool _BoolType = __is_normal_iterator<_Iterator>::__value> struct __niter_base {
51 const bool __simple = (__is_integer<_ValueType1>::__value && __is_pointer<_II1>::__value && __is_pointer<_II2>::__value && __are_same<_ValueType1, _ValueType2>::__value);
/haiku-buildtools/gcc/libgcc/config/tilepro/
H A Datomic.h173 Normally "expr" will be an expression using __old and __value. */
176 __typeof(value) __value = (value); \
242 __arch_atomic_update(mem, newvalue, exch, 0, newvalue, __value)
245 __arch_atomic_update(mem, value, fetchadd, -1, value, __old + __value)
254 __arch_atomic_update(mem, mask, fetchand, mask, 0, __old & __value)
257 __arch_atomic_update(mem, mask, fetchor, ~mask, mask, __old | __value)
260 __arch_atomic_update_cmpxchg(mem, mask, __old ^ __value)
263 __arch_atomic_update_cmpxchg(mem, mask, ~(__old & __value))
294 __arch_atomic_update_cmpxchg(__aw_mem, __aw_val, __value); \
305 (__old & ~__aw_mask) | __value); \
[all...]

Completed in 142 milliseconds

1234