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

  /external/clang/test/CodeGen/
attr-weakref2.c 28 // CHECK: @test4_f = common global i32 0, align 4
29 extern int test4_f;
30 static int test4_g __attribute__((weakref("test4_f")));
34 int test4_f; variable
attr-weakref.c 28 // CHECK: define void @test4_f()
29 void test4_f(void);
30 static void test4_g(void) __attribute__((weakref("test4_f")));
34 void test4_f(void) {} function
  /external/clang/test/Sema/
merge-decls.c 67 void test4_f(int);
68 void test4_f(a) function
conversion.c 173 long test4_f(long long ll) { function
  /external/clang/test/SemaCXX/
extern-c.cpp 33 void test4_f() { function

Completed in 69 milliseconds