HomeSort by relevance Sort by last modified time
    Searched refs:logical_and (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/
binary_negate.pass.cpp 20 typedef std::binary_negate<std::logical_and<int> > F;
21 const F f = F(std::logical_and<int>());
not2.pass.cpp 19 typedef std::logical_and<int> F;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
logical_and.pass.cpp 12 // logical_and
20 typedef std::logical_and<int> F;
28 typedef std::logical_and<> F2;
42 constexpr bool foo = std::logical_and<int> () (36, 36);
45 constexpr bool bar = std::logical_and<> () (36.0, 36);
transparent.pass.cpp 28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::logical_and<void>>::value, "" );
31 static_assert ( is_transparent<std::logical_and<>>::value, "" );
  /external/libcxx/test/std/utilities/function.objects/negators/
binary_negate.pass.cpp 20 typedef std::binary_negate<std::logical_and<int> > F;
21 const F f = F(std::logical_and<int>());
not2.pass.cpp 19 typedef std::logical_and<int> F;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/negators/
binary_negate.pass.cpp 20 typedef std::binary_negate<std::logical_and<int> > F;
21 const F f = F(std::logical_and<int>());
not2.pass.cpp 19 typedef std::logical_and<int> F;
  /external/libcxx/test/std/utilities/function.objects/logical.operations/
logical_and.pass.cpp 12 // logical_and
22 typedef std::logical_and<int> F;
32 typedef std::logical_and<> F2;
46 constexpr bool foo = std::logical_and<int> () (36, 36);
49 constexpr bool bar = std::logical_and<> () (36.0, 36);
transparent.pass.cpp 28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::logical_and<void>>::value, "" );
31 static_assert ( is_transparent<std::logical_and<>>::value, "" );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/logical.operations/
logical_and.pass.cpp 12 // logical_and
20 typedef std::logical_and<int> F;
30 typedef std::logical_and<> F2;
44 constexpr bool foo = std::logical_and<int> () (36, 36);
47 constexpr bool bar = std::logical_and<> () (36.0, 36);
transparent.pass.cpp 28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::logical_and<void>>::value, "" );
31 static_assert ( is_transparent<std::logical_and<>>::value, "" );
  /external/eigen/Eigen/src/Core/functors/
StlFunctors.h 44 struct functor_traits<std::logical_and<T> >
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 150 nameAdapter = {'and':'logical_and',
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py 150 nameAdapter = {'and':'logical_and',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py 150 nameAdapter = {'and':'logical_and',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 150 nameAdapter = {'and':'logical_and',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 150 nameAdapter = {'and':'logical_and',
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 486 struct logical_and;
497 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
525 struct logical_and<void> struct
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 490 struct logical_and;
501 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
529 struct logical_and<void> struct
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 490 struct logical_and;
501 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
529 struct logical_and<void> struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 268 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 268 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_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 268 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_function.h 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function

Completed in 515 milliseconds

1 2