| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | verifier-phi-fail0.mir | 6 # CHECK: - function: func0 12 # CHECK: - function: func0 16 name: func0
|
| H A D | verifier-phi.mir | 6 # CHECK-LABEL: name: func0 8 name: func0
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | access.cpp | 175 void func0() {} in func0() function 192 func2<int>(&func0<C, &C::overloadedMethod>); in method() 198 func2<int>(&func0<C, &C::overloadedMethod>); in friendFunc() 203 …func2<int>(&func0<C, &C::overloadedMethod>); // expected-error {{no matching function for call to … in nonFriendFunc()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-reduce/mir/ |
| H A D | multiple-functions.mir | 7 # RESULT: name: func0 14 define void @func0() { 24 name: func0
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | subreg_interference.mir | 4 define amdgpu_kernel void @func0() { 14 # CHECK-LABEL: func0 21 name: func0
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-remark-size-diff/Inputs/ |
| H A D | 1-func-2-instr-2-stack.yaml | 4 Function: func0 12 Function: func0
|
| H A D | 1-func-1-instr-1-stack.yaml | 4 Function: func0 12 Function: func0
|
| H A D | unexpected-key.yaml | 4 Function: func0 12 Function: func0
|
| H A D | inconvertible-integer.yaml | 4 Function: func0 12 Function: func0
|
| H A D | 2-identical-func-1-instr-1-stack.yaml | 4 Function: func0 12 Function: func0
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/ |
| H A D | roundtrip.mir | 3 # CHECK-LABEL: name: func0 13 name: func0
|
| H A D | auto-successor.mir | 4 # CHECK-LABEL: name: func0 16 name: func0
|
| H A D | exception-function-state.mir | 7 # ALL: name: func0 15 name: func0
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-remark-size-diff/ |
| H A D | increase-decrease-inst-count.test | 6 ; INCREASE: == > func0, 1 instrs, 1 stack B 10 ; DECREASE: == < func0, -1 instrs, -1 stack B
|
| H A D | json-increase-decrease-inst-count.test | 11 ; INCREASE: "FunctionName": "func0" 28 ; DECREASE: "FunctionName": "func0"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | ifconv-regmask.ll | 19 %call = tail call i32 @func0() 32 declare i32 @func0()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | scavenger.mir | 3 # CHECK-LABEL: name: func0 4 name: func0
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/ |
| H A D | frame-loclist.s | 120 .globl func0 // -- Begin function func0 122 .type func0,@function 123 func0: // @func0 label 146 .size func0, .Lfunc_end1-func0
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | temp_arg_nontype.cpp | 118 int func0(int, int); 119 extern FuncPtr0<&func0> *fp0; 121 extern FuncPtr0<&func0> *fp0; 122 int func0(int, int); 123 extern FuncPtr0<&func0> *fp0;
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.task/futures.task.members/ |
| H A D | operator.pass.cpp | 39 void func0(std::packaged_task<double(int, char)> p) in func0() function 88 support::make_test_thread(func0, std::move(p)).detach(); in main()
|
| H A D | make_ready_at_thread_exit.pass.cpp | 39 void func0(std::packaged_task<double(int, char)> p) in func0() function 88 support::make_test_thread(func0, std::move(p)).detach(); in main()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | arm-unwind-opcodes.s | 133 func0: label 192 .rva func0
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | ldu-ldg.ll | 11 ; CHECK: func0 12 define i8 @func0(i8 addrspace(1)* %ptr) {
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | objc-non-trivial-struct-nrvo.m | 26 // CHECK-NEXT: call void @func0(%[[STRUCT_TRIVIAL]]* noundef %[[RETVAL]]) 30 void func0(Trivial *); function 34 func0(&a);
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | noescape.mm | 76 void func0(int *); function 88 fnptr0 = &func0; 90 …fnptr1 = &func0; // expected-error {{incompatible function pointer types assigning to 'void (*)(__… 92 S4<&func0> e0; 94 S5<&func0> ne0;
|