Home
last modified time | relevance | path

Searched refs:Get_Designated_Entity (Results 1 – 9 of 9) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_specs.adb168 if Get_Designated_Entity (Value) = Ent then
305 if Get_Designated_Entity (El) = Decl then
1153 and then Get_Designated_Entity (El) /= Error_Mark
1249 and then Get_Designated_Entity (El) /= Error_Mark
H A Dvhdl-sem_inst.adb402 pragma Assert (Get_Designated_Entity (Val) = Null_Iir);
403 Ref_Ent := Get_Designated_Entity (Get_Origin (Val));
H A Dvhdl-nodes.ads7617 function Get_Designated_Entity (Val : Iir_Attribute_Value) return Iir; subprogspec
H A Dvhdl-nodes.adb2143 function Get_Designated_Entity (Val : Iir_Attribute_Value) return Iir is subprogram
2149 end Get_Designated_Entity;
H A Dvhdl-prints.adb1815 Disp_Name_Of (Ctxt, Get_Designated_Entity (Attr));
H A Dvhdl-nodes_meta.adb6023 return Get_Designated_Entity (N);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-decls.adb601 Obj : constant Node := Get_Designated_Entity (Attr_Value);
H A Dsynth-stmts.adb3633 Sig : constant Node := Get_Designated_Entity (Val);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1882 Get_Designated_Entity = libghdl.vhdl__nodes__get_designated_entity variable