Searched refs:test4_f (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A Dattr-weakref2.c28 // 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
H A Dattr-weakref.c28 // CHECK-LABEL: 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/
H A Dmerge-decls.c67 void test4_f(int);
68 void test4_f(a) function
H A Dconversion.c173 long test4_f(long long ll) { function
/external/clang/test/SemaCXX/
H A Dextern-c.cpp34 void test4_f() { function

Completed in 180 milliseconds