Home
last modified time | relevance | path

Searched refs:Index_Subtype_Constraint (Results 1 – 2 of 2) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_assocs.adb941 Index_Subtype_Constraint : Iir; variable
960 Location_Copy (Index_Subtype_Constraint, Actual);
963 Set_Direction (Index_Subtype_Constraint,
974 Set_Left_Limit (Index_Subtype_Constraint, Low);
975 Set_Left_Limit_Expr (Index_Subtype_Constraint, Low);
976 Set_Right_Limit (Index_Subtype_Constraint, High);
979 Set_Left_Limit (Index_Subtype_Constraint, High);
980 Set_Left_Limit_Expr (Index_Subtype_Constraint, High);
981 Set_Right_Limit (Index_Subtype_Constraint, Low);
982 Set_Right_Limit_Expr (Index_Subtype_Constraint, Low);
[all …]
H A Dvhdl-sem_expr.adb3553 Index_Subtype_Constraint : Iir_Range_Expression; variable
3796 Location_Copy (Index_Subtype_Constraint, Aggr);
3798 (Info.Index_Subtype, Index_Subtype_Constraint);
3801 Set_Type (Index_Subtype_Constraint, Index_Type);
3823 Free_Iir (Index_Subtype_Constraint);
3825 Set_Direction (Index_Subtype_Constraint, Dir);
3828 Set_Left_Limit (Index_Subtype_Constraint, Low);
3831 Set_Left_Limit (Index_Subtype_Constraint, High);
3832 Set_Right_Limit (Index_Subtype_Constraint, Low);
3847 Set_Direction (Index_Subtype_Constraint, Dir);
[all …]