Searched refs:test7_f (Results 1 – 11 of 11) sorted by relevance
88 void test7_f(int (*)[10]);89 void test7_f(int (*)[]); // expected-note {{passing argument to parameter here}}92 …test7_f(&x); // expected-warning {{incompatible pointer types passing 'int (*)[5]' to parameter of… in test7_g()
93 extern "C" { typedef int test7_F(); static test7_F test7_f; } variable94 extern "C++" { extern test7_F test7_f; }
137 friend int test7_f() { return 42; } in test7_f() function
63 void test7_f(void);
138 define linkonce_odr void @test7_f() comdat($test7_c) {139 ; CHECK-NOT: @test7_f
182 define void @test7_f(%struct.test7* %x) nounwind {186 ; LINUX-LABEL: test7_f: