Home
last modified time | relevance | path

Searched refs:func0 (Results 1 – 25 of 72) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dverifier-phi-fail0.mir6 # CHECK: - function: func0
12 # CHECK: - function: func0
16 name: func0
H A Dverifier-phi.mir6 # CHECK-LABEL: name: func0
8 name: func0
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Daccess.cpp175 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 Dmultiple-functions.mir7 # RESULT: name: func0
14 define void @func0() {
24 name: func0
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dsubreg_interference.mir4 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 D1-func-2-instr-2-stack.yaml4 Function: func0
12 Function: func0
H A D1-func-1-instr-1-stack.yaml4 Function: func0
12 Function: func0
H A Dunexpected-key.yaml4 Function: func0
12 Function: func0
H A Dinconvertible-integer.yaml4 Function: func0
12 Function: func0
H A D2-identical-func-1-instr-1-stack.yaml4 Function: func0
12 Function: func0
/llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/
H A Droundtrip.mir3 # CHECK-LABEL: name: func0
13 name: func0
H A Dauto-successor.mir4 # CHECK-LABEL: name: func0
16 name: func0
H A Dexception-function-state.mir7 # ALL: name: func0
15 name: func0
/llvm-project-15.0.7/llvm/test/tools/llvm-remark-size-diff/
H A Dincrease-decrease-inst-count.test6 ; INCREASE: == > func0, 1 instrs, 1 stack B
10 ; DECREASE: == < func0, -1 instrs, -1 stack B
H A Djson-increase-decrease-inst-count.test11 ; INCREASE: "FunctionName": "func0"
28 ; DECREASE: "FunctionName": "func0"
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Difconv-regmask.ll19 %call = tail call i32 @func0()
32 declare i32 @func0()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dscavenger.mir3 # CHECK-LABEL: name: func0
4 name: func0
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/
H A Dframe-loclist.s120 .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 Dtemp_arg_nontype.cpp118 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 Doperator.pass.cpp39 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 Dmake_ready_at_thread_exit.pass.cpp39 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 Darm-unwind-opcodes.s133 func0: label
192 .rva func0
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dldu-ldg.ll11 ; CHECK: func0
12 define i8 @func0(i8 addrspace(1)* %ptr) {
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dobjc-non-trivial-struct-nrvo.m26 // 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 Dnoescape.mm76 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;

123