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
48
// CHECKBASIC-DAG: @test9_zed = alias void (), void ()* @
test9_bar
88
void
test9_bar
(void) { }
function
90
void test9_zed(void) __attribute__((alias("
test9_bar
")));
Completed in 1877 milliseconds