Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dmerge-decls.c88 void test7_f(int (*)[10]);
89 void test7_f(int (*)[]); // expected-note {{passing argument to parameter here}}
92test7_f(&x); // expected-warning {{incompatible pointer types passing 'int (*)[5]' to parameter of… in test7_g()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dlinkage2.cpp93 extern "C" { typedef int test7_F(); static test7_F test7_f; } variable
94 extern "C++" { extern test7_F test7_f; }
H A Dfriend.cpp137 friend int test7_f() { return 42; } in test7_f() function
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dattr-weakref.c62 void test7_f(void);
/llvm-project-15.0.7/llvm/test/Transforms/GlobalDCE/
H A Dcomdats.ll138 define linkonce_odr void @test7_f() comdat($test7_c) {
139 ; CHECK-NOT: @test7_f
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dwin32_sret.ll180 define void @test7_f(ptr %x) nounwind {
184 ; LINUX-LABEL: test7_f: