Home
last modified time | relevance | path

Searched defs:DynamicType (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dentities.rs148 pub struct DynamicType(u32); struct
151 impl DynamicType { impl
381 DynamicType(DynamicType), enumerator
H A Ddfg.rs823 pub fn make_dynamic_ty(&mut self, data: DynamicTypeData) -> DynamicType { in make_dynamic_ty()
/wasmtime-44.0.1/cranelift/reader/src/
H A Dsourcemap.rs163 pub fn def_dt(&mut self, entity: DynamicType, loc: Location) -> ParseResult<()> { in def_dt()
H A Dparser.rs297 fn add_dt(&mut self, dt: DynamicType, data: DynamicTypeData, loc: Location) -> ParseResult<()> { in add_dt()
580 fn match_dt(&mut self, err_msg: &str) -> ParseResult<DynamicType> { in match_dt()
591 fn concrete_from_dt(&mut self, dt: DynamicType, ctx: &mut Context) -> Option<Type> { in concrete_from_dt()
1582 fn parse_dynamic_type_decl(&mut self) -> ParseResult<(DynamicType, DynamicTypeData)> { in parse_dynamic_type_decl()
H A Dlexer.rs37 DynamicType(u32), // dt5 enumerator
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dinline.rs1313 fn inlined_dynamic_type(&self, callee_dynamic_type: ir::DynamicType) -> ir::DynamicType { in inlined_dynamic_type()