Home
last modified time | relevance | path

Searched refs:Get_Alternative_Label (Results 1 – 9 of 9) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap9.adb803 Push_Identifier_Prefix (Mark2, Get_Alternative_Label (Bod));
1183 (Mark2, Get_Alternative_Label (Bod));
1201 (Mark2, Get_Alternative_Label (Bod));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem.adb875 exit when Get_Alternative_Label (Res)
925 exit when Get_Alternative_Label (Res)
H A Dvhdl-prints.adb3796 Disp_Ident (Ctxt, Get_Alternative_Label (Bod));
3835 Disp_Ident (Ctxt, Get_Alternative_Label (Bod));
3882 Disp_Ident (Ctxt, Get_Alternative_Label (Bod));
H A Dvhdl-sem_stmts.adb2116 Alt_Label := Get_Alternative_Label (Bod);
H A Dvhdl-canon.adb1794 and then Get_Alternative_Label (Bod) = Null_Identifier
H A Dvhdl-nodes.ads8676 function Get_Alternative_Label (Target : Iir) return Name_Id; subprogspec
H A Dvhdl-nodes.adb5521 function Get_Alternative_Label (Target : Iir) return Name_Id is subprogram
5527 end Get_Alternative_Label;
H A Dvhdl-nodes_meta.adb7403 return Get_Alternative_Label (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2509 Get_Alternative_Label = libghdl.vhdl__nodes__get_alternative_label variable