| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | code-seg1.cpp | 18 static void bar2(); 22 void Foo1::Inner::bar2() {} in bar2() function in Foo1::Inner 30 static void bar2(); 34 void Foo2::Inner::bar2() {} in bar2() function in Foo2::Inner 43 static void bar2(); 47 void Foo3::Inner::bar2() {} in bar2() function in Foo3::Inner 55 static void bar2(); 59 void Foo4::Inner::bar2() {} in bar2() function in Foo4::Inner 69 static void bar2(); 73 static void bar2(); [all …]
|
| H A D | aarch64-aapcs-zerolength-bitfield.cpp | 58 char bar2; member 60 static_assert(offsetof(struct t6, bar2) == 2); 68 char bar2; member 70 static_assert(offsetof(struct t7, bar2) == 3); 78 char bar2; member 80 static_assert(offsetof(struct t8, bar2) == 5); 88 char bar2; member 98 char bar2; member 109 char bar2; member 144 char bar2; member [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | arm-aapcs-zerolength-bitfield.c | 57 char bar2; member 59 static int arr6_offset[(offsetof(struct t6, bar2) == 2) ? 0 : -1]; 67 char bar2; member 69 static int arr7_offset[(offsetof(struct t7, bar2) == 3) ? 0 : -1]; 77 char bar2; member 79 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1]; 87 char bar2; member 97 char bar2; member 108 char bar2; member 143 char bar2; member [all …]
|
| H A D | arm-apcs-zerolength-bitfield.c | 61 char bar2; member 63 static int arr6_offset[(offsetof(struct t6, bar2) == 5) ? 0 : -1]; 71 char bar2; member 73 static int arr7_offset[(offsetof(struct t7, bar2) == 5) ? 0 : -1]; 81 char bar2; member 83 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1]; 91 char bar2; member 101 char bar2; member 112 char bar2; member 147 char bar2; member [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | pack-dyn-relocs.s | 385 .dc.a bar2 + 1 395 .dc.a bar2 408 .dc.a bar2 409 .dc.a bar2 410 .dc.a bar2 + 1 411 .dc.a bar2 + 1 412 .dc.a bar2
|
| H A D | gc-sections-linkorder.s | 7 # CHECK: removing unused section {{.*}}.o:(bar2) 8 # CHECK: removing unused section {{.*}}.o:(.init_array.bar2) 25 .section bar2,"ao",@progbits,.foo2 30 .section .init_array.bar2,"awo",@init_array,.foo2
|
| H A D | arm-combined-dynrel-ifunc.s | 27 .globl bar2 // from Inputs/arm-shared.s 34 bl bar2 36 .word bar2(got)
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/ |
| H A D | alias-resolve.ll | 5 ; CHECK: @foo1 = alias void (), void ()* @bar2 9 ; CHECK: @foo2 = dso_local alias void (), void ()* @bar2 11 @bar1 = dso_local alias void (), void ()* @bar2 12 ; CHECK: @bar1 = dso_local alias void (), void ()* @bar2 14 @weak1 = weak dso_local alias void (), void ()* @bar2 16 ; CHECK: @weak1 = weak dso_local alias void (), void ()* @bar2 25 define dso_local void @bar2() { 28 ; CHECK: define dso_local void @bar2() 43 ; CHECK: call void @bar2() 47 ; CHECK: call void @bar2()
|
| /llvm-project-15.0.7/clang/test/SemaSYCL/ |
| H A D | address-space-conversions.cpp | 4 void bar2(int &Data) {} in bar2() function 29 bar2(*GLOB); in usages() 32 bar2(*PRIV); in usages() 35 bar2(*NoAS); in usages() 38 bar2(*LOC); in usages() 70 bar2(*GLOB_HOST); in usages() 76 bar2(*GLOB_DEVICE); in usages()
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | relocation-386.s | 84 .global bar2 85 bar2: label 86 calll bar2@PLT 116 subl _GLOBAL_OFFSET_TABLE_-bar2, %ebx 117 leal und_symbol-bar2(%edx),%ecx 118 .word und_symbol-bar2 119 .byte und_symbol-bar2
|
| H A D | alias-reloc.s | 16 .weak bar2 17 .set bar2,foo2 define 18 .quad bar2
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | coverage-reset.cpp | 14 void bar2() { printf("bar2\n"); } in bar2() function 19 void bar2(); 27 bar2(); in main() 53 bar2(); in main() 62 bar2(); in main()
|
| H A D | coverage-module-unloaded.cpp | 36 void (*bar2)() = (void (*)())dlsym(handle2, "bar"); in main() local 37 assert(bar2); in main() 38 bar2(); in main() 42 bool lt = reinterpret_cast<uintptr_t>(bar1) < reinterpret_cast<uintptr_t>(bar2); in main()
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | remarks_parallel_in_multiple_target_state_machines.c | 15 void bar2(void) { in bar2() function 47 bar2(); in foo2() 52 bar2(); in foo2() 65 bar2(); in foo3() 70 bar2(); in foo3()
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | defsym.ll | 5 ; RUN: ld.lld %t.o %t1.o -shared -o %t.so -defsym=bar2=bar3 -save-temps 12 ; RUN: ld.lld %t.o %t1.o -shared -o %t2.so -defsym=bar2=bar3 -save-temps 16 ; OBJ: UND bar2 18 ; Call to bar2() should not be inlined and should be routed to bar3() 32 declare void @bar2() 37 call void @bar2()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ARM/ |
| H A D | literal-vldr-thumb2.s | 39 vldr.16 s1, bar2 43 @ CHECK-NEXT: 28: vldr.16 s1, [pc, #26] @ 0x46 <bar2> 50 vldr.16 s1, bar2 54 @ CHECK-NEXT: 3a: vldr.16 s1, [pc, #10] @ 0x46 <bar2> 64 bar2: label 65 @ CHECK: 00000046 <bar2>:
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-btf_type_tag.c | 36 void bar2(int __tag1 *a) __attribute__((overloadable)) { asm volatile (""); } // expected-note {{pr… in bar2() function 37 void bar2(int *a) __attribute__((overloadable)) { asm volatile (""); } // expected-error {{redefini… in bar2() function 39 bar2(a); in foo2() 40 bar2(b); in foo2()
|
| /llvm-project-15.0.7/clang/test/CodeGenSYCL/ |
| H A D | address-space-conversions.cpp | 4 void bar2(int &Data) {} in bar2() function 78 bar2(*GLOB); in usages() 86 bar2(*LOC); in usages() 94 bar2(*NoAS); in usages()
|
| /llvm-project-15.0.7/lld/test/ELF/Inputs/ |
| H A D | shared2.s | 1 .global bar2 2 .type bar2, @function 3 bar2: label
|
| H A D | arm-shared.s | 2 .global bar2 3 .type bar2, %function 4 bar2: label
|
| H A D | shared.s | 5 .global bar2 6 .type bar2, %function 7 bar2: label
|
| H A D | shared2-x86-64.s | 1 .global bar2 2 .type bar2, @function 3 bar2: label
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/Inputs/ |
| H A D | shared.s | 5 .global bar2 6 .type bar2, @function 7 bar2: label
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | local_stack_symbol_ordering.ll | 47 ; bar2(&a,&cc); 52 ; bar2(&a, &f); 57 ; bar2(&e, &f); 74 ; X64: callq bar2 78 ; X64: callq bar2 82 ; X64: callq bar2 94 ; X32: calll bar2 98 ; X32: calll bar2 102 ; X32: calll bar2 139 %call9 = call i32 (ptr, ptr, ...) @bar2(ptr %a, ptr %f) [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | coverage-missing.cpp | 64 void bar2(); 72 void bar2() { fprintf(stderr, "bar2\n"); } in bar2() function 87 bar2(); in main()
|