Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_decls.adb475 Nature := Get_Subnature_Indication (Inter);
2067 Ind := Get_Subnature_Indication (Decl);
2096 Def := Get_Subnature_Indication (Decl);
H A Dvhdl-prints.adb1034 El_Subnature := Get_Subnature_Indication (El);
1100 Disp_Subnature_Indication (Ctxt, Get_Subnature_Indication (Decl));
1241 (Ctxt, Get_Subnature_Indication (First_Inter));
1603 Disp_Subnature_Indication (Ctxt, Get_Subnature_Indication (Decl));
H A Dvhdl-sem_types.adb2668 El_Nat := Get_Subnature_Indication (El);
H A Dvhdl-nodes.ads7883 function Get_Subnature_Indication (Decl : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb3009 function Get_Subnature_Indication (Decl : Iir) return Iir is subprogram
3015 end Get_Subnature_Indication;
H A Dvhdl-nodes_meta.adb6111 return Get_Subnature_Indication (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2044 Get_Subnature_Indication = libghdl.vhdl__nodes__get_subnature_indication variable