Home | History | Annotate | Download | only in include

Lines Matching full:bit_xor

3864     __val_expr<_BinaryOp<bit_xor<typename _Expr1::value_type>, _Expr1, _Expr2> >
3869 typedef _BinaryOp<bit_xor<value_type>, _Expr1, _Expr2> _Op;
3870 return __val_expr<_Op>(_Op(bit_xor<value_type>(), __x, __y));
3878 __val_expr<_BinaryOp<bit_xor<typename _Expr::value_type>,
3884 typedef _BinaryOp<bit_xor<value_type>, _Expr, __scalar_expr<value_type> > _Op;
3885 return __val_expr<_Op>(_Op(bit_xor<value_type>(),
3894 __val_expr<_BinaryOp<bit_xor<typename _Expr::value_type>,
3900 typedef _BinaryOp<bit_xor<value_type>, __scalar_expr<value_type>, _Expr> _Op;
3901 return __val_expr<_Op>(_Op(bit_xor<value_type>(),