Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
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' … variable
/external/llvm-project/clang/test/SemaCXX/
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' … variable
/external/llvm-project/llvm/test/Transforms/GlobalDCE/
Dcomdats.ll23 $test4_c = comdat any
24 ; CHECK: $test4_c = comdat any
118 define linkonce_odr void @test4_f() comdat($test4_c) {
/external/llvm-project/llvm/test/Transforms/SCCP/
Dresolvedundefsin-tracked-fn.ll262 ; CHECK-NEXT: [[TMP:%.*]] = call i8* @test4_c(i8* null)
267 %tmp = call i8* @test4_c(i8* null)
290 define internal i8* @test4_c(i8* %arg) {
291 ; CHECK-LABEL: define {{[^@]+}}@test4_c
/external/clang/test/Sema/
Dconversion.c164 long test4_c(long long ll) { in test4_c() function
/external/llvm-project/clang/test/Sema/
Dconversion.c164 long test4_c(long long ll) { in test4_c() function