Home
last modified time | relevance | path

Searched refs:test5_b (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
Dextern-c.cpp51 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
/external/llvm-project/clang/test/SemaCXX/
Dextern-c.cpp51 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
/external/llvm-project/llvm/test/Transforms/SCCP/
Dresolvedundefsin-tracked-fn.ll318 ; 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