OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__both
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CodeGen/
pragma-weak.c
8
// CHECK: @both = alias void ()* @
__both
113
void both(void) __attribute((alias("
__both
")));
114
#pragma weak both =
__both
115
void
__both
(void) {}
function
116
// CHECK: define void @
__both
()
Completed in 150 milliseconds