Searched refs:test5_b (Results 1 – 3 of 3) sorted by relevance
51 extern int test5_b; // expected-note {{declared with C language linkage here}} in test5_f()56 …static float test5_b; // expected-error {{declaration of 'test5_b' in global scope conflicts with … variable
318 ; CHECK-NEXT: call void @test5_b(i8* null)323 call void @test5_b(i8* %tmp)327 define internal void @test5_b(i8* %arg) {328 ; CHECK-LABEL: define {{[^@]+}}@test5_b