Searched refs:static_func (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Profile/
H A Dc-general.c449 // PGOGEN-LABEL: @static_func()
450 // PGOUSE-LABEL: @static_func()
452 static void static_func() { function
542 static_func();
/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp143 extern void static_func();
144 void static_func(); // expected-note {{previous declaration is here}}
147 static void static_func() // expected-warning {{redeclaring non-static 'static_func' as static is a Microsoft extension}} function
/external/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp82 static void static_func();// expected-note {{must qualify identifier to find this declaration in dependent base class}}
91 static_func(); // expected-warning {{use of identifier 'static_func' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}}

Completed in 182 milliseconds