Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap3.adb701 Parent_Type : constant Iir := Get_Parent_Type (Def);
1166 Parent_Type : constant Iir := Get_Parent_Type (Def);
1365 Parent_Type : constant Iir := Get_Parent_Type (Def);
2443 Create_Subtype_Info_From_Type (Def, Get_Parent_Type (Def), Info);
2467 Set_Info (Def, Get_Info (Get_Parent_Type (Def)));
H A Dtrans-chap7.adb893 Parent_Type := Get_Parent_Type (Parent_Type);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes.ads8152 function Get_Parent_Type (Decl : Iir) return Iir; subprogspec
8154 pragma Inline (Get_Parent_Type);
H A Dvhdl-utils.adb1023 Res := Get_Parent_Type (Res);
H A Dvhdl-nodes.adb3821 function Get_Parent_Type (Decl : Iir) return Iir is subprogram
3827 end Get_Parent_Type;
H A Dvhdl-nodes_meta.adb6175 return Get_Parent_Type (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2191 Get_Parent_Type = libghdl.vhdl__nodes__get_parent_type variable