Searched defs:test2_f (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A Dlinkage-redecl.c5 int test2_f() { function
H A Dattr-weakref.c11 // CHECK: define void @test2_f()
12 void test2_f(void) {} function
13 static void test2_g(void) __attribute__((weakref("test2_f")));
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")));
/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/SemaCXX/
H A Dlinkage2.cpp15 // This is OK. Both test2_f don't have language linkage since they have
18 static void test2_f() { function
20 static void test2_f(int x) { function
/external/clang/test/Sema/
H A Dconversion.c111 short test2_f(long long ll) { function

Completed in 242 milliseconds