Searched refs:test4_b (Results 1 – 5 of 5) sorted by relevance
35 extern int test4_b; // expected-note {{declared with C language linkage here}} in test4_f()39 static float test4_b; // expected-error {{declaration of 'test4_b' in global scope conflicts with d… variable
254 ; @test4_b first.263 ; CHECK-NEXT: call void @test4_b(i8* null)268 call void @test4_b(i8* %tmp)272 define internal void @test4_b(i8* %arg) {273 ; CHECK-LABEL: define {{[^@]+}}@test4_b
161 long test4_b(long long ll) { in test4_b() function