Home
last modified time | relevance | path

Searched refs:Get_Discrete_Range (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_decls.adb2562 It_Range: constant Iir := Get_Discrete_Range (Iterator);
H A Dvhdl-nodes.ads7852 function Get_Discrete_Range (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb2897 function Get_Discrete_Range (Target : Iir) return Iir is subprogram
2903 end Get_Discrete_Range;
H A Dvhdl-prints.adb3051 Disp_Discrete_Range (Ctxt, Or_Else (Get_Discrete_Range (Iterator),
H A Dvhdl-nodes_meta.adb6097 return Get_Discrete_Range (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2023 Get_Discrete_Range = libghdl.vhdl__nodes__get_discrete_range variable