Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dbuilder.rs275 …fn function_ptr_call(&mut self, func_ptr: RValue<'gcc>, args: &[RValue<'gcc>], _funclet: Option<&F… in function_ptr_call() method
1389 self.function_ptr_call(func, args, funclet) in call()