OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_func
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Profile/
c-general.c
449
// PGOGEN-LABEL: @
static_func
()
450
// PGOUSE-LABEL: @
static_func
()
452
static void
static_func
() {
function
542
static_func
();
/external/clang/test/SemaCXX/
MicrosoftExtensions.cpp
143
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/
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}}
Completed in 664 milliseconds