Searched defs:__y (Results 1 - 25 of 64) sorted by relevance

123

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_relops.h37 inline bool operator!=(const _Tp& __x, const _Tp& __y) { argument
42 inline bool operator>(const _Tp& __x, const _Tp& __y) { argument
47 inline bool operator<=(const _Tp& __x, const _Tp& __y) { argument
52 inline bool operator>=(const _Tp& __x, const _Tp& __y) { argument
H A Dstl_pair.h53 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
59 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
66 inline pair<_T1, _T2> make_pair(const _T1& __x, const _T2& __y) argument
H A Dstl_stack.h66 bool operator==(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
72 bool operator<(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
80 bool operator!=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
86 bool operator>(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
92 bool operator<=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
98 operator >=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
[all...]
H A Dstl_queue.h69 operator==(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
76 operator<(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
85 operator!=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
92 operator>(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
99 operator<=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
106 operator >=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_relops.h87 operator!=(const _Tp& __x, const _Tp& __y) argument
100 operator>(const _Tp& __x, const _Tp& __y) argument
113 operator <=(const _Tp& __x, const _Tp& __y) argument
126 operator >=(const _Tp& __x, const _Tp& __y) argument
[all...]
H A Dstl_pair.h133 constexpr pair(_U1&& __x, const _T2& __y) argument
138 constexpr pair(const _T1& __x, _U2&& __y) argument
144 constexpr pair(_U1&& __x, _U2&& __y) argument
214 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
220 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
227 operator !=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
233 operator >(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
239 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
245 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
276 make_pair(_T1&& __x, _T2&& __y) argument
286 make_pair(_T1 __x, _T2 __y) argument
[all...]
H A Dstream_iterator.h130 operator ==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
137 operator !=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
H A Dunique_ptr.h624 operator ==(const unique_ptr<_Tp, _Dp>& __x, const unique_ptr<_Up, _Ep>& __y) argument
641 operator !=(const unique_ptr<_Tp, _Dp>& __x, const unique_ptr<_Up, _Ep>& __y) argument
658 operator <(const unique_ptr<_Tp, _Dp>& __x, const unique_ptr<_Up, _Ep>& __y) argument
682 operator <=(const unique_ptr<_Tp, _Dp>& __x, const unique_ptr<_Up, _Ep>& __y) argument
699 operator >(const unique_ptr<_Tp, _Dp>& __x, const unique_ptr<_Up, _Ep>& __y) argument
718 operator >=(const unique_ptr<_Tp, _Dp>& __x, const unique_ptr<_Up, _Ep>& __y) argument
[all...]
H A Dstl_queue.h271 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
289 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
295 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
301 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
307 operator <=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
313 operator >=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
[all...]
H A Dstl_stack.h246 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
264 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
270 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
276 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
282 operator <=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
288 operator >=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dlvalue1.C17 make_pair(_T1 __x, _T2 __y) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A D980414-1.c9 mypow (double __x, double __y) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-array-ptr8.C22 constexpr B (U && __x, const T2 & __y) : t1 (foo <U> (__x)), t2 (__y) {} argument
/haiku-buildtools/gcc/libstdc++-v3/include/backward/
H A Dbinders.h117 binder1st(const _Operation& __x, const typename _Operation::first_argument_type& __y) argument
152 binder2nd(const _Operation& __x, const typename _Operation::second_argument_type& __y) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990413-2.c16 __atan2l (long double __y, long double __x) argument
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dunordered_map.h142 swap(__unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code>& __x, __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) argument
151 swap(__unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code>& __x, __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) argument
266 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) argument
272 swap(unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) argument
H A Dunordered_set.h140 swap(__unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __x, __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) argument
147 swap(__unordered_multiset<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __x, __unordered_multiset<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) argument
255 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) argument
261 swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x, unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) argument
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dlist-aux.cc62 _List_node_base::swap(_List_node_base& __x, _List_node_base& __y) throw() argument
[all...]
H A Dtree.cc70 _Rb_tree_node_base* __y = __x->_M_parent; local
102 _Rb_tree_node_base* __y = __x->_M_left; local
109 _Rb_tree_node_base* __y = __x->_M_parent; local
136 _Rb_tree_node_base* const __y = __x->_M_right; local
167 _Rb_tree_node_base* const __y = __x->_M_left; local
239 _Rb_tree_node_base* const __y = __xpp->_M_right; local
261 _Rb_tree_node_base* const __y = __xpp->_M_left; local
292 _Rb_tree_node_base* __y = __z; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr54838.C49 operator ==(reverse_iterator < _Iterator > __x, reverse_iterator < _Iterator > __y) argument
H A Dpr49770.C33 static inline int operatorMIN (_Deque_iterator & __x, _Deque_iterator & __y) argument
H A Dpr64568-2.C12 complex<_Tp> operator+(complex<_Tp> &__x, complex<_Tp> __y) argument
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/i486/opt/ext/
H A Dopt_random.h50 __m128i __y = _mm_srli_epi32(__b, __sr1); local
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h193 result_type __x, __y, __r2; local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dcrash-8.C40 pair(const _T1& __x, _U2&& __y) : first(__x), argument

Completed in 208 milliseconds

123