Home
last modified time | relevance | path

Searched refs:test5_f (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
Dattr-weakref2.c37 extern int test5_f;
43 return test5_f; in test5_foo()
Dattr-weakref.c37 void test5_f(void);
43 test5_f(); in test5_foo()
/external/clang/test/Sema/
Dmerge-decls.c74 int test5_f(int (*)[10]);
75 int test5_f(int (*x)[]) { in test5_f() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dcomdats.ll85 @test5_if = linkonce_odr ifunc void (), void ()* ()* @test5_f
126 define linkonce_odr void ()* @test5_f() comdat($test5_c) {
127 ; CHECK: define linkonce_odr void ()* @test5_f()
175 %fptr = call void() *@test5_f()
/external/clang/test/SemaCXX/
Dextern-c.cpp50 void test5_f() { in test5_f() function