/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/ |
allocator_pointers.pass.cpp | 38 typename std::allocator_traits<Alloc>::const_pointer cvp; local 47 static_assert(std::is_same<bool, decltype( vp == cvp)>::value, ""); 48 static_assert(std::is_same<bool, decltype(cvp == vp)>::value, ""); 49 static_assert(std::is_same<bool, decltype( vp != cvp)>::value, ""); 50 static_assert(std::is_same<bool, decltype(cvp != vp)>::value, ""); 51 static_assert(std::is_same<bool, decltype( vp > cvp)>::value, ""); 52 static_assert(std::is_same<bool, decltype(cvp > vp)>::value, ""); 53 static_assert(std::is_same<bool, decltype( vp >= cvp)>::value, ""); 54 static_assert(std::is_same<bool, decltype(cvp >= vp)>::value, ""); 55 static_assert(std::is_same<bool, decltype( vp < cvp)>::value, "") [all...] |
/external/libcxx/test/utilities/memory/default.allocator/ |
allocator_pointers.pass.cpp | 38 typename std::allocator_traits<Alloc>::const_pointer cvp; local 47 static_assert(std::is_same<bool, decltype( vp == cvp)>::value, ""); 48 static_assert(std::is_same<bool, decltype(cvp == vp)>::value, ""); 49 static_assert(std::is_same<bool, decltype( vp != cvp)>::value, ""); 50 static_assert(std::is_same<bool, decltype(cvp != vp)>::value, ""); 51 static_assert(std::is_same<bool, decltype( vp > cvp)>::value, ""); 52 static_assert(std::is_same<bool, decltype(cvp > vp)>::value, ""); 53 static_assert(std::is_same<bool, decltype( vp >= cvp)>::value, ""); 54 static_assert(std::is_same<bool, decltype(cvp >= vp)>::value, ""); 55 static_assert(std::is_same<bool, decltype( vp < cvp)>::value, "") [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/ |
allocator_pointers.pass.cpp | 38 typename std::allocator_traits<Alloc>::const_pointer cvp; local 47 static_assert(std::is_same<bool, decltype( vp == cvp)>::value, ""); 48 static_assert(std::is_same<bool, decltype(cvp == vp)>::value, ""); 49 static_assert(std::is_same<bool, decltype( vp != cvp)>::value, ""); 50 static_assert(std::is_same<bool, decltype(cvp != vp)>::value, ""); 51 static_assert(std::is_same<bool, decltype( vp > cvp)>::value, ""); 52 static_assert(std::is_same<bool, decltype(cvp > vp)>::value, ""); 53 static_assert(std::is_same<bool, decltype( vp >= cvp)>::value, ""); 54 static_assert(std::is_same<bool, decltype(cvp >= vp)>::value, ""); 55 static_assert(std::is_same<bool, decltype( vp < cvp)>::value, "") [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/ |
allocator_pointers.pass.cpp | 38 typename std::allocator_traits<Alloc>::const_pointer cvp; local 47 static_assert(std::is_same<bool, decltype( vp == cvp)>::value, ""); 48 static_assert(std::is_same<bool, decltype(cvp == vp)>::value, ""); 49 static_assert(std::is_same<bool, decltype( vp != cvp)>::value, ""); 50 static_assert(std::is_same<bool, decltype(cvp != vp)>::value, ""); 51 static_assert(std::is_same<bool, decltype( vp > cvp)>::value, ""); 52 static_assert(std::is_same<bool, decltype(cvp > vp)>::value, ""); 53 static_assert(std::is_same<bool, decltype( vp >= cvp)>::value, ""); 54 static_assert(std::is_same<bool, decltype(cvp >= vp)>::value, ""); 55 static_assert(std::is_same<bool, decltype( vp < cvp)>::value, "") [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmllint.c | 2731 xmlValidCtxtPtr cvp; local 2763 xmlValidCtxtPtr cvp; local [all...] |
/external/libxml2/ |
xmllint.c | 2747 xmlValidCtxtPtr cvp; local 2779 xmlValidCtxtPtr cvp; local [all...] |