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

  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_volatile.pass.cpp 17 void test_is_volatile() function
27 test_is_volatile<void>();
28 test_is_volatile<int>();
29 test_is_volatile<double>();
30 test_is_volatile<int*>();
31 test_is_volatile<const int*>();
32 test_is_volatile<char[3]>();
33 test_is_volatile<char[3]>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_volatile.pass.cpp 17 void test_is_volatile() function
27 test_is_volatile<void>();
28 test_is_volatile<int>();
29 test_is_volatile<double>();
30 test_is_volatile<int*>();
31 test_is_volatile<const int*>();
32 test_is_volatile<char[3]>();
33 test_is_volatile<char[3]>();

Completed in 70 milliseconds