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

  /ndk/sources/cxx-stl/llvm-libc++/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 205 def test_is_pod(): function

Completed in 215 milliseconds