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