Searched refs:static_func (Results 1 – 2 of 2) sorted by relevance
146 extern void static_func();147 void static_func(); // expected-note {{previous declaration is here}}150 static void static_func() // expected-warning {{static declaration of 'static_func' follows non-sta… in static_func() function
58 …static void static_func();// expected-note {{must qualify identifier to find this declaration in d…67 …static_func(); // expected-warning {{use of identifier 'static_func' found via unqualified lookup… in z2()