Home
last modified time | relevance | path

Searched refs:__negate (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/libstdc++/include/bits/
Dvalarray_after.h183 _Expr<_UnClos<__negate, std::_Expr, _Clos>, value_type>
336 _DEFINE_EXPR_UNARY_OPERATOR(-, __negate)
Dvalarray_before.h176 struct __negate struct
/NextBSD/contrib/libstdc++/include/std/
Dstd_valarray.h338 typename _UnaryOp<__negate>::_Rt operator-() const; in _GLIBCXX_BEGIN_NAMESPACE()
923 _DEFINE_VALARRAY_UNARY_OPERATOR(-, __negate)
/NextBSD/contrib/libc++/include/
Dregex2204 bool __negate, bool __icase, bool __collate)
2206 __negate_(__negate), __icase_(__icase), __collate_(__collate),
2798 __bracket_expression<_CharT, _Traits>* __start_matching_list(bool __negate);
3701 bool __negate = false;
3705 __negate = true;
3707 __bracket_expression<_CharT, _Traits>* __ml = __start_matching_list(__negate);
4807 basic_regex<_CharT, _Traits>::__start_matching_list(bool __negate)
4811 __negate, __flags_ & icase,
Dalgorithm720 class __negate
725 _LIBCPP_INLINE_VISIBILITY __negate() {}
728 explicit __negate(_Predicate __p) : __p_(__p) {}
4418 _RBi(__last), __negate<_Compare>(__comp));
/NextBSD/contrib/libstdc++/
DChangeLog-20021898 * include/bits/valarray_meta.h (__unary_plus, __negate,