Searched defs:TestCtor (Results 1 – 3 of 3) sorted by relevance
22 struct TestCtor { struct35 TestEachAtomicType<TestCtor>()(); in main() argument
290 struct TestCtor { struct291 constexpr TestCtor(int x) : value(x) {} in TestCtor() argument295 ATTR TestCtor<NotC> t(42); // expected-error {{variable does not have a constant initializer}} argument321 struct TestCtor { struct322 constexpr TestCtor(int x) : value(x) {} // expected-note 2 {{non-constexpr constructor}} in TestCtor() function335 constexpr TestCtor<NotC> inval_constexpr(42); // expected-error {{must be initialized by a constant… argument
446 struct TestCtor { struct 451 constexpr TestCtor(int, U u = U::current()) : ctor_info(u) {} in TestCtor() function 457 static_assert(is_equal(Default.info.function(), "test_func::TestCtor<>::TestCtor() [T = std::source_location]")); in ctor_tests() argument 562 struct TestCtor { struct 567 constexpr TestCtor(int, F f = __builtin_FUNCSIG()) : ctor_funcsig(f) {} TestCtor() function 571 TestCtortest_funcsig::TestCtor ctor_tests() argument [all...]