Home
last modified time | relevance | path

Searched refs:test4_b (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
Dextern-c.cpp35 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
/external/llvm-project/clang/test/SemaCXX/
Dextern-c.cpp35 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
/external/llvm-project/llvm/test/Transforms/SCCP/
Dresolvedundefsin-tracked-fn.ll254 ; @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
/external/clang/test/Sema/
Dconversion.c161 long test4_b(long long ll) { in test4_b() function
/external/llvm-project/clang/test/Sema/
Dconversion.c161 long test4_b(long long ll) { in test4_b() function