Home
last modified time | relevance | path

Searched refs:Iir_Constraint (Results 1 – 11 of 11) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_types.ads64 procedure Update_Record_Constraint (Constraint : in out Iir_Constraint;
H A Dvhdl-disp_tree.ads41 function Image_Iir_Constraint (Const : Iir_Constraint) return String;
H A Dvhdl-sem_types.adb756 procedure Update_Record_Constraint (Constraint : in out Iir_Constraint;
781 function Get_Array_Constraint (Def : Iir) return Iir_Constraint
876 Constraint : Iir_Constraint;
2040 Constraint : Iir_Constraint;
2652 Constraint : Iir_Constraint;
H A Dvhdl-disp_tree.adb274 function Image_Iir_Constraint (Const : Iir_Constraint) return String is
H A Dvhdl-nodes_meta.ads521 (N : Iir; F : Fields_Enum) return Iir_Constraint;
523 (N : Iir; F : Fields_Enum; V: Iir_Constraint);
H A Dvhdl-nodes.ads6288 type Iir_Constraint is type
8239 function Get_Constraint_State (Atype : Iir) return Iir_Constraint;
8240 procedure Set_Constraint_State (Atype : Iir; State : Iir_Constraint);
H A Dvhdl-nodes.adb4141 function Get_Constraint_State (Atype : Iir) return Iir_Constraint is
4146 return Iir_Constraint'Val (Get_State2 (Atype));
4149 procedure Set_Constraint_State (Atype : Iir; State : Iir_Constraint) is
4154 Set_State2 (Atype, Iir_Constraint'Pos (State));
H A Dvhdl-nodes_meta.adb6924 (N : Iir; F : Fields_Enum) return Iir_Constraint is
6936 (N : Iir; F : Fields_Enum; V: Iir_Constraint) is
H A Dvhdl-sem_expr.adb3252 Constraint : Iir_Constraint;
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes_meta.py31 Iir_Constraint = 8 variable in types
H A Dnodes.py1058 class Iir_Constraint: class