Home
last modified time | relevance | path

Searched refs:Iir_Int32 (Results 1 – 25 of 26) sorted by relevance

12

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes.ads6308 type Iir_Int32 is new Int32; type
7062 Iir_Depth_Top : constant Iir_Int32 := 0;
7064 Iir_Depth_Pure : constant Iir_Int32 := Iir_Int32'Last;
7066 Iir_Depth_Impure : constant Iir_Int32 := -1;
7502 function Get_Enum_Pos (Lit : Iir) return Iir_Int32;
7503 procedure Set_Enum_Pos (Lit : Iir; Val : Iir_Int32);
7945 function Get_Overload_Number (Target : Iir) return Iir_Int32;
7946 procedure Set_Overload_Number (Target : Iir; Val : Iir_Int32);
7962 function Get_Subprogram_Hash (Target : Iir) return Iir_Int32;
7968 function Get_Impure_Depth (Target : Iir) return Iir_Int32;
[all …]
H A Dvhdl-evaluation.ads216 function Get_Pos (Str : Str_Info; Idx : Nat32) return Iir_Int32;
H A Dvhdl-nodes.adb919 (Source => Iir, Target => Iir_Int32);
922 (Source => Iir_Int32, Target => Iir);
1734 function Get_Enum_Pos (Lit : Iir) return Iir_Int32 is
1739 return Iir_Int32'Val (Get_Field5 (Lit));
1747 Set_Field5 (Lit, Iir_Int32'Pos (Val));
3196 return Iir_Int32'Val (Get_Field12 (Target));
3204 Set_Field12 (Target, Iir_Int32'Pos (Val));
3212 return Iir_Int32'Val (Get_Field10 (Target));
3220 Set_Field10 (Target, Iir_Int32'Pos (Depth));
3228 return Iir_Int32'Val (Get_Field4 (Target));
[all …]
H A Dvhdl-sem_scopes.adb560 function Get_Hash_Non_Alias (D : Iir) return Iir_Int32 is
601 Decl_Hash : Iir_Int32;
602 Hash : Iir_Int32;
H A Dvhdl-sem.adb1738 Hash : Iir_Int32;
1773 Num : Iir_Int32;
2375 Subprg_Depth : Iir_Int32;
2378 Depth : Iir_Int32;
2379 Depth_Callee : Iir_Int32;
H A Dvhdl-evaluation.adb1273 L_Pos : constant Iir_Int32 := Get_Enum_Pos (Left);
1274 R_Pos : constant Iir_Int32 := Get_Enum_Pos (Right);
1412 function Eval_Logic_Match_Equality (L, R : Iir_Int32; Loc : Iir)
4050 function Get_Pos (Str : Str_Info; Idx : Nat32) return Iir_Int32
4061 return Iir_Int32 (P);
4071 L_Pos, R_Pos : Iir_Int32;
H A Dvhdl-disp_tree.adb592 Log_Line (Iir_Int32'Image (Get_Iir_Int32 (N, F)));
H A Dvhdl-nodes_meta.ads546 (N : Iir; F : Fields_Enum) return Iir_Int32;
548 (N : Iir; F : Fields_Enum; V: Iir_Int32);
H A Dvhdl-nodes.adb.in919 (Source => Iir, Target => Iir_Int32);
922 (Source => Iir_Int32, Target => Iir);
H A Dvhdl-sem_utils.adb33 (Source => Hash_Type, Target => Iir_Int32);
H A Dvhdl-sem_expr.adb993 Depth : Iir_Int32;
2153 Enum_Pos : Iir_Int32;
4033 Set_Aggr_Min_Length (Info, Iir_Int32 (Infos (I).Min_Length));
H A Dvhdl-std_package.adb183 Set_Enum_Pos (Res, Iir_Int32 (Pos));
H A Dvhdl-prints.adb94 procedure Disp_Int32 (Ctxt : in out Ctxt_Class; Val: Iir_Int32);
3639 Disp_Int32 (Ctxt, Iir_Int32 (Get_String_Length (Str)));
4942 procedure Disp_Int32 (Ctxt : in out Ctxt_Class; Val: Iir_Int32) is
4944 Disp_Int_Trim (Ctxt, Iir_Int32'Image (Val));
H A Dvhdl-sem_names.adb1607 procedure Update_Impure_Depth (Subprg_Spec : Iir; Depth : Iir_Int32)
H A Dvhdl-nodes_meta.adb7092 (N : Iir; F : Fields_Enum) return Iir_Int32 is
7114 (N : Iir; F : Fields_Enum; V: Iir_Int32) is
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap1.adb375 (Cfg : Iir; Blk : Iir; Base_Block : Iir; Num : in out Iir_Int32)
501 Num : in out Iir_Int32)
930 Num : Iir_Int32;
H A Dtrans-chap3.adb2059 V : Iir_Int32;
2061 V := Iir_Int32 (Eval_Pos (Lit));
2070 V : Iir_Int32;
2073 V := Iir_Int32 (Eval_Pos (Lit));
2076 return V = Iir_Int32
2089 return V = Int64 (Iir_Int32'Last);
2091 return V = Int64 (Iir_Int32'First);
2096 V : Iir_Int32;
2098 V := Iir_Int32 (Get_Physical_Value (Lit));
2100 return V = Iir_Int32'Last;
[all …]
H A Dtrans.ads354 Val : Iir_Int32 := 0);
357 Val : Iir_Int32 := 0);
382 (Id : Iir; Val : Iir_Int32; Str : String := "")
H A Dtrans.adb837 Val : Iir_Int32 := 0)
856 (Mark : out Id_Mark_Type; Name : Name_Id; Val : Iir_Int32 := 0) is
937 (Id : Iir; Val : Iir_Int32; Str : String := "")
H A Dtrans-chap4.adb2788 Num : Iir_Int32;
3104 Num : Iir_Int32;
H A Dtrans-chap9.adb168 Num : Iir_Int32;
H A Dtrans-rtis.adb1421 Push_Identifier_Prefix (Mark, "DIM", Iir_Int32 (I));
H A Dtrans-chap7.adb3375 Min : Iir_Int32;
3470 if Iir_Int32 (Eval_Pos (H) - Eval_Pos (L) + 1) >= Min then
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlxml.adb403 (F, Strip (Iir_Int32'Image (Get_Iir_Int32 (N, F))));
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes_meta.py36 Iir_Int32 = 13 variable in types

12