OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_func
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp
82
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}}
/external/clang/test/SemaCXX/
MicrosoftExtensions.cpp
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-static declaration}}
function
Completed in 41 milliseconds