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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
is_fundamental.pass.cpp 19 void test_is_fundamental() function
78 test_is_fundamental<std::nullptr_t>();
79 test_is_fundamental<void>();
80 test_is_fundamental<short>();
81 test_is_fundamental<unsigned short>();
82 test_is_fundamental<int>();
83 test_is_fundamental<unsigned int>();
84 test_is_fundamental<long>();
85 test_is_fundamental<unsigned long>();
86 test_is_fundamental<long long>()
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.comp/
is_fundamental.pass.cpp 19 void test_is_fundamental() function
78 test_is_fundamental<std::nullptr_t>();
79 test_is_fundamental<void>();
80 test_is_fundamental<short>();
81 test_is_fundamental<unsigned short>();
82 test_is_fundamental<int>();
83 test_is_fundamental<unsigned int>();
84 test_is_fundamental<long>();
85 test_is_fundamental<unsigned long>();
86 test_is_fundamental<long long>()
    [all...]

Completed in 63 milliseconds