Searched defs:redecl (Results 1 – 6 of 6) sorted by relevance
17 int __attribute__((target_clones("sse4.2", "default"))) redecl(void) { return 1; } in redecl() function
77 namespace redecl { inline namespace n1 { namespace
115 namespace redecl { namespace
240 namespace redecl { namespace
81 namespace redecl { namespace
41 consteval int redecl() {return 0;} // expected-note {{previous declaration is here}} in redecl() function42 constexpr int redecl() {return 0;} // expected-error {{constexpr declaration of 'redecl' follows co… in redecl() function