OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test2_bar
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
attr-alias-elf.c
56
void
test2_bar
() {}
function
57
void test2_foo() __attribute__((weak, alias("
test2_bar
")));
58
void test2_zed() __attribute__((alias("test2_foo"))); // expected-warning {{alias will always resolve to
test2_bar
even if weak definition of test2_foo is overridden}}
Completed in 85 milliseconds