Home
last modified time | relevance | path

Searched defs:Get_Nth_Element (Results 1 – 4 of 4) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dflists.adb143 function Get_Nth_Element (Flist : Flist_Type; N : Natural) return El_Type subprogram
149 end Get_Nth_Element; argument
H A Dflists.ads46 function Get_Nth_Element (Flist : Flist_Type; N : Natural) return El_Type; subprogspec
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dflists.py75 def Get_Nth_Element(FList, N: int): function
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes.ads7000 function Get_Nth_Element (Flist : Iir_Flist; N : Natural) return Iir subprogram