Home
last modified time | relevance | path

Searched refs:Get_Has_Identifier_List (Results 1 – 11 of 11) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-prints.adb773 if Get_Has_Identifier_List (El) then
1038 if Get_Has_Identifier_List (El) then
1223 while Get_Has_Identifier_List (Inter) loop
1500 while Get_Has_Identifier_List (Next_Decl) loop
1543 if not Get_Has_Identifier_List (Decl) then
1564 if not Get_Has_Identifier_List (Decl) then
1597 while Get_Has_Identifier_List (Ndecl) loop
1635 while Get_Has_Identifier_List (Next_Decl) loop
2395 while Get_Has_Identifier_List (Decl) loop
2402 while Get_Has_Identifier_List (Decl) loop
[all …]
H A Dvhdl-sem_decls.adb231 if Last = Null_Iir or else not Get_Has_Identifier_List (Last) then
477 if Last = Null_Iir or else not Get_Has_Identifier_List (Last) then
951 pragma Assert (Get_Has_Identifier_List (Last_Decl)
H A Dvhdl-configuration.adb1226 if Get_Has_Identifier_List (Gen) then
H A Dvhdl-sem.adb1441 or else (Get_Has_Identifier_List (Left)
1442 /= Get_Has_Identifier_List (Right))
H A Dvhdl-sem_inst.adb716 Set_Has_Identifier_List (Res, Get_Has_Identifier_List (Inter));
H A Dvhdl-sem_types.adb2762 Set_Has_Identifier_List (St_El, Get_Has_Identifier_List (El));
H A Dvhdl-nodes.ads9142 function Get_Has_Identifier_List (Decl : Iir) return Boolean; subprogspec
H A Dvhdl-parse.adb3761 (New_Object, Get_Has_Identifier_List (Object));
3916 (New_Object, Get_Has_Identifier_List (Object));
H A Dvhdl-nodes.adb7037 function Get_Has_Identifier_List (Decl : Iir) return Boolean is subprogram
7043 end Get_Has_Identifier_List;
H A Dvhdl-nodes_meta.adb5693 return Get_Has_Identifier_List (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2788 Get_Has_Identifier_List = libghdl.vhdl__nodes__get_has_identifier_list variable