Home
last modified time | relevance | path

Searched defs:binary_negate (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dbinary_negate.h33 binary_negate(const _Predicate& __pred) : __pred_(__pred) {} in binary_negate() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h343 binary_negate(const _Predicate& __x) in binary_negate() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h300 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} in binary_negate() function