Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem.adb2167 if Get_Impure_Depth (Subprg) = Iir_Depth_Pure then
2420 Depth := Get_Impure_Depth (Subprg_Bod);
2499 Depth_Callee := Get_Impure_Depth (Callee_Bod);
H A Dvhdl-sem_expr.adb1008 Depth := Get_Impure_Depth (Callee_Body);
1014 Depth := Get_Impure_Depth (Callee_Body);
1034 if Depth < Get_Impure_Depth (Subprg_Body) then
H A Dvhdl-nodes.ads7968 function Get_Impure_Depth (Target : Iir) return Iir_Int32; subprogspec
H A Dvhdl-sem_names.adb1614 if Depth < Get_Impure_Depth (Bod) then
H A Dvhdl-nodes.adb3239 function Get_Impure_Depth (Target : Iir) return Iir_Int32 is subprogram
3245 end Get_Impure_Depth;
H A Dvhdl-nodes_meta.adb7105 return Get_Impure_Depth (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2083 Get_Impure_Depth = libghdl.vhdl__nodes__get_impure_depth variable