Searched refs:test7_f (Results 1 - 4 of 4) sorted by relevance

/external/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}}
92 test7_f(&x); // expected-warning {{incompatible pointer types passing 'int (*)[5]' to parameter of type 'int (*)[10]}}
/external/clang/test/CodeGen/
H A Dattr-weakref.c62 // CHECK: declare extern_weak void @test7_f()
63 void test7_f(void);
64 static void test7_g(void) __attribute__((weakref("test7_f")));
/external/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; } function in class:test7::X

Completed in 141 milliseconds