OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foo_static
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Sema/
redefine_extname.c
4
#pragma redefine_extname
foo_static
bar_static
5
static int
foo_static
() { return 1; } // expected-warning {{#pragma redefine_extname is applicable to external C declarations only; not applied to function '
foo_static
'}}
function
/toolchain/binutils/binutils-2.25/gold/testsuite/
icf_safe_so_test.cc
49
foo_static
()
function
68
foo_static
();
/external/clang/test/CodeGen/
redefine_extname.c
28
#pragma redefine_extname
foo_static
bar_static
29
static int
foo_static
() { return 1; }
function
30
int baz() { return
foo_static
(); }
Completed in 2289 milliseconds