Home
last modified time | relevance | path

Searched refs:Get_Subtype_Definition (Results 1 – 8 of 8) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-decls.adb1031 Get_Subtype_Definition (Decl));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-prints.adb885 St : constant Iir := Get_Subtype_Definition (Decl);
927 (Ctxt, Get_Subtype_Definition (Decl),
937 St : constant Iir := Get_Subtype_Definition (Decl);
H A Dvhdl-sem_types.adb991 return Get_Type_Declarator (Get_Subtype_Definition (Base_Decl));
H A Dvhdl-nodes.ads7861 function Get_Subtype_Definition (Target : Iir) return Iir; subprogspec
H A Dvhdl-sem_names.adb3259 Base_Type := Get_Subtype_Definition (Type_Decl);
H A Dvhdl-nodes.adb2929 function Get_Subtype_Definition (Target : Iir) return Iir is subprogram
2935 end Get_Subtype_Definition;
H A Dvhdl-nodes_meta.adb6101 return Get_Subtype_Definition (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2029 Get_Subtype_Definition = libghdl.vhdl__nodes__get_subtype_definition variable