OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test2_f
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
attr-weakref.c
11
// CHECK: define void @
test2_f
()
12
void
test2_f
(void) {}
function
13
static void test2_g(void) __attribute__((weakref("
test2_f
")));
attr-weakref2.c
11
// CHECK: @
test2_f
= common global i32 0, align 4
12
int
test2_f
;
variable
13
static int test2_g __attribute__((weakref("
test2_f
")));
Completed in 1884 milliseconds