Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_assocs.adb1667 pragma Assert (Is_Null (Get_Associated_Type (Inter_Def)));
1702 return Get_Associated_Type (Res);
H A Dvhdl-nodes.ads8080 function Get_Associated_Type (Def : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb3580 function Get_Associated_Type (Def : Iir) return Iir is subprogram
3586 end Get_Associated_Type;
H A Dvhdl-nodes_meta.adb6157 return Get_Associated_Type (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2146 Get_Associated_Type = libghdl.vhdl__nodes__get_associated_type variable