Searched refs:__e1 (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr46149.C30 C (const S & __e1, const B & __e2):A < B > (__e1, __e2) argument
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dvalarray_before.h530 _BinBase(const _FirstArg& __e1, const _SecondArg& __e2) argument
531 : _M_expr1(__e1), _M_expr2(__e2) {}
591 _BinClos(const _Dom1& __e1, const _Dom2& __e2) : _Base(__e1, __e2) {} argument
613 _BinClos(const _Dom& __e1, const valarray<_Tp>& __e2) argument
614 : _Base(__e1, __e2) {}
625 _BinClos(const valarray<_Tp>& __e1, const _Dom& __e2) argument
626 : _Base(__e1, __e2) {}
637 _BinClos(const _Dom& __e1, const _Tp& __e2) : _Base(__e1, __e argument
648 _BinClos(const _Tp& __e1, const _Dom& __e2) argument
[all...]
H A Dvalarray_after.h463 _Fun(const _Expr<_Dom1, typename _Dom1::value_type>& __e1, \
468 return _Expr<_Closure, _Tp>(_Closure(__e1(), __e2())); \
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dvalarray_meta.h99 _BinFunBase (const _Dom1& __e1, const _Dom2& __e2, argument
101 : _M_expr1 (__e1), _M_expr2 (__e2), _M_func (__f) {}
155 _BinFunClos (const _Dom1& __e1, const _Dom2& __e2, argument
157 : _Base (__e1, __e2, __f) {}
352 _BinBase (const _FirstArg& __e1, const _SecondArg& __e2) argument
353 : _M_expr1 (__e1), _M_expr2 (__e2) {}
421 _BinClos(const _Dom1& __e1, const _Dom2& __e2) : _Base(__e1, __e2) {} argument
441 _BinClos(const _Dom& __e1, const valarray<_Tp>& __e2) argument
442 : _Base (__e1, __e
452 _BinClos(const valarray<_Tp>& __e1, const _Dom& __e2) argument
463 _BinClos(const _Dom& __e1, const _Tp& __e2) argument
473 _BinClos(const _Tp& __e1, const _Dom& __e2) argument
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_list.h520 _Node* __e1 = __x._M_node; local
522 _Node* __n1 = (_Node*) __e1->_M_next;
524 for ( ; __n1 != __e1 && __n2 != __e2 ;
528 return __n1 == __e1 && __n2 == __e2;

Completed in 105 milliseconds