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

  /external/clang/test/CodeGen/
attr-weakref2.c 30 static int test4_g __attribute__((weakref("test4_f"))); variable
32 return test4_g;
attr-weakref.c 30 static void test4_g(void) __attribute__((weakref("test4_f")));
32 test4_g();
  /external/clang/test/Sema/
conversion.c 176 long test4_g(long long ll) { function

Completed in 30 milliseconds