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

1 2

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_pod.pass.cpp 12 // is_pod
19 static_assert( std::is_pod<T>::value, "");
20 static_assert( std::is_pod<const T>::value, "");
21 static_assert( std::is_pod<volatile T>::value, "");
22 static_assert( std::is_pod<const volatile T>::value, "");
28 static_assert(!std::is_pod<T>::value, "");
29 static_assert(!std::is_pod<const T>::value, "");
30 static_assert(!std::is_pod<volatile T>::value, "");
31 static_assert(!std::is_pod<const volatile T>::value, "");
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_pod.pass.cpp 12 // is_pod
20 static_assert( std::is_pod<T>::value, "");
21 static_assert( std::is_pod<const T>::value, "");
22 static_assert( std::is_pod<volatile T>::value, "");
23 static_assert( std::is_pod<const volatile T>::value, "");
35 static_assert(!std::is_pod<T>::value, "");
36 static_assert(!std::is_pod<const T>::value, "");
37 static_assert(!std::is_pod<volatile T>::value, "");
38 static_assert(!std::is_pod<const volatile T>::value, "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_pod.pass.cpp 12 // is_pod
20 static_assert( std::is_pod<T>::value, "");
21 static_assert( std::is_pod<const T>::value, "");
22 static_assert( std::is_pod<volatile T>::value, "");
23 static_assert( std::is_pod<const volatile T>::value, "");
35 static_assert(!std::is_pod<T>::value, "");
36 static_assert(!std::is_pod<const T>::value, "");
37 static_assert(!std::is_pod<volatile T>::value, "");
38 static_assert(!std::is_pod<const volatile T>::value, "");
  /external/llvm/lib/MC/
MCSchedule.cpp 19 static_assert(std::is_pod<MCSchedModel>::value,
  /external/protobuf/src/google/protobuf/stubs/
type_traits_unittest.cc 330 EXPECT_TRUE(is_pod<bool>::value);
331 EXPECT_TRUE(is_pod<char>::value);
332 EXPECT_TRUE(is_pod<unsigned char>::value);
333 EXPECT_TRUE(is_pod<signed char>::value);
334 EXPECT_TRUE(is_pod<wchar_t>::value);
335 EXPECT_TRUE(is_pod<int>::value);
336 EXPECT_TRUE(is_pod<unsigned int>::value);
337 EXPECT_TRUE(is_pod<short>::value);
338 EXPECT_TRUE(is_pod<unsigned short>::value);
339 EXPECT_TRUE(is_pod<long>::value)
    [all...]
type_traits.h 44 // is_pod
98 template <class T> struct is_pod;
226 // We can't get is_pod right without compiler help, so fail conservatively.
230 template <class T> struct is_pod struct in namespace:google::protobuf::internal
238 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
239 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
240 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /external/clang/test/Lexer/
has_feature_type_traits.cpp 83 #if __has_feature(is_pod)
84 int is_pod();
86 // CHECK: int is_pod();
  /external/clang/test/SemaCXX/
libstdcxx_is_pod_hack.cpp 46 #if !__has_feature(is_pod)
  /external/libcxx/test/std/language.support/support.types/
max_align_t.pass.cpp 20 static_assert(std::is_pod<std::max_align_t>::value,
21 "std::is_pod<std::max_align_t>::value");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/
max_align_t.pass.cpp 20 static_assert(std::is_pod<std::max_align_t>::value,
21 "std::is_pod<std::max_align_t>::value");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.types/
max_align_t.pass.cpp 20 static_assert(std::is_pod<std::max_align_t>::value,
21 "std::is_pod<std::max_align_t>::value");
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 43 // is_pod
78 template <class T> struct is_pod;
199 // We can't get is_pod right without compiler help, so fail conservatively.
203 template <class T> struct is_pod struct in namespace:google::protobuf::internal
211 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
212 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
213 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 43 // is_pod
78 template <class T> struct is_pod;
199 // We can't get is_pod right without compiler help, so fail conservatively.
203 template <class T> struct is_pod struct in namespace:google::protobuf::internal
211 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
212 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
213 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 43 // is_pod
78 template <class T> struct is_pod;
199 // We can't get is_pod right without compiler help, so fail conservatively.
203 template <class T> struct is_pod struct in namespace:google::protobuf::internal
211 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
212 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
213 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 43 // is_pod
78 template <class T> struct is_pod;
199 // We can't get is_pod right without compiler help, so fail conservatively.
203 template <class T> struct is_pod struct in namespace:google::protobuf::internal
211 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
212 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
213 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 44 // is_pod
98 template <class T> struct is_pod;
226 // We can't get is_pod right without compiler help, so fail conservatively.
230 template <class T> struct is_pod struct in namespace:google::protobuf::internal
238 template <class T> struct is_pod<const T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
239 template <class T> struct is_pod<volatile T> : is_pod<T> { }; struct in namespace:google::protobuf::internal
240 template <class T> struct is_pod<const volatile T> : is_pod<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_comment.py 22 assert test1.type.is_pod()
test_type.py 222 """Ensure Type.is_pod() works."""
230 assert i.type.is_pod()
231 assert not f.type.is_pod()
  /external/libcxx/test/std/depr/depr.c.headers/
stddef_h.pass.cpp 45 static_assert(std::is_pod<max_align_t>::value,
46 "std::is_pod<max_align_t>::value");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stddef_h.pass.cpp 45 static_assert(std::is_pod<max_align_t>::value,
46 "std::is_pod<max_align_t>::value");
  /external/clang/test/SemaTemplate/
instantiate-expr-4.cpp 207 struct is_pod { struct
211 static int is_pod0[is_pod<X>::value? -1 : 1];
212 static int is_pod1[is_pod<Y>::value? 1 : -1];
361 return is_pod<X>::value; // expected-error{{non-const lvalue reference to type 'int' cannot bind to a value of unrelated type 'const bool'}}
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 33 #include <boost/type_traits/is_pod.hpp>
82 enum { pod = ::boost::is_pod<_Tp>::value };
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 33 #include <boost/type_traits/is_pod.hpp>
82 enum { pod = ::boost::is_pod<_Tp>::value };
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
boost_type_traits.h 33 #include <boost/type_traits/is_pod.hpp>
82 enum { pod = ::boost::is_pod<_Tp>::value };
  /system/netd/libnetdutils/include/netdutils/
Slice.h 72 static_assert(std::is_pod<T>::value, "value must be a POD type");

Completed in 1010 milliseconds

1 2