Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dc-linkage.cpp16 static void test2_f() { in test2_f() function
19 static void test2_f(int x) { in test2_f() function
23 test2_f(); in test2_use()
24 test2_f(42); in test2_use()
/llvm-project/clang/test/Sema/
H A Dmerge-decls.c54 static test2_A10 *test2_f(void);
55 static test2_IA *test2_f(void);
59 (void)sizeof(*test2_f()); in test2_g()
H A Dconversion.c111 short test2_f(long long ll) { in test2_f() function
/llvm-project/llvm/test/Transforms/Inline/
H A Dlast-callsite.ll58 define internal void @test2_f(i1 %b) {
78 ; Identical to @test2_f but doesn't get inlined because there is more than one
79 ; call. If this *does* get inlined, the body used both here and in @test2_f
105 call void @test2_f(i1 false)
106 ; CHECK-NOT: @test2_f
110 call void @test2_f(i1 true)
111 ; CHECK-NOT: @test2_f
H A Dcgscc-update.ll55 ; CHECK-NOT: @test2_f()
56 define internal ptr @test2_f() {
66 %p = call ptr @test2_f()
/llvm-project/clang/test/SemaCXX/
H A Dlinkage2.cpp20 static void test2_f() { in test2_f() function
22 static void test2_f(int x) { in test2_f() function
H A Dextern-c.cpp14 void test2_f() { in test2_f() function
/llvm-project/clang/test/CodeGen/
H A Dlinkage-redecl.c5 int test2_f(void) { in test2_f() function
H A Dattr-weakref2.c12 int test2_f; variable
H A Dattr-weakref.c11 void test2_f(void) {} in test2_f() function
/llvm-project/llvm/test/Transforms/GlobalDCE/
H A Dcomdats.ll106 define linkonce_odr void @test2_f() comdat($test2_c) {
107 ; CHECK: define linkonce_odr void @test2_f()