Searched defs:NonLit (Results 1 – 5 of 5) sorted by relevance
28 struct NonLit { // expected-note 0+ {{declared here}} struct30 constexpr NonLit() : value(0) {} in NonLit() function31 constexpr NonLit(int x) : value(x) {} in NonLit() function36 NonLit(void *) : value(-1) {} // expected-note 0+ {{declared here}} in NonLit() function37 ~NonLit() {} in ~NonLit() argument50 NonLit obj; argument
21 struct NonLit { ~NonLit(); }; //expected-note{{not literal}} struct
4 struct NonLit { // expected-note 3{{no constexpr constructors}} struct
488 struct NonLit { NonLit(); operator int(); }; // #cwg1358-NonLit struct [all...]