Searched refs:not1 (Results 1 – 9 of 9) sorted by relevance
36 - std::not1(std::ptr_fun<int, int>(std::isspace))));45 - std::not1(std::ptr_fun<int, int>(std::isspace))).base(), s.end());
105 unary_negate<Func> not1(const Func& func) in not1() function
662 …template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(con… in not1() function
1024 not1(const _Predicate& __pred) in _GLIBCXX_VISIBILITY()
200 unary_negate<Predicate> not1(const Predicate& pred);1007 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}