Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dextern-c.cpp43 extern int test4_c; // expected-note {{previous}} in test4c_f()
46 static float test4_c; // expected-error {{redefinition of 'test4_c' with a different type: 'float' vs 'int'}} variable
/llvm-project/llvm/test/Transforms/GlobalDCE/
H A Dcomdats.ll23 $test4_c = comdat any
24 ; CHECK: $test4_c = comdat any
118 define linkonce_odr void @test4_f() comdat($test4_c) {
/llvm-project/llvm/test/Verifier/
H A Dalias.ll39 @test4_c = available_externally alias void(), ptr @f2
/llvm-project/llvm/test/Transforms/SCCP/
H A Dresolvedundefsin-tracked-fn.ll262 ; CHECK-NEXT: [[TMP:%.*]] = call ptr @test4_c(ptr null)
267 %tmp = call ptr @test4_c(ptr null)
288 define internal ptr @test4_c(ptr %arg) {
289 ; CHECK-LABEL: define {{[^@]+}}@test4_c
/llvm-project/clang/test/Sema/
H A Dconversion.c164 long test4_c(long long ll) { in test4_c() function