Searched refs:__v (Results 51 - 65 of 65) sorted by relevance

123

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_function.h377 constant_void_fun(const result_type& __v) : __val(__v) {} argument
388 constant_unary_fun(const _Result& __v) : _M_val(__v) {} argument
399 constant_binary_fun(const _Result& __v) : _M_val(__v) {} argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr46646.C789 const value_type& __v);
820 _M_insert_(_Const_Base_ptr __x, _Const_Base_ptr __p, const _Val& __v) argument
822 _Link_type __z = _M_create_node(__v);
830 _M_insert_unique(const _Val& __v) argument
835 return pair<iterator, bool>(_M_insert_(__x, __y, __v), true);
/haiku-buildtools/legacy/gcc/libobjc/
H A Dencoding.c42 ({ typeof(V) __v=(V); typeof(A) __a=(A); \
43 __a*((__v+__a-1)/__a); })
H A Darchive.c39 ({ typeof(V) __v=(V); typeof(A) __a=(A); \
40 __a*((__v+__a-1)/__a); })
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dvalarray_array.h171 inline _Array<_Tp>::_Array (const valarray<_Tp>& __v) argument
172 : _M_data (__v._M_data) {}
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr40991.C17 template<typename _Tp, _Tp __v> struct integral_constant { };
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr47615.C81 template < typename _Tp, _Tp __v > struct integral_constant
83 static const _Tp value = __v;
H A Ddump1.C16 template<typename _Tp, _Tp __v>
19 static constexpr _Tp value = __v;
20 typedef integral_constant<_Tp, __v> type;
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dhashtable.h1692 _M_insert(_Arg&& __v, const _NodeGenerator& __node_gen, std::true_type)
1695 const key_type& __k = this->_M_extract()(__v);
1703 __n = __node_gen(std::forward<_Arg>(__v));
1716 _M_insert(const_iterator __hint, _Arg&& __v,
1722 __hash_code __code = this->_M_hash_code(this->_M_extract()(__v));
1725 __node_type* __node = __node_gen(std::forward<_Arg>(__v));
H A Dvalarray_array.h513 _Array<_Tp>::_Array(const valarray<_Tp>& __v) argument
514 : _M_data (__v._M_data) {}
/haiku-buildtools/gcc/gmp/
H A Dlonglong.h1932 UWtype __u = (u), __v = (v); \
1936 __vl = __ll_lowpart (__v); \
1937 __vh = __ll_highpart (__v); \
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-longlong.h1779 UWtype __u = (u), __v = (v); \
1783 __vl = __ll_lowpart (__v); \
1784 __vh = __ll_highpart (__v); \
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpr60675.C65 template<typename _ValueT> __ostream_type& _M_insert(_ValueT __v);
/haiku-buildtools/gcc/gcc/
H A Dvar-tracking.c429 (*({ variable const __v = (var); \
430 gcc_checking_assert (!__v->onepart); \
431 &__v->var_part[(i)].aux.offset; }))
436 (*({ variable const __v = (var); \
437 gcc_checking_assert (__v->onepart); \
438 &__v->var_part[0].aux.onepaux; }))
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Darm_neon.h542 #define __AARCH64_NUM_LANES(__v) (sizeof (__v) / sizeof (__v[0]))

Completed in 254 milliseconds

123