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

  /external/clang/test/CodeGen/
attr-weakref.c 38 static void test5_g(void) __attribute__((weakref("test5_f")));
40 test5_g();
attr-weakref2.c 38 static int test5_g __attribute__((weakref("test5_f"))); variable
40 return test5_g;

Completed in 261 milliseconds