Home
last modified time | relevance | path

Searched refs:Set_Subprogram_Depth (Results 1 – 5 of 5) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem.adb2055 Set_Subprogram_Depth
2061 Set_Subprogram_Depth (Subprg, 0);
H A Dvhdl-nodes.ads7956 procedure Set_Subprogram_Depth (Target : Iir; Depth : Iir_Int32); subprogspec
H A Dvhdl-nodes.adb3215 procedure Set_Subprogram_Depth (Target : Iir; Depth : Iir_Int32) is subprogram
3221 end Set_Subprogram_Depth;
H A Dvhdl-nodes_meta.adb7123 Set_Subprogram_Depth (N, V);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2078 Set_Subprogram_Depth = libghdl.vhdl__nodes__set_subprogram_depth variable