Home
last modified time | relevance | path

Searched refs:test5_g (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dattr-weakref2.c38 static int test5_g __attribute__((weakref("test5_f"))); variable
40 return test5_g; in test5_h()
Dattr-weakref.c38 static void test5_g(void) __attribute__((weakref("test5_f")));
40 test5_g(); in test5_h()
/external/llvm-project/clang/test/CodeGen/
Dattr-weakref2.c38 static int test5_g __attribute__((weakref("test5_f"))); variable
40 return test5_g; in test5_h()
Dattr-weakref.c38 static void test5_g(void) __attribute__((weakref("test5_f")));
40 test5_g(); in test5_h()