Home
last modified time | relevance | path

Searched refs:test_is_const (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_const.pass.cpp17 void test_is_const() in test_is_const() function
35 test_is_const<void>(); in main()
36 test_is_const<int>(); in main()
37 test_is_const<double>(); in main()
38 test_is_const<int*>(); in main()
39 test_is_const<const int*>(); in main()
40 test_is_const<char[3]>(); in main()
41 test_is_const<char[]>(); in main()
43 test_is_const<A>(); in main()
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_const.pass.cpp18 void test_is_const() in test_is_const() function
36 test_is_const<void>(); in main()
37 test_is_const<int>(); in main()
38 test_is_const<double>(); in main()
39 test_is_const<int*>(); in main()
40 test_is_const<const int*>(); in main()
41 test_is_const<char[3]>(); in main()
42 test_is_const<char[]>(); in main()
44 test_is_const<A>(); in main()
/external/llvm-project/clang/test/CodeGenCXX/
Dcxx2a-consteval.cpp178 long test_is_const() { in test_is_const() function