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