/llvm-project/llvm/test/CodeGen/X86/ |
H A D | weak-undef.ll | 51 declare external hidden i32 @foo6() 53 ret ptr @foo6 56 ; CHECK: leaq foo6(%rip), %rax 58 ; I386: leal foo6@GOTOFF(%eax), %eax
|
H A D | 2006-12-19-IntelSyntax.ll | 32 call void (...) @foo6( ) 56 call void (...) @foo6( ) 72 call void (...) @foo6( ) 80 declare void @foo6(...)
|
/llvm-project/clang/test/Sema/ |
H A D | attr-enforce-tcb.c | 11 void foo6 (void) PLACE_IN_TCB("bar2") PLACE_IN_TCB("bar"); 21 foo6(); // OK - in multiple TCBs, one of which is the same in foo1() 38 void foo6(void) { in foo6() function
|
H A D | pragma-ms-alloc-text.cpp | 39 static void foo6(); 40 #pragma alloc_text(c, foo6) // no-warning 41 void foo6() {} in foo6() function
|
H A D | attr-sentinel.c | 9 void foo6 (int x, ...) __attribute__ ((__sentinel__(5))); // expected-note {{function has been expl… 23 foo6(1,2,3,4,5,6,7); // expected-warning {{missing sentinel in function call}} in test1() 24 foo6(1,NULL,3,4,5,6,7); // OK in test1()
|
/llvm-project/flang/test/Lower/ |
H A D | procedure-declarations.f90 | 138 call foo6(i) 142 external :: foo6 145 call bar(foo6)
|
/llvm-project/llvm/test/CodeGen/Thumb2/ |
H A D | thumb2-tbb.ll | 29 tail call void(...) @foo6() 47 tail call void(...) @foo6() 59 tail call void(...) @foo6() 65 declare void @foo6(...)
|
/llvm-project/llvm/test/MC/Mips/ |
H A D | tls-symbols.s | 13 lw $2, %gottprel(foo6)($28) 20 .hidden foo6 27 # CHECK: 6: {{.+}} {{.+}} TLS GLOBAL HIDDEN UND foo6
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | promote-alloca-array-aggregate.ll | 44 %foo6 = load float, ptr addrspace(5) %foo5 47 %foo9 = insertelement <4 x float> %foo8, float %foo6, i32 0 48 %foo10 = insertelement <4 x float> %foo9, float %foo6, i32 1 49 %foo11 = insertelement <4 x float> %foo10, float %foo6, i32 2 50 %foo12 = insertelement <4 x float> %foo11, float %foo6, i32 3 78 %foo6 = load [2 x float], ptr addrspace(5) %f1 80 store [2 x float] %foo6, ptr addrspace(1) %foo7 114 %foo6 = load float, ptr addrspace(5) %foo5 117 %foo9 = insertelement <4 x float> %foo8, float %foo6, i32 0 118 %foo10 = insertelement <4 x float> %foo9, float %foo6, i3 [all...] |
/llvm-project/clang/test/Parser/ |
H A D | asm.cpp | 8 int foo6 asm ("bar6"_x); // expected-error {{string literal with user-defined suffix cannot be used… 9 int foo6 asm ("" L"bar7"); // expected-error {{cannot use wide string literal in 'asm'}}
|
/llvm-project/llvm/test/FileCheck/dump-input/ |
H A D | context.txt | 19 ; RUN: echo foo6 >> %t.in 31 ; RUN: echo foo6 >> %t.in 34 ; RUN: echo foo6 >> %t.in 46 ; RUN: echo foo6 >> %t.in 63 ; C5-NEXT: 3: foo6 78 ; C6-NEXT: 15: foo6 84 ; C6-NEXT: 18: foo6 98 ; C6-NEXT: 30: foo6 135 ; W5-NEXT: 15: foo6 144 ; W6-NEXT: 18: foo6
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-x86-no_caller_saved_registers.cpp | 22 void foo6(){} // expected-note {{previous declaration is here}} in foo6() function 24 void __attribute__((no_caller_saved_registers)) foo6(); // expected-error {{function declared with …
|
H A D | type-definition-in-specifier.cpp | 28 short foo6 (enum bar0 {qq} bar3); // expected-error{{cannot be defined in a parameter type}} 63 long foo5 (float foo6 = foo4);
|
H A D | static-assert-cxx17.cpp | 77 void foo6() { in foo6() function 105 template void foo6<ExampleTypes>();
|
/llvm-project/clang/test/CodeGen/ |
H A D | mips64-padding-arg.c | 40 extern S0 foo6(int, int, long double); 43 return foo6(1, 2, a0); in foo5()
|
H A D | mangle.c | 49 void foo6() __asm__("var2"); 50 void foo6() { in foo6() function
|
/llvm-project/llvm/test/CodeGen/M68k/CodeModel/ |
H A D | medium-static.ll |
|
H A D | small-static.ll |
|
H A D | small-pic.ll |
|
H A D | medium-pic.ll |
|
/llvm-project/clang/test/SemaObjC/ |
H A D | method-sentinel-attr.m | 11 - (void) foo6 : (int)x, ... __attribute__ ((__sentinel__(5))); // expected-note {{method has been e… 35 [p foo6:1,2,3,4,5,6,7]; // expected-warning {{missing sentinel in method dispatch}} 36 [p foo6:1,NULL,3,4,5,6,7]; // OK
|
/llvm-project/llvm/test/CodeGen/Mips/ |
H A D | mips64imm.ll | 20 define i64 @foo6() nounwind readnone { 22 ; CHECK: foo6
|
H A D | lazy-binding.ll | 3 ; CHECK-LABEL: foo6: 9 define void @foo6(i32 %n) {
|
/llvm-project/clang/test/OpenMP/ |
H A D | align_clause_codegen.cpp | 37 int foo6[60]; in main() local 48 #pragma omp allocate(foo6) align(64) allocator(omp_large_cap_mem_alloc) in main()
|
H A D | tile_ast_print.cpp | 145 void foo6(T start, T end) { in foo6() function 161 foo6<int,3,5>(0, 42); in tfoo6()
|