Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-utils.adb1508 Name : constant Iir := Get_Configuration_Name (Aspect);
H A Dvhdl-sem_specs.adb1315 Sem_Denoting_Name (Get_Configuration_Name (Aspect));
H A Dvhdl-nodes.ads8568 function Get_Configuration_Name (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb5167 function Get_Configuration_Name (Target : Iir) return Iir is subprogram
5173 end Get_Configuration_Name;
H A Dvhdl-prints.adb3370 Print (Ctxt, Get_Configuration_Name (Aspect));
H A Dvhdl-nodes_meta.adb6271 return Get_Configuration_Name (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2443 Get_Configuration_Name = libghdl.vhdl__nodes__get_configuration_name variable