Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/
H A DPWire.h83 void set_uarray_type(uarray_type_t*type) { uarray_type_ = type; } in set_uarray_type()
123 uarray_type_t*uarray_type_;
H A Dpform_types.h277 struct uarray_type_t : public array_base_t { struct
278 inline explicit uarray_type_t(data_type_t*btype, std::list<pform_range_t>*pd) in uarray_type_t() argument
H A Dpform_pclass.cc85 use_type = new uarray_type_t(use_type, pd); in pform_class_property()
H A Delab_type.cc237 ivl_type_s* uarray_type_t::elaborate_type_raw(Design*des, NetScope*scope) const in elaborate_type_raw()
H A Dpform.cc862 data_type = new uarray_type_t(data_type, unp_ranges); in pform_set_typedef()
2558 if (uarray_type_t*uarr_type = dynamic_cast<uarray_type_t*> (vtype)) { in pform_module_define_port()
2640 use_type = new uarray_type_t(vtype, cur->udims); in pform_module_define_port()
2998 if (uarray_type_t*uarray = dynamic_cast<uarray_type_t*> (vtype)) { in pform_make_task_ports()
3569 uarray_type_t*uarray_type = dynamic_cast<uarray_type_t*> (data_type); in pform_set_data_type()
H A Dpform_dump.cc194 void uarray_type_t::pform_dump(ostream&out, unsigned indent) const in pform_dump()
H A Dparse.y4583 if ($6) use_type = new uarray_type_t(use_type, $6);
4643 if ($6) use_dtype = new uarray_type_t(use_dtype, $6);