OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test9_bar
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CodeGen/
alias.c
19
// CHECKBASIC-DAG: @test9_zed = alias void ()* @
test9_bar
59
void
test9_bar
(void) { }
function
61
void test9_zed(void) __attribute__((alias("
test9_bar
")));
Completed in 170 milliseconds