Home
last modified time | relevance | path

Searched defs:errors (Results 1 – 14 of 14) sorted by relevance

/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_verifier.rs61 let mut errors = errors.0; in run() localVariable
H A Drunner.rs75 errors: usize, field
/wasmtime-44.0.1/crates/wiggle/generate/src/
H A Dcodegen_settings.rs12 pub errors: ErrorTransform, field
32 let errors = ErrorTransform::new(error_conf, doc)?; in new() localVariable
H A Dconfig.rs14 pub errors: ErrorConf, field
101 let mut errors = None; in build() localVariable
/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Doverlap.rs39 let mut errors = Vec::new(); in report() localVariable
H A Drecursion.rs17 let mut errors = Vec::new(); in check() localVariable
H A Derror.rs10 pub errors: Vec<Error>, field
H A Dtrie_again.rs233 let mut errors = Vec::new(); in build() localVariable
H A Dsema.rs81 pub errors: Vec<Error>, field
/wasmtime-44.0.1/cranelift/src/
H A Drun.rs38 let mut errors = 0; in run() localVariable
H A Dinterpret.rs28 let mut errors = 0; in run() localVariable
/wasmtime-44.0.1/cranelift/codegen/src/verifier/
H A Dmod.rs264 let mut errors = VerifierErrors::default(); in verify_function() localVariable
2144 let mut errors = VerifierErrors::default(); in empty() localVariable
2170 let mut errors = VerifierErrors::default(); in bad_instruction_format() localVariable
2198 let mut errors = VerifierErrors::default(); in test_iconst_bounds() localVariable
2250 let mut errors = VerifierErrors::default(); in test_function_invalid_param() localVariable
2263 let mut errors = VerifierErrors::default(); in test_function_invalid_return_value() localVariable
2286 let mut errors = VerifierErrors::default(); in test_printing_contextual_errors() localVariable
2307 let mut errors = VerifierErrors::default(); in test_empty_block() localVariable
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dprint_errors.rs22 let mut errors = errors.0; in pretty_verifier_error() localVariable
H A Dcontext.rs253 let mut errors = VerifierErrors::default(); in verify() localVariable