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

  /external/clang/test/CodeGen/
attr-weakref.c 6 static void test1_g(void) __attribute__((weakref("test1_f")));
8 test1_g();
attr-weakref2.c 6 static int test1_g __attribute__((weakref("test1_f"))); variable
8 return test1_g;

Completed in 2382 milliseconds