Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp65 struct no_default { struct
66 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}}
H A Dattr-cpuspecific.cpp6 void __attribute__((cpu_specific(atom))) no_default(void);
7 void __attribute__((cpu_specific(sandybridge))) no_default(void);
17 no_default(); in use1()
H A Dattr-target-mv.cpp9 void __attribute__((target("sse4.2"))) no_default(void);
10 void __attribute__((target("arch=sandybridge"))) no_default(void);
14 no_default(); in use1()
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-target-mv.c3 void __attribute__((target("sse4.2"))) no_default(void);
4 void __attribute__((target("arch=sandybridge"))) no_default(void);
8 no_default(); in use1()
H A Dattr-cpuspecific.c3 void __attribute__((cpu_specific(ivybridge))) no_default(void);
4 void __attribute__((cpu_specific(sandybridge))) no_default(void);
8 no_default(); in use1()
H A Dattr-target-clones.c5 no_default(void);