Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_inst.adb516 (Get_Designated_Subtype_Indication (Res));
534 (Res, Get_Type (Get_Designated_Subtype_Indication (Res)));
H A Dvhdl-sem_types.adb1122 (Get_Designated_Subtype_Indication (Def), True);
H A Dvhdl-prints.adb661 Get_Designated_Subtype_Indication (Def);
842 (Ctxt, Get_Designated_Subtype_Indication (Def));
H A Dvhdl-nodes.ads8306 function Get_Designated_Subtype_Indication (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb4366 function Get_Designated_Subtype_Indication (Target : Iir) return Iir is subprogram
4372 end Get_Designated_Subtype_Indication;
H A Dvhdl-nodes_meta.adb6219 return Get_Designated_Subtype_Indication (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2293 Get_Designated_Subtype_Indication = libghdl.vhdl__nodes__get_designated_subtype_indication variable