| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/ |
| not2.pass.cpp | 12 // not2 20 assert(!std::not2(F())(36, 36)); 21 assert( std::not2(F())(36, 0)); 22 assert( std::not2(F())(0, 36)); 23 assert( std::not2(F())(0, 0));
|
| /external/llvm/test/Transforms/InstCombine/ |
| idioms.ll | 20 %not2 = sub i32 %t2, 1 26 %f = phi i32 [ %not2, %bb2 ], [ %e, %bb3 ]
|
| /external/stlport/test/unit/ |
| bnegate_test.cpp | 43 sort(array, array + 4, not2(greater<int>()));
|
| /ndk/tests/device/test-gnustl-full/unit/ |
| bnegate_test.cpp | 43 sort(array, array + 4, not2(greater<int>()));
|
| /ndk/tests/device/test-stlport/unit/ |
| bnegate_test.cpp | 43 sort(array, array + 4, not2(greater<int>()));
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
| stl_function.h | 319 * The functions @c not1 and @c not2 each take a predicate functor 339 * argument. The not2/binary_negate combination works on predicates which 389 not2(const _Predicate& __pred) function
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
| stl_function.h | 325 * The functions @c not1 and @c not2 each take a predicate functor 345 * argument. The not2/binary_negate combination works on predicates which 395 not2(const _Predicate& __pred) function
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
| stl_function.h | 325 * The functions @c not1 and @c not2 each take a predicate functor 345 * argument. The not2/binary_negate combination works on predicates which 395 not2(const _Predicate& __pred) function
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_function.h | 319 * The functions @c not1 and @c not2 each take a predicate functor 339 * argument. The not2/binary_negate combination works on predicates which 389 not2(const _Predicate& __pred) function
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_function.h | 319 * The functions @c not1 and @c not2 each take a predicate functor 339 * argument. The not2/binary_negate combination works on predicates which 389 not2(const _Predicate& __pred) function
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_function.h | 319 * The functions @c not1 and @c not2 each take a predicate functor 339 * argument. The not2/binary_negate combination works on predicates which 389 not2(const _Predicate& __pred) function
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
| stl_function.h | 319 * The functions @c not1 and @c not2 each take a predicate functor 339 * argument. The not2/binary_negate combination works on predicates which 389 not2(const _Predicate& __pred) function
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| stl_function.h | 325 * The functions @c not1 and @c not2 each take a predicate functor 345 * argument. The not2/binary_negate combination works on predicates which 395 not2(const _Predicate& __pred) function
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| stl_function.h | 326 * The functions @c not1 and @c not2 each take a predicate functor 346 * argument. The not2/binary_negate combination works on predicates which 396 not2(const _Predicate& __pred) function
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| stl_function.h | 325 * The functions @c not1 and @c not2 each take a predicate functor 345 * argument. The not2/binary_negate combination works on predicates which 395 not2(const _Predicate& __pred) function
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| stl_function.h | 326 * The functions @c not1 and @c not2 each take a predicate functor 346 * argument. The not2/binary_negate combination works on predicates which 396 not2(const _Predicate& __pred) function
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
| stl_function.h | 324 * The functions @c not1 and @c not2 each take a predicate functor 344 * argument. The not2/binary_negate combination works on predicates which 394 not2(const _Predicate& __pred) function
|
| /external/stlport/stlport/stl/ |
| _function.h | 183 not2(const _Predicate& __pred) { function
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _function.h | 183 not2(const _Predicate& __pred) { function
|
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
| _function.h | 183 not2(const _Predicate& __pred) { function
|
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
| _function.h | 183 not2(const _Predicate& __pred) { function
|
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
| _function.h | 183 not2(const _Predicate& __pred) { function
|
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
| _function.h | 183 not2(const _Predicate& __pred) { function
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
| _function.h | 183 not2(const _Predicate& __pred) { function
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
| functional | 184 template <class Predicate> binary_negate<Predicate> not2(const Predicate& pred); 632 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);} [all...] |