Searched defs:redecl (Results 1 – 8 of 8) sorted by relevance
15 int __attribute__((target_clones("frintts", "simd+fp", "default"))) redecl(void) { return 1; } redecl() function
17 int __attribute__((target_clones("sse4.2", "default"))) redecl(void) { return 1; } in redecl() function
160 void redecl(void) __arm_streaming_compatible { } redecl() function
77 namespace redecl { inline namespace n1 { namespace
115 namespace redecl { namespace
262 namespace redecl { namespace
81 namespace redecl { global() namespace
41 consteval int redecl() {return 0;} // expected-note {{previous declaration is here}} in redecl() function 42 constexpr int redecl() {return 0;} // expected-error {{constexpr declaration of 'redecl' follows consteval declaration}} in redecl() function