Searched refs:PODType (Results 1 – 5 of 5) sorted by relevance
12 struct PODType { // expected-note 0+ {{declared here}} struct136 const int &TT1::subobj_init = PODType().value;151 ATTR static PODType pod; in test_basic_start_static_2_2()153 ATTR static PODType pod; // expected-error {{variable does not have a constant initializer}} in test_basic_start_static_2_2()157 …ATTR static PODType pot2 = {ReturnInt()}; // expected-error {{variable does not have a constant in… in test_basic_start_static_2_2()179 ATTR static PODType pod_noinit;183 …ATTR static PODType pod_copy_init; // expected-note {{required by 'require_constant_initialization…191 PODType TT2::pod_noinit; // expected-note 0+ {{declared here}}196 PODType TT2::pod_copy_init(TT2::pod_noinit); // expected-error {{variable does not have a constant …262 ATTR PODType pod_init = {};[all …]
21 struct PODType { struct51 typedef PODType T; in main()
22 struct PODType { struct52 typedef PODType T; in main()
1029 <http://en.cppreference.com/w/cpp/concept/PODType>`_ (Plain Old Data) with a