Home
last modified time | relevance | path

Searched refs:Get_Subprogram_Association_Chain (Results 1 – 5 of 5) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_inst.adb1148 Imp_Assoc := Get_Subprogram_Association_Chain (Inst_El);
H A Dvhdl-nodes.ads8901 function Get_Subprogram_Association_Chain (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb6277 function Get_Subprogram_Association_Chain (Target : Iir) return Iir is subprogram
6283 end Get_Subprogram_Association_Chain;
H A Dvhdl-nodes_meta.adb6387 return Get_Subprogram_Association_Chain (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2647 Get_Subprogram_Association_Chain = libghdl.vhdl__nodes__get_subprogram_association_chain variable