/external/libcxx/test/std/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));
|
/prebuilts/ndk/r11/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));
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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));
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
regparse.c | 1991 int r, not1, not2; local 2049 int r, not1, not2; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 183 not2(const _Predicate& __pred) { function
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 183 not2(const _Predicate& __pred) { function
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 183 not2(const _Predicate& __pred) { function
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_function.h | 673 * The functions @c not1 and @c not2 each take a predicate functor 693 * argument. The not2/binary_negate combination works on predicates which 743 not2(const _Predicate& __pred) function
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_function.h | 677 * The functions @c not1 and @c not2 each take a predicate functor 697 * argument. The not2/binary_negate combination works on predicates which 747 not2(const _Predicate& __pred) function
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_function.h | 677 * The functions @c not1 and @c not2 each take a predicate functor 697 * argument. The not2/binary_negate combination works on predicates which 747 not2(const _Predicate& __pred) function
|