Searched defs:__x (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-10-stable/contrib/libstdc++/config/os/newlib/
H A Dctype_noninline.h71 int __x = __c; local
89 int __x = __c; local
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dstl_raw_storage_iter.h79 raw_storage_iterator(_ForwardIterator __x) argument
H A Dstl_relops.h92 operator!=(const _Tp& __x, const _Tp& __y) argument
105 operator>(const _Tp& __x, const _Tp& __y) argument
118 operator<=(const _Tp& __x, const _Tp& __y) argument
131 operator>=(const _Tp& __x, const _Tp& __y) argument
H A Dstl_pair.h96 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
102 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
109 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
115 operator>(const pair<_T1, _T2>& __x, cons argument
121 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
127 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
144 make_pair(_T1 __x, _T2 __y) argument
[all...]
H A Dstl_stack.h178 push(const value_type& __x) argument
214 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
232 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
238 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
244 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
250 operator <=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
256 operator >=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
[all...]
H A Dstl_uninitialized.h136 __uninitialized_fill_aux(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, __true_type) argument
143 __uninitialized_fill_aux(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, __false_type) argument
170 uninitialized_fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x) argument
182 __uninitialized_fill_n_aux(_ForwardIterator __first, _Size __n, const _Tp& __x, __true_type) argument
188 __uninitialized_fill_n_aux(_ForwardIterator __first, _Size __n, const _Tp& __x, __false_type) argument
215 uninitialized_fill_n(_ForwardIterator __first, _Size __n, const _Tp& __x) argument
258 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator __alloc) argument
276 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, allocator<_Tp2>) argument
283 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator __alloc) argument
303 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, allocator<_Tp2>) argument
348 __uninitialized_fill_copy(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator __alloc) argument
371 __uninitialized_copy_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator __alloc) argument
[all...]
H A Dstream_iterator.h128 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, argument
135 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, argument
H A Dboost_concept_check.h226 _From __x; member in struct:_ConvertibleConcept
H A Dstl_queue.h203 push(const value_type& __x) argument
239 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
257 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
263 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
269 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
275 operator <=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
281 operator >=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
413 push(const value_type& __x) argument
[all...]
H A Dstl_function.h137 operator()(const _Tp& __x, const _Tp& __y) const argument
146 operator()(const _Tp& __x, const _Tp& __y) const argument
155 operator()(const _Tp& __x, const _Tp& __y) const argument
164 operator()(const _Tp& __x, const _Tp& __y) const argument
173 operator()(const _Tp& __x, const _Tp& __y) const argument
199 operator ()(const _Tp& __x, const _Tp& __y) const argument
208 operator ()(const _Tp& __x, const _Tp& __y) const argument
217 operator ()(const _Tp& __x, const _Tp& __y) const argument
226 operator ()(const _Tp& __x, const _Tp& __y) const argument
235 operator ()(const _Tp& __x, const _Tp& __y) const argument
244 operator ()(const _Tp& __x, const _Tp& __y) const argument
260 operator ()(const _Tp& __x, const _Tp& __y) const argument
269 operator ()(const _Tp& __x, const _Tp& __y) const argument
319 unary_negate(const _Predicate& __x) argument
343 binary_negate(const _Predicate& __x) argument
347 operator ()(const typename _Predicate::first_argument_type& __x, const typename _Predicate::second_argument_type& __y) const argument
400 binder1st(const _Operation& __x, const typename _Operation::first_argument_type& __y) argument
418 bind1st(const _Operation& __fn, const _Tp& __x) argument
434 binder2nd(const _Operation& __x, const typename _Operation::second_argument_type& __y) argument
452 bind2nd(const _Operation& __fn, const _Tp& __x) argument
489 pointer_to_unary_function(_Result (__x)_Arg)) argument
500 ptr_fun(_Result (__x)_Arg)) argument
514 pointer_to_binary_function(_Result (__x)_Arg1, _Arg2)) argument
518 operator ()(_Arg1 __x, _Arg2 __y) const argument
525 ptr_fun(_Result (__x)_Arg1, _Arg2)) argument
[all...]
H A Dstl_iterator.h124 reverse_iterator(iterator_type __x) : current(__x) { } argument
129 reverse_iterator(const reverse_iterator& __x) argument
137 reverse_iterator(const reverse_iterator<_Iter>& __x) argument
282 operator==(const reverse_iterator<_Iterator>& __x, argument
288 operator<(const reverse_iterator<_Iterator>& __x, argument
294 operator !=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
300 operator >(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
306 operator <=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
312 operator >=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
318 operator -(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
324 operator +(typename reverse_iterator<_Iterator>::difference_type __n, const reverse_iterator<_Iterator>& __x) argument
332 operator ==(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
338 operator <(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
344 operator !=(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
350 operator >(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
356 operator <=(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
362 operator >=(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
368 operator -(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
397 back_insert_iterator(_Container& __x) argument
446 back_inserter(_Container& __x) argument
471 front_insert_iterator(_Container& __x) argument
520 front_inserter(_Container& __x) argument
553 insert_iterator(_Container& __x, typename _Container::iterator __i) argument
616 inserter(_Container& __x, _Iterator __i) argument
[all...]
H A Dstl_map.h122 bool operator()(const value_type& __x, const value_type& __y) const argument
175 map(const map& __x) argument
226 operator=(const map& __x) argument
399 insert(const value_type& __x) argument
426 insert(iterator __position, const value_type& __x) argument
468 erase(const key_type& __x) argument
498 swap(map& __x) argument
541 find(const key_type& __x) argument
583 lower_bound(const key_type& __x) argument
608 upper_bound(const key_type& __x) argument
637 equal_range(const key_type& __x) argument
682 operator ==(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
699 operator <(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
706 operator !=(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
713 operator >(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
720 operator <=(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
727 operator >=(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
734 swap(map<_Key, _Tp, _Compare, _Alloc>& __x, map<_Key, _Tp, _Compare, _Alloc>& __y) argument
[all...]
H A Dstl_multimap.h121 bool operator()(const value_type& __x, const value_type& __y) const argument
173 multimap(const multimap& __x) argument
225 operator=(const multimap& __x) argument
339 insert(const value_type& __x) argument
363 insert(iterator __position, const value_type& __x) argument
405 erase(const key_type& __x) argument
435 swap(multimap& __x) argument
478 find(const key_type& __x) argument
517 lower_bound(const key_type& __x) argument
542 upper_bound(const key_type& __x) argument
569 equal_range(const key_type& __x) argument
612 operator ==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
629 operator <(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
636 operator !=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
643 operator >(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
650 operator <=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
657 operator >=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
664 swap(multimap<_Key, _Tp, _Compare, _Alloc>& __x, multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
[all...]
H A Dstl_multiset.h183 multiset(const multiset& __x) argument
194 operator=(const multiset& __x) argument
278 swap(multiset& __x) argument
294 insert(const value_type& __x) argument
318 insert(iterator __position, const value_type& __x) argument
360 erase(const key_type& __x) argument
414 find(const key_type& __x) argument
435 lower_bound(const key_type& __x) argument
451 upper_bound(const key_type& __x) argument
476 equal_range(const key_type& __x) argument
507 operator ==(const multiset<_Key, _Compare, _Alloc>& __x, const multiset<_Key, _Compare, _Alloc>& __y) argument
524 operator <(const multiset<_Key, _Compare, _Alloc>& __x, const multiset<_Key, _Compare, _Alloc>& __y) argument
531 operator !=(const multiset<_Key, _Compare, _Alloc>& __x, const multiset<_Key, _Compare, _Alloc>& __y) argument
538 operator >(const multiset<_Key,_Compare,_Alloc>& __x, const multiset<_Key,_Compare,_Alloc>& __y) argument
545 operator <=(const multiset<_Key, _Compare, _Alloc>& __x, const multiset<_Key, _Compare, _Alloc>& __y) argument
552 operator >=(const multiset<_Key, _Compare, _Alloc>& __x, const multiset<_Key, _Compare, _Alloc>& __y) argument
559 swap(multiset<_Key, _Compare, _Alloc>& __x, multiset<_Key, _Compare, _Alloc>& __y) argument
[all...]
H A Dstl_set.h193 set(const set& __x) argument
204 operator=(const set& __x) argument
286 swap(set& __x) argument
304 insert(const value_type& __x) argument
331 insert(iterator __position, const value_type& __x) argument
372 erase(const key_type& __x) argument
429 find(const key_type& __x) argument
450 lower_bound(const key_type& __x) argument
466 upper_bound(const key_type& __x) argument
491 equal_range(const key_type& __x) argument
521 operator ==(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
538 operator <(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
545 operator !=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
552 operator >(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
559 operator <=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
566 operator >=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
573 swap(set<_Key, _Compare, _Alloc>& __x, set<_Key, _Compare, _Alloc>& __y) argument
[all...]
/freebsd-10-stable/contrib/libstdc++/src/
H A Dlist.cc61 _List_node_base::swap(_List_node_base& __x, _List_node_base& __y) argument
[all...]
H A Dtree.cc63 _Rb_tree_increment(_Rb_tree_node_base* __x) argument
86 _Rb_tree_increment(const _Rb_tree_node_base* __x) argument
92 _Rb_tree_decrement(_Rb_tree_node_base* __x) argument
118 _Rb_tree_decrement(const _Rb_tree_node_base* __x) argument
124 _Rb_tree_rotate_left(_Rb_tree_node_base* const __x, _Rb_tree_node_base*& __root) argument
145 _Rb_tree_rotate_right(_Rb_tree_node_base* const __x, _Rb_tree_node_base*& __root) argument
166 _Rb_tree_insert_and_rebalance(const bool __insert_left, _Rb_tree_node_base* __x, _Rb_tree_node_base* __p, _Rb_tree_node_base& __header) argument
264 _Rb_tree_node_base* __x = 0; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dammintrin.h38 _mm_extract_si64(__m128i __x, __m128i __y) argument
49 _mm_insert_si64(__m128i __x, __m128i __y) argument
/freebsd-10-stable/contrib/libstdc++/include/debug/
H A Dsafe_base.h100 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant) argument
H A Dfunctions.h56 __check_singular(_Iterator& __x) argument
68 __check_singular(const _Safe_iterator<_Iterator, _Sequence>& __x) argument
87 __check_dereferenceable(const _Safe_iterator<_Iterator, _Sequence>& __x) argument
H A Dsafe_sequence.h159 _M_transfer_iter(const _Safe_iterator<_Iterator, _Sequence>& __x) argument
/freebsd-10-stable/contrib/libstdc++/include/backward/
H A Ddefalloc.h98 pointer address(reference __x) { return (pointer)&__x; } argument
99 const_pointer const_address(const_reference __x) { argument
/freebsd-10-stable/contrib/libstdc++/include/std/
H A Dstd_iomanip.h65 _Resetiosflags __x; local
99 _Setiosflags __x; local
134 _Setbase __x; local
176 _Setfill<_CharT> __x; local
210 _Setprecision __x; local
244 _Setw __x; local
[all...]
/freebsd-10-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h85 abs(double __x) argument
89 abs(float __x) argument
93 abs(long double __x) argument
98 modf(float __x, float* __iptr) { return modff(__x, __iptr); } argument
101 modf(float __x, float* __iptr) argument
112 modf(long double __x, long double* __iptr) argument
115 modf(long double __x, long double* __iptr) argument
[all...]
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h89 abs(double __x) argument
93 abs(float __x) argument
97 abs(long double __x) argument
103 acos(float __x) argument
107 acos(long double __x) argument
113 acos(_Tp __x) argument
119 asin(float __x) argument
123 asin(long double __x) argument
129 asin(_Tp __x) argument
135 atan(float __x) argument
139 atan(long double __x) argument
145 atan(_Tp __x) argument
151 atan2(float __y, float __x) argument
155 atan2(long double __y, long double __x) argument
162 atan2(_Tp __y, _Up __x) argument
168 ceil(float __x) argument
172 ceil(long double __x) argument
178 ceil(_Tp __x) argument
184 cos(float __x) argument
188 cos(long double __x) argument
194 cos(_Tp __x) argument
200 cosh(float __x) argument
204 cosh(long double __x) argument
210 cosh(_Tp __x) argument
216 exp(float __x) argument
220 exp(long double __x) argument
226 exp(_Tp __x) argument
232 fabs(float __x) argument
236 fabs(long double __x) argument
242 fabs(_Tp __x) argument
248 floor(float __x) argument
252 floor(long double __x) argument
258 floor(_Tp __x) argument
264 fmod(float __x, float __y) argument
268 fmod(long double __x, long double __y) argument
274 frexp(float __x, int* __exp) argument
278 frexp(long double __x, int* __exp) argument
284 frexp(_Tp __x, int* __exp) argument
290 ldexp(float __x, int __exp) argument
294 ldexp(long double __x, int __exp) argument
300 ldexp(_Tp __x, int __exp) argument
306 log(float __x) argument
310 log(long double __x) argument
316 log(_Tp __x) argument
322 log10(float __x) argument
326 log10(long double __x) argument
332 log10(_Tp __x) argument
338 modf(float __x, float* __iptr) argument
342 modf(long double __x, long double* __iptr) argument
347 __pow_helper(_Tp __x, int __n) argument
357 pow(float __x, float __y) argument
361 pow(long double __x, long double __y) argument
365 pow(double __x, int __i) argument
369 pow(float __x, int __n) argument
373 pow(long double __x, int __n) argument
379 sin(float __x) argument
383 sin(long double __x) argument
389 sin(_Tp __x) argument
395 sinh(float __x) argument
399 sinh(long double __x) argument
405 sinh(_Tp __x) argument
411 sqrt(float __x) argument
415 sqrt(long double __x) argument
421 sqrt(_Tp __x) argument
427 tan(float __x) argument
431 tan(long double __x) argument
437 tan(_Tp __x) argument
443 tanh(float __x) argument
447 tanh(long double __x) argument
453 tanh(_Tp __x) argument
[all...]

Completed in 192 milliseconds

123