Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_specs.adb865 List := Get_Entity_Name_List (Spec);
992 pragma Assert (Get_Entity_Name_List (Spec) in Iir_Flists_All_Others);
H A Dvhdl-sem_decls.adb2278 if Get_Entity_Name_List (Decl) in Iir_Flists_All_Others then
H A Dvhdl-nodes.ads7582 function Get_Entity_Name_List (Target : Iir) return Iir_Flist; subprogspec
H A Dvhdl-nodes.adb2031 function Get_Entity_Name_List (Target : Iir) return Iir_Flist is subprogram
2037 end Get_Entity_Name_List;
H A Dvhdl-prints.adb1865 Disp_Entity_Name_List (Ctxt, Get_Entity_Name_List (Attr));
H A Dvhdl-nodes_meta.adb6979 return Get_Entity_Name_List (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1861 Get_Entity_Name_List = libghdl.vhdl__nodes__get_entity_name_list variable