Home | History | Annotate | Download | only in include

Lines Matching full:bit_or

3960     __val_expr<_BinaryOp<bit_or<typename _Expr1::value_type>, _Expr1, _Expr2> >
3965 typedef _BinaryOp<bit_or<value_type>, _Expr1, _Expr2> _Op;
3966 return __val_expr<_Op>(_Op(bit_or<value_type>(), __x, __y));
3974 __val_expr<_BinaryOp<bit_or<typename _Expr::value_type>,
3980 typedef _BinaryOp<bit_or<value_type>, _Expr, __scalar_expr<value_type> > _Op;
3981 return __val_expr<_Op>(_Op(bit_or<value_type>(),
3990 __val_expr<_BinaryOp<bit_or<typename _Expr::value_type>,
3996 typedef _BinaryOp<bit_or<value_type>, __scalar_expr<value_type>, _Expr> _Op;
3997 return __val_expr<_Op>(_Op(bit_or<value_type>(),