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

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
is_arithmetic.pass.cpp 34 void test_is_not_arithmetic() function
91 test_is_not_arithmetic<std::nullptr_t>();
92 test_is_not_arithmetic<void>();
93 test_is_not_arithmetic<int&>();
94 test_is_not_arithmetic<int&&>();
95 test_is_not_arithmetic<int*>();
96 test_is_not_arithmetic<const int*>();
97 test_is_not_arithmetic<char[3]>();
98 test_is_not_arithmetic<char[]>();
99 test_is_not_arithmetic<Union>()
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.comp/
is_arithmetic.pass.cpp 34 void test_is_not_arithmetic() function
89 test_is_not_arithmetic<std::nullptr_t>();
90 test_is_not_arithmetic<void>();
91 test_is_not_arithmetic<int&>();
92 test_is_not_arithmetic<int&&>();
93 test_is_not_arithmetic<int*>();
94 test_is_not_arithmetic<const int*>();
95 test_is_not_arithmetic<char[3]>();
96 test_is_not_arithmetic<char[]>();
97 test_is_not_arithmetic<Union>()
    [all...]

Completed in 57 milliseconds