Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_types.adb1447 Set_Elements_Declaration_List (Dst, New_El_List);
1562 Set_Elements_Declaration_List
1894 Set_Elements_Declaration_List (Res, List_To_Flist (El_List));
1997 Set_Elements_Declaration_List (Res, El_List);
2009 Set_Elements_Declaration_List (Res, El_List);
2124 Set_Elements_Declaration_List (Res, El_List);
2745 Set_Elements_Declaration_List (St_Def, St_List);
H A Dvhdl-sem_assocs.adb1083 Set_Elements_Declaration_List (Ntype, Nel_List);
H A Dvhdl-nodes.ads8295 procedure Set_Elements_Declaration_List (Decl : Iir; List : Iir_Flist); subprogspec
H A Dvhdl-parse.adb2782 Set_Elements_Declaration_List (Res, List_To_Flist (El_List));
3577 Set_Elements_Declaration_List (Res, List_To_Flist (El_List));
H A Dvhdl-nodes.adb4326 procedure Set_Elements_Declaration_List (Decl : Iir; List : Iir_Flist) is subprogram
4332 end Set_Elements_Declaration_List;
H A Dvhdl-nodes_meta.adb7031 Set_Elements_Declaration_List (N, V);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2285 Set_Elements_Declaration_List = libghdl.vhdl__nodes__set_elements_declaration_list variable