Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dprint.rs16 pub struct PrintableTestCase<'a> { struct
24 impl<'a> PrintableTestCase<'a> { argument
57 impl<'a> fmt::Debug for PrintableTestCase<'a> { implementation
H A Dlib.rs27 pub use print::PrintableTestCase;
/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcranelift-icache.rs95 PrintableTestCase::compile(&self.isa, funcs).fmt(f) in fmt()
H A Dcranelift-fuzzgen.rs171 PrintableTestCase::run(&self.isa, &self.functions, &self.inputs).fmt(f) in fmt()