Home
last modified time | relevance | path

Searched refs:Set_Declaration_Chain (Results 1 – 9 of 9) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_decls.adb59 Set_Declaration_Chain (Current_Signals_Region.Decls_Parent,
140 Set_Declaration_Chain (Current_Signals_Region.Decls_Parent, Sig);
2406 Set_Declaration_Chain (Parent, Decl);
H A Dvhdl-sem_inst.adb727 Set_Declaration_Chain
1085 Set_Declaration_Chain
H A Dvhdl-std_package.adb194 Set_Declaration_Chain (Standard_Package, Decl);
H A Dvhdl-parse.adb5498 Set_Declaration_Chain (Parent, Decl);
10665 Set_Declaration_Chain (Res, First);
10820 Set_Declaration_Chain (Parent, First);
H A Dvhdl-canon.adb3106 Set_Declaration_Chain (Decl_Parent, New_Decl);
H A Dvhdl-nodes.ads8036 procedure Set_Declaration_Chain (Target : Iir; Decls : Iir); subprogspec
H A Dvhdl-nodes.adb3426 procedure Set_Declaration_Chain (Target : Iir; Decls : Iir) is subprogram
3432 end Set_Declaration_Chain;
H A Dvhdl-nodes_meta.adb6597 Set_Declaration_Chain (N, V);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2117 Set_Declaration_Chain = libghdl.vhdl__nodes__set_declaration_chain variable