Searched refs:logical_not (Results 1 – 6 of 6) sorted by relevance
82 using std::logical_not;
275 struct logical_not : public unary_function<_Tp, bool> struct
932 lhs.reset(new unary_operator<'!', std::logical_not<valty>>(l, std::move(subexpr))); in parse_expression()
160 struct logical_not : unary_function<T, bool>875 struct _LIBCPP_TEMPLATE_VIS logical_not : unary_function<_Tp, bool>884 struct _LIBCPP_TEMPLATE_VIS logical_not<void>
2656 __val_expr<_UnaryOp<logical_not<value_type>, _ValExpr> >2659 typedef _UnaryOp<logical_not<value_type>, _ValExpr> _NewExpr;2660 return __val_expr<_NewExpr>(_NewExpr(logical_not<value_type>(), __expr_));
1028 std::logical_not<std::unique_ptr<PredicateTy>>()); in eraseNullPredicates()