Home
last modified time | relevance | path

Searched refs:Get_Element_Subtype_Indication (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-prints.adb442 (Get_Element_Subtype_Indication (Ind)));
724 Disp_Subtype_Indication (Ctxt, Get_Element_Subtype_Indication (Def));
928 Get_Element_Subtype_Indication (Def));
H A Dvhdl-sem_types.adb541 El_Type := Get_Element_Subtype_Indication (Def);
H A Dvhdl-nodes.ads8257 function Get_Element_Subtype_Indication (Decl : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb4189 function Get_Element_Subtype_Indication (Decl : Iir) return Iir is subprogram
4195 end Get_Element_Subtype_Indication;
H A Dvhdl-nodes_meta.adb6205 return Get_Element_Subtype_Indication (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2260 Get_Element_Subtype_Indication = libghdl.vhdl__nodes__get_element_subtype_indication variable