Searched refs:no_default (Results 1 – 6 of 6) sorted by relevance
65 struct no_default { struct66 no_default() = delete; // expected-note 5{{deleted here}}73 no_default nd; // expected-note {{field 'nd' has a deleted default constructor}}76 struct bad_base_default : no_default { // expected-note {{base class 'no_default' has a deleted def…115 no_default nd; // expected-note 2{{because field 'nd' has a deleted default constructor}}121 no_default nd; // expected-note {{because field 'nd' has a deleted default constructor}}
6 void __attribute__((cpu_specific(atom))) no_default(void);7 void __attribute__((cpu_specific(sandybridge))) no_default(void);17 no_default(); in use1()
9 void __attribute__((target("sse4.2"))) no_default(void);10 void __attribute__((target("arch=sandybridge"))) no_default(void);14 no_default(); in use1()
3 void __attribute__((target("sse4.2"))) no_default(void);4 void __attribute__((target("arch=sandybridge"))) no_default(void);8 no_default(); in use1()
3 void __attribute__((cpu_specific(ivybridge))) no_default(void);4 void __attribute__((cpu_specific(sandybridge))) no_default(void);8 no_default(); in use1()
5 no_default(void);