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

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

Completed in 139 milliseconds