Searched defs:DynamicType (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | entities.rs | 148 pub struct DynamicType(u32); struct 151 impl DynamicType { impl 381 DynamicType(DynamicType), enumerator
|
| H A D | dfg.rs | 823 pub fn make_dynamic_ty(&mut self, data: DynamicTypeData) -> DynamicType { in make_dynamic_ty()
|
| /wasmtime-44.0.1/cranelift/reader/src/ |
| H A D | sourcemap.rs | 163 pub fn def_dt(&mut self, entity: DynamicType, loc: Location) -> ParseResult<()> { in def_dt()
|
| H A D | parser.rs | 297 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 D | lexer.rs | 37 DynamicType(u32), // dt5 enumerator
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | inline.rs | 1313 fn inlined_dynamic_type(&self, callee_dynamic_type: ir::DynamicType) -> ir::DynamicType { in inlined_dynamic_type()
|