Searched refs:test4_g (Results 1 – 5 of 5) sorted by relevance
30 static int test4_g __attribute__((weakref("test4_f"))); variable32 return test4_g; in test4_h()
30 static void test4_g(void) __attribute__((weakref("test4_f")));32 test4_g(); in test4_h()
222 define internal void @test4_g(i1 %b) {263 …tore volatile i1 icmp ne (i64 ptrtoint (void (i1)* @test4_g to i64), i64 ptrtoint(void (i1)* @test…264 call void @test4_g(i1 true)266 ; CHECK: call void @test4_g(i1 true)
170 ; CHECK-NOT: @test4_g171 define internal void @test4_g(void()* %p) {182 call void @test4_g(void()* @test4_f2)
176 long test4_g(long long ll) { in test4_g() function