Searched refs:test2_g (Results 1 – 6 of 6) sorted by relevance
13 static int test2_g __attribute__((weakref("test2_f"))); variable15 return test2_g; in test2_h()
13 static void test2_g(void) __attribute__((weakref("test2_f")));15 test2_g(); in test2_h()
81 define internal void @test2_g(i1 %b) {114 call void @test2_g(i1 true)115 call void @test2_g(i1 true)116 ; CHECK: call void @test2_g(i1 true)117 ; CHECK: call void @test2_g(i1 true)
63 ; CHECK-NEXT: define void @test2_g()64 define void @test2_g() noinline {76 call void @test2_g()
58 void test2_g(void) in test2_g() function
114 short test2_g(long long ll) { in test2_g() function