OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test5_g
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
attr-weakref2.c
38
static int
test5_g
__attribute__((weakref("test5_f")));
variable
40
return
test5_g
;
attr-weakref.c
38
static void
test5_g
(void) __attribute__((weakref("test5_f")));
40
test5_g
();
Completed in 67 milliseconds