Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.default.init/
H A Ddefault_initializable.compile.pass.cpp117 void test_not_const() in test_not_const() function
145 test_not_const<bool>(); in test()
146 test_not_const<char>(); in test()
147 test_not_const<int>(); in test()
148 test_not_const<double>(); in test()
151 test_not_const<void*>(); in test()
153 test_not_const<int*>(); in test()
155 test_not_const<int[1]>(); in test()
190 test_not_const<void(*)(const int&)>(); in test()
191 test_not_const<void(Empty::*)(const int&) >(); in test()
[all …]