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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
is_object.pass.cpp 19 void test_is_object() function
81 test_is_object<std::nullptr_t>();
82 test_is_object<void *>();
83 test_is_object<char[3]>();
84 test_is_object<char[]>();
85 test_is_object<int>();
86 test_is_object<int*>();
87 test_is_object<Union>();
88 test_is_object<int*>();
89 test_is_object<const int*>()
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.comp/
is_object.pass.cpp 19 void test_is_object() function
79 test_is_object<std::nullptr_t>();
80 test_is_object<void *>();
81 test_is_object<char[3]>();
82 test_is_object<char[]>();
83 test_is_object<int>();
84 test_is_object<int*>();
85 test_is_object<Union>();
86 test_is_object<int*>();
87 test_is_object<const int*>()
    [all...]

Completed in 146 milliseconds