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

  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.cv/
add_volatile.pass.cpp 26 void test_add_volatile() function
36 test_add_volatile<void>();
37 test_add_volatile<int>();
38 test_add_volatile<int[3]>();
39 test_add_volatile<int&>();
40 test_add_volatile<const int&>();
41 test_add_volatile<int*>();
42 test_add_volatile<const int*>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/
add_volatile.pass.cpp 26 void test_add_volatile() function
36 test_add_volatile<void>();
37 test_add_volatile<int>();
38 test_add_volatile<int[3]>();
39 test_add_volatile<int&>();
40 test_add_volatile<const int&>();
41 test_add_volatile<int*>();
42 test_add_volatile<const int*>();

Completed in 2581 milliseconds