/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | range_cmp.h | 98 struct not_equal_to in _GLIBCXX_VISIBILITY() struct
|
H A D | stl_function.h | 334 struct not_equal_to; in _GLIBCXX_VISIBILITY() 361 struct not_equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() 502 struct not_equal_to<void> in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | ranges_cmp.h | 99 struct not_equal_to in _GLIBCXX_VISIBILITY() struct
|
H A D | stl_function.h | 353 struct not_equal_to; in _GLIBCXX_VISIBILITY() 383 struct not_equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() 509 struct not_equal_to<void> in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | ParsedAttr.cpp | 235 std::not_equal_to<unsigned>()); in checkExactlyNumArgs()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/ |
H A D | propagate_const | 99 template <class T> struct not_equal_to<experimental::fundamentals_v2::propagate_const<T>>; 510 struct not_equal_to<experimental::fundamentals_v2::propagate_const<_Tp>> 518 …return std::not_equal_to<_Tp>()(_VSTD_LFTS_V2::get_underlying(__pc1), _VSTD_LFTS_V2::get_underlyin…
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | propagate_const | 467 struct not_equal_to<experimental::propagate_const<_Tp>> 473 return not_equal_to<_Tp>{}(get_underlying(__x), get_underlying(__y));
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | propagate_const | 461 struct not_equal_to<experimental::propagate_const<_Tp>> 467 return not_equal_to<_Tp>{}(get_underlying(__x), get_underlying(__y));
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | valarray | 4359 __val_expr<_BinaryOp<not_equal_to<typename _Expr1::value_type>, _Expr1, _Expr2> > 4364 typedef _BinaryOp<not_equal_to<value_type>, _Expr1, _Expr2> _Op; 4365 return __val_expr<_Op>(_Op(not_equal_to<value_type>(), __x, __y)); 4373 __val_expr<_BinaryOp<not_equal_to<typename _Expr::value_type>, 4379 typedef _BinaryOp<not_equal_to<value_type>, _Expr, __scalar_expr<value_type> > _Op; 4380 return __val_expr<_Op>(_Op(not_equal_to<value_type>(), 4389 __val_expr<_BinaryOp<not_equal_to<typename _Expr::value_type>, 4395 typedef _BinaryOp<not_equal_to<value_type>, __scalar_expr<value_type>, _Expr> _Op; 4396 return __val_expr<_Op>(_Op(not_equal_to<value_type>(),
|
H A D | functional | 121 struct not_equal_to : binary_function<T, T, bool> 722 struct _LIBCPP_TEMPLATE_VIS not_equal_to : binary_function<_Tp, _Tp, bool> 731 struct _LIBCPP_TEMPLATE_VIS not_equal_to<void> 3242 struct not_equal_to {
|
H A D | variant | 1615 __lhs.index(), __convert_to_bool<not_equal_to<>>{}, __lhs, __rhs);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2013 | 807 equal_to<void>, not_equal_to<void>, greater<void>, less<void>,
|
H A D | ChangeLog-2014 | 74 modulus, negate, equal_to, not_equal_to, greater, less, greater_equal,
|
H A D | ChangeLog-2019 | 1382 * testsuite/20_util/function_objects/range.cmp/not_equal_to.cc: New
|
H A D | ChangeLog-2021 | 8044 (ranges::equal_to, ranges::not_equal_to): Do not constrain
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 93441 …4ae0f015af4987f988f85dd5 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/not_equal_to.cc
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 107531 …ee10415318aa980110ca1c42 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/not_equal_to.cc
|