Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem.adb2057 Get_Subprogram_Depth
2391 Subprg_Depth := Get_Subprogram_Depth (Subprg);
2419 Subprg_Depth := Get_Subprogram_Depth (Subprg);
H A Dvhdl-sem_names.adb1729 Get_Subprogram_Depth (Get_Subprogram_Specification (Parent)));
1732 Update_Impure_Depth (Subprg, Get_Subprogram_Depth (Parent));
H A Dvhdl-nodes.ads7955 function Get_Subprogram_Depth (Target : Iir) return Iir_Int32; subprogspec
H A Dvhdl-nodes.adb3207 function Get_Subprogram_Depth (Target : Iir) return Iir_Int32 is subprogram
3213 end Get_Subprogram_Depth;
H A Dvhdl-sem_expr.adb1024 if Depth < Get_Subprogram_Depth (Subprg) then
H A Dvhdl-nodes_meta.adb7101 return Get_Subprogram_Depth (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2077 Get_Subprogram_Depth = libghdl.vhdl__nodes__get_subprogram_depth variable