Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_decls.adb1976 Constituent_List := Get_Group_Constituent_List (Group);
H A Dvhdl-nodes.ads8092 function Get_Group_Constituent_List (Group : Iir) return Iir_Flist; subprogspec
H A Dvhdl-nodes.adb3628 function Get_Group_Constituent_List (Group : Iir) return Iir_Flist is subprogram
3634 end Get_Group_Constituent_List;
H A Dvhdl-prints.adb1927 List := Get_Group_Constituent_List (Decl);
H A Dvhdl-nodes_meta.adb6987 return Get_Group_Constituent_List (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2155 Get_Group_Constituent_List = libghdl.vhdl__nodes__get_group_constituent_list variable