Searched refs:DynamicTypes (Results 1 – 3 of 3) sorted by relevance
38 pub type DynamicTypes = PrimaryMap<DynamicType, DynamicTypeData>; typedef
40 pub use crate::ir::dynamic_type::{DynamicTypeData, DynamicTypes, dynamic_to_fixed};
6 use crate::ir::dynamic_type::{DynamicTypeData, DynamicTypes};132 pub dynamic_types: DynamicTypes,177 dynamic_types: DynamicTypes::new(), in new()