Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dlibraries.adb625 Set_First_Design_Unit (Design_File, Design_Unit);
1015 Set_First_Design_Unit (File, Next);
1243 Set_First_Design_Unit (Design_File, Null_Iir);
1265 Set_First_Design_Unit (Design_File, Unit);
1289 Set_First_Design_Unit (File, Null_Iir);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dortho_front.adb351 Set_First_Design_Unit (New_Design_File, Null_Iir);
361 Set_First_Design_Unit (New_Design_File, Design);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/lsp/
H A Ddocument.py129 nodes.Set_First_Design_Unit(tree, nodes.Null_Iir)
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-std_package.adb439 Set_First_Design_Unit (Std_Standard_File, Std_Standard_Unit);
H A Dvhdl-nodes.ads7363 procedure Set_First_Design_Unit (Design : Iir; Chain : Iir); subprogspec
H A Dvhdl-nodes.adb1313 procedure Set_First_Design_Unit (Design : Iir; Chain : Iir) is subprogram
1319 end Set_First_Design_Unit;
H A Dvhdl-parse.adb11537 Set_First_Design_Unit (Res, Design);
H A Dvhdl-nodes_meta.adb6447 Set_First_Design_Unit (N, V);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1739 Set_First_Design_Unit = libghdl.vhdl__nodes__set_first_design_unit variable