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

/external/clang/test/Sema/
H A Dmerge-decls.c63 int (*test3_f())[10];
64 int (*test3_f())[];
65 int test3_k = sizeof(*test3_f());
H A Dconversion.c139 int test3_f(long long ll) { function
/external/clang/test/CodeGen/
H A Dattr-weakref2.c18 // CHECK: @test3_f = external global i32
19 extern int test3_f;
20 static int test3_g __attribute__((weakref("test3_f")));
22 return test3_f;
H A Dattr-weakref.c18 // CHECK: declare void @test3_f()
19 void test3_f(void);
20 static void test3_g(void) __attribute__((weakref("test3_f")));
22 test3_f();
/external/clang/test/SemaCXX/
H A Dextern-c.cpp23 void test3_f() { function

Completed in 80 milliseconds