Home
last modified time | relevance | path

Searched refs:Get_Attribute_Specification_Chain (Results 1 – 5 of 5) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_specs.adb989 Spec := Get_Attribute_Specification_Chain (Spec);
1031 Spec := Get_Attribute_Specification_Chain (Spec);
H A Dvhdl-nodes.ads7593 function Get_Attribute_Specification_Chain (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb2063 function Get_Attribute_Specification_Chain (Target : Iir) return Iir is subprogram
2069 end Get_Attribute_Specification_Chain;
H A Dvhdl-nodes_meta.adb6019 return Get_Attribute_Specification_Chain (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1867 Get_Attribute_Specification_Chain = libghdl.vhdl__nodes__get_attribute_specification_chain variable