Home
last modified time | relevance | path

Searched refs:not2 (Results 1 – 5 of 5) sorted by relevance

/trueos/bin/sh/tests/set-e/
HDMakefile26 FILES+= not2.0
/trueos/bin/sh/tests/execution/
HDMakefile29 FILES+= not2.0
/trueos/contrib/libstdc++/include/backward/
Dfunction.h86 using std::not2;
/trueos/contrib/libstdc++/include/bits/
Dstl_function.h355 not2(const _Predicate& __pred) in not2() function
/trueos/contrib/libc++/include/
Dfunctional208 template <class Predicate> binary_negate<Predicate> not2(const Predicate& pred);
974 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);}