Home
last modified time | relevance | path

Searched refs:call_func (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/test/Shell/Unwind/Inputs/
H A Dwindows-unaligned-x86_64-asm.s1 .globl call_func
2 .def call_func; .scl 2; .type 32; .endef
3 .seh_proc call_func
4 call_func: label
H A Dwindows-unaligned-x86_64.cpp1 extern "C" void call_func(void (*ptr)(int a), int a);
6 call_func(func, 42); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dfunction-bitcasts.ll145 declare void @call_func(i32 ()*)
149 ; CHECK-NEXT: call call_func, $pop[[L0]]{{$}}
151 ; CHECK-NEXT: call call_func, $pop[[L1]]{{$}}
153 call void @call_func(i32 ()* @has_i32_ret)
154 call void @call_func(i32 ()* bitcast (void (i32)* @has_i32_arg to i32 ()*))
161 ; CHECK: i32.const $push[[L1:[0-9]+]]=, call_func{{$}}
164 ; CHECK: i32.const $push[[L3:[0-9]+]]=, call_func{{$}}
173 invoke void @call_func(i32 ()* @has_i32_ret)
177 invoke void @call_func(i32 ()* bitcast (void (i32)* @has_i32_arg to i32 ()*))
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmember-expr.cpp199 template <class T> void call_func(T t) { in call_func() function
216call_func(e); // expected-note {{in instantiation of function template specialization 'PR15045::c… in test_arrow_on_non_pointer_records()
218call_func(f); // expected-note {{in instantiation of function template specialization 'PR15045::c… in test_arrow_on_non_pointer_records()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dfunction-call-relocs.ll9 ; CHECK-LABEL: call_func:
15 define amdgpu_kernel void @call_func(i32 addrspace(1)* %out) {
/llvm-project-15.0.7/lldb/test/Shell/Unwind/
H A Dwindows-unaligned-x86_64.test25 # CHECK: frame #2: {{.*}}`call_func