Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/meta/src/
H A Dgen_inst.rs834 fn typeset_to_string(ts: &TypeSet) -> String { in typeset_to_string() function
862 fmt.comment(typeset_to_string(ts)); in gen_typesets_table()
949 …fmt.comment(format!("Polymorphic over {}", typeset_to_string(poly.ctrl_typevar.get_raw_typeset()))… in gen_type_constraints()