Home
last modified time | relevance | path

Searched refs:Get_Entity_Name (Results 1 – 16 of 16) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/dom/
H A DDesignUnit.py103 entityName = cls._ghdlNodeToName(nodes.Get_Entity_Name(libraryUnit))
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes_gc.adb339 Ent : constant Iir := Get_Entity_Name (El);
H A Dvhdl-utils.adb934 Free_Recursive (Get_Entity_Name (N));
1494 Name : constant Iir := Get_Entity_Name (Decl);
1517 Name : constant Iir := Get_Entity_Name (Arch);
H A Dvhdl-sem_psl.adb1114 Entity_Name := Get_Entity_Name (Hier_Name);
1163 Entity := Get_Entity_Name (Hier_Name);
H A Dvhdl-sem_specs.adb1270 Entity_Name := Get_Entity_Name (Aspect);
1274 Entity_Name := Sem_Denoting_Name (Get_Entity_Name (Aspect));
H A Dvhdl-errors.adb533 " of" & Disp_Identifier (Get_Entity_Name (Node), "");
H A Dvhdl-configuration.adb722 Name := Get_Entity_Name (Hier_Name);
H A Dvhdl-prints.adb1399 Print (Ctxt, Get_Entity_Name (Arch));
3361 Print (Ctxt, Get_Entity_Name (Aspect));
4363 Print (Ctxt, Get_Entity_Name (Decl));
4447 Print (Ctxt, Get_Entity_Name (Hier_Name));
H A Dvhdl-sem.adb104 Name := Get_Entity_Name (Library_Unit);
H A Dvhdl-canon.adb3590 Set_Entity_Name (Config, Get_Entity_Name (Arch));
H A Dvhdl-nodes.ads7764 function Get_Entity_Name (Arch : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb2593 function Get_Entity_Name (Arch : Iir) return Iir is subprogram
2599 end Get_Entity_Name;
H A Dvhdl-nodes_meta.adb6065 return Get_Entity_Name (N);
/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dlibraries.adb991 Free_Iir (Get_Entity_Name (Lib));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-debugger.adb1479 (Get_Entity_Name (El))));
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1966 Get_Entity_Name = libghdl.vhdl__nodes__get_entity_name variable