Searched refs:__negate (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/libstdc++/include/bits/ |
| D | valarray_after.h | 183 _Expr<_UnClos<__negate, std::_Expr, _Clos>, value_type> 336 _DEFINE_EXPR_UNARY_OPERATOR(-, __negate)
|
| D | valarray_before.h | 176 struct __negate struct
|
| /NextBSD/contrib/libstdc++/include/std/ |
| D | std_valarray.h | 338 typename _UnaryOp<__negate>::_Rt operator-() const; in _GLIBCXX_BEGIN_NAMESPACE() 923 _DEFINE_VALARRAY_UNARY_OPERATOR(-, __negate)
|
| /NextBSD/contrib/libc++/include/ |
| D | regex | 2204 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,
|
| D | algorithm | 720 class __negate 725 _LIBCPP_INLINE_VISIBILITY __negate() {} 728 explicit __negate(_Predicate __p) : __p_(__p) {} 4418 _RBi(__last), __negate<_Compare>(__comp));
|
| /NextBSD/contrib/libstdc++/ |
| D | ChangeLog-2002 | 1898 * include/bits/valarray_meta.h (__unary_plus, __negate,
|