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

  /external/clang/test/CodeGen/
attr-weakref2.c 20 static int test3_g __attribute__((weakref("test3_f"))); variable
25 return test3_g;
attr-weakref.c 20 static void test3_g(void) __attribute__((weakref("test3_f")));
25 test3_g();
  /external/clang/test/Sema/
conversion.c 142 int test3_g(long long ll) { function

Completed in 23 milliseconds