Home
last modified time | relevance | path

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

/external/clang/test/Sema/
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()
/external/llvm-project/clang/test/Sema/
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()
/external/clang/test/SemaCXX/
Dlinkage2.cpp93 extern "C" { typedef int test7_F(); static test7_F test7_f; } variable
94 extern "C++" { extern test7_F test7_f; }
Dfriend.cpp137 friend int test7_f() { return 42; } in test7_f() function
/external/llvm-project/clang/test/SemaCXX/
Dlinkage2.cpp93 extern "C" { typedef int test7_F(); static test7_F test7_f; } variable
94 extern "C++" { extern test7_F test7_f; }
Dfriend.cpp137 friend int test7_f() { return 42; } in test7_f() function
/external/llvm-project/clang/test/CodeGen/
Dattr-weakref.c63 void test7_f(void);
/external/clang/test/CodeGen/
Dattr-weakref.c63 void test7_f(void);
/external/llvm-project/llvm/test/Transforms/GlobalDCE/
Dcomdats.ll138 define linkonce_odr void @test7_f() comdat($test7_c) {
139 ; CHECK-NOT: @test7_f
/external/llvm/test/CodeGen/X86/
Dwin32_sret.ll182 define void @test7_f(%struct.test7* %x) nounwind {
186 ; LINUX-LABEL: test7_f:
/external/llvm-project/llvm/test/CodeGen/X86/
Dwin32_sret.ll182 define void @test7_f(%struct.test7* %x) nounwind {
186 ; LINUX-LABEL: test7_f: