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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
integral.pass.cpp 29 void test_integral() function
39 test_integral<bool>();
40 test_integral<char>();
41 test_integral<signed char>();
42 test_integral<unsigned char>();
43 test_integral<wchar_t>();
44 test_integral<short>();
45 test_integral<unsigned short>();
46 test_integral<int>();
47 test_integral<unsigned int>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
integral.pass.cpp 35 void test_integral() function
45 test_integral<bool>();
46 test_integral<char>();
47 test_integral<signed char>();
48 test_integral<unsigned char>();
49 test_integral<wchar_t>();
50 test_integral<short>();
51 test_integral<unsigned short>();
52 test_integral<int>();
53 test_integral<unsigned int>()
    [all...]

Completed in 5932 milliseconds