HomeSort by relevance Sort by last modified time
    Searched refs:unary_negate (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/std/utilities/function.objects/negators/
unary_negate.pass.cpp 12 // unary_negate
20 typedef std::unary_negate<std::logical_not<int> > F;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/negators/
unary_negate.pass.cpp 12 // unary_negate
20 typedef std::unary_negate<std::logical_not<int> > F;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 325 * and return an instance of @c unary_negate or
343 * The not1/unary_negate combination works on predicates taking a single
351 class unary_negate class in inherits:unary_function
359 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
368 inline unary_negate<_Predicate>
370 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 325 * and return an instance of @c unary_negate or
343 * The not1/unary_negate combination works on predicates taking a single
351 class unary_negate class in inherits:unary_function
359 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
368 inline unary_negate<_Predicate>
370 { return unary_negate<_Predicate>(__pred); }
  /external/eigen/Eigen/src/Core/functors/
StlFunctors.h 87 struct functor_traits<std::unary_negate<T> >

Completed in 121 milliseconds