Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/codegen/
H A Derror.rs122 pub(crate) const fn unexpected_function_call() -> Self { in unexpected_function_call() method
H A Dcontext.rs797 _ => bail!(CodeGenError::unexpected_function_call()), in push_abi_results()