Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A 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()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcxx2a-consteval.cpp179 long test_is_const() { in test_is_const() function