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

  /external/libcxx/test/std/utilities/meta/meta.rel/
is_base_of.pass.cpp 17 void test_is_base_of() function
38 test_is_base_of<B, D>();
39 test_is_base_of<B1, D>();
40 test_is_base_of<B2, D>();
41 test_is_base_of<B, B1>();
42 test_is_base_of<B, B2>();
43 test_is_base_of<B, B>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.rel/
is_base_of.pass.cpp 17 void test_is_base_of() function
38 test_is_base_of<B, D>();
39 test_is_base_of<B1, D>();
40 test_is_base_of<B2, D>();
41 test_is_base_of<B, B1>();
42 test_is_base_of<B, B2>();
43 test_is_base_of<B, B>();

Completed in 103 milliseconds