Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem.adb3132 Name := Get_Selected_Name (Clause);
3279 Name := Get_Selected_Name (Ref);
3392 if Has_Work_Library_Prefix (Get_Selected_Name (El1)) then
3405 if Has_Work_Library_Prefix (Get_Selected_Name (El1)) then
H A Dvhdl-sem_scopes.adb1133 Name : constant Iir := Get_Selected_Name (Ctxt);
1542 Name := Get_Selected_Name (Cl);
H A Dvhdl-prints.adb415 Print (Ctxt, Get_Selected_Name (Name));
4407 Print (Ctxt, Get_Selected_Name (Ref));
H A Dvhdl-nodes.ads8062 function Get_Selected_Name (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb3516 function Get_Selected_Name (Target : Iir) return Iir is subprogram
3522 end Get_Selected_Name;
H A Dvhdl-nodes_meta.adb6149 return Get_Selected_Name (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2134 Get_Selected_Name = libghdl.vhdl__nodes__get_selected_name variable