Home
last modified time | relevance | path

Searched refs:Set_Impure_Depth (Results 1 – 8 of 8) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem.adb2118 Set_Impure_Depth (Subprg, Iir_Depth_Pure);
2518 Set_Impure_Depth (Subprg_Bod, Depth);
H A Dvhdl-sem_names.adb1615 Set_Impure_Depth (Bod, Depth);
1689 Set_Impure_Depth (Get_Subprogram_Body (Subprg),
1723 Set_Impure_Depth (Subprg_Body, Iir_Depth_Impure);
H A Dvhdl-sem_decls.adb1260 Set_Impure_Depth (Parent, Iir_Depth_Impure);
H A Dvhdl-nodes.ads7969 procedure Set_Impure_Depth (Target : Iir; Depth : Iir_Int32); subprogspec
H A Dvhdl-nodes.adb3247 procedure Set_Impure_Depth (Target : Iir; Depth : Iir_Int32) is subprogram
3253 end Set_Impure_Depth;
H A Dvhdl-sem_expr.adb1035 Set_Impure_Depth (Subprg_Body, Depth);
H A Dvhdl-nodes_meta.adb7127 Set_Impure_Depth (N, V);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2084 Set_Impure_Depth = libghdl.vhdl__nodes__set_impure_depth variable