HomeSort by relevance Sort by last modified time
    Searched full:test_is_pod (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_pod.pass.cpp 17 void test_is_pod() function
46 test_is_pod<int>();
47 test_is_pod<double>();
48 test_is_pod<int*>();
49 test_is_pod<const int*>();
50 test_is_pod<char[3]>();
51 test_is_pod<char[]>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_pod.pass.cpp 17 void test_is_pod() function
46 test_is_pod<int>();
47 test_is_pod<double>();
48 test_is_pod<int*>();
49 test_is_pod<const int*>();
50 test_is_pod<char[3]>();
51 test_is_pod<char[3]>();
  /external/clang/bindings/python/tests/cindex/
test_type.py 221 def test_is_pod(): function

Completed in 261 milliseconds