Home
last modified time | relevance | path

Searched refs:Get_Attribute_Specification (Results 1 – 13 of 13) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-post_sems.adb90 Spec := Get_Attribute_Specification (Value);
H A Dvhdl-sem_specs.adb169 Spec := Get_Attribute_Specification (Value);
309 (Get_Attribute_Specification (El)));
312 if Get_Attribute_Specification (El) = Attr then
H A Dvhdl-ieee-vital_timing.adb1302 Spec := Get_Attribute_Specification (Value);
H A Dvhdl-utils.adb1561 Attr_Spec : constant Iir := Get_Attribute_Specification (Attr_Val);
H A Dvhdl-nodes.ads7597 function Get_Attribute_Specification (Val : Iir) return Iir; subprogspec
H A Dvhdl-sem_names.adb3351 if Get_Static_Attribute_Flag (Get_Attribute_Specification (Value))
H A Dvhdl-nodes.adb2079 function Get_Attribute_Specification (Val : Iir) return Iir is subprogram
2085 end Get_Attribute_Specification;
H A Dvhdl-prints.adb1818 (Ctxt, Get_Attribute_Designator (Get_Attribute_Specification (Attr)));
H A Dvhdl-nodes_meta.adb6021 return Get_Attribute_Specification (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap6.adb1114 Attr : constant Iir := Get_Attribute_Specification (Name);
H A Dtranslation.adb114 Get_Attribute_Specification (Attr);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-stmts.adb3632 Spec : constant Node := Get_Attribute_Specification (Val);
3689 Spec := Get_Attribute_Specification (Val);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1870 Get_Attribute_Specification = libghdl.vhdl__nodes__get_attribute_specification variable