Searched refs:test2_f (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dc-linkage.cpp16 static void test2_f() { function
19 static void test2_f(int x) { function
23 test2_f();
24 test2_f(42);
/external/clang/test/CodeGen/
H A Dlinkage-redecl.c5 int test2_f() { function
H A Dattr-weakref2.c11 // CHECK: @test2_f = common global i32 0, align 4
12 int test2_f; variable
13 static int test2_g __attribute__((weakref("test2_f")));
H A Dattr-weakref.c11 // CHECK-LABEL: define void @test2_f()
12 void test2_f(void) {} function
13 static void test2_g(void) __attribute__((weakref("test2_f")));
/external/clang/test/Sema/
H A Dmerge-decls.c55 static test2_A10 *test2_f(void);
56 static test2_IA *test2_f(void);
60 (void)sizeof(*test2_f());
H A Dconversion.c111 short test2_f(long long ll) { function
/external/clang/test/SemaCXX/
H A Dlinkage2.cpp17 // This is OK. Both test2_f don't have language linkage since they have
20 static void test2_f() { function
22 static void test2_f(int x) { function
H A Dextern-c.cpp14 void test2_f() { function

Completed in 2905 milliseconds