Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_types.adb1093 (Base_Type, Get_Array_Element_Constraint (Def));
1766 El_Def := Get_Array_Element_Constraint (Def);
H A Dvhdl-annotations.adb320 if Get_Array_Element_Constraint (Def) /= Null_Node
H A Dvhdl-prints.adb535 Disp_Element_Constraint (Ctxt, Get_Array_Element_Constraint (Def),
931 (Ctxt, Def, Get_Array_Element_Constraint (Def));
H A Dvhdl-nodes.ads8277 function Get_Array_Element_Constraint (Def : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb4270 function Get_Array_Element_Constraint (Def : Iir) return Iir is subprogram
4276 end Get_Array_Element_Constraint;
H A Dvhdl-nodes_meta.adb6213 return Get_Array_Element_Constraint (N);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-decls.adb357 return Get_Array_Element_Constraint (Atype) /= Null_Node
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap3.adb752 elsif Get_Array_Element_Constraint (Def) = Null_Iir then
842 if Get_Array_Element_Constraint (Def) = Null_Iir then
1173 if Get_Array_Element_Constraint (Def) /= Null_Iir then
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2275 Get_Array_Element_Constraint = libghdl.vhdl__nodes__get_array_element_constraint variable