HomeSort by relevance Sort by last modified time
    Searched refs:test2_g (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
attr-weakref.c 13 static void test2_g(void) __attribute__((weakref("test2_f")));
15 test2_g();
attr-weakref2.c 13 static int test2_g __attribute__((weakref("test2_f"))); variable
15 return test2_g;

Completed in 127 milliseconds