Home
last modified time | relevance | path

Searched refs:R_El (Results 1 – 3 of 3) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap3.adb3520 R_El : Iir; variable
3524 R_El := Get_Index_Type (R_Indexes, I);
3526 or else Get_Type_Staticness (R_El) /= Locally
3531 /= Eval_Discrete_Type_Length (R_El)
3618 R_El : constant Iir := Get_Element_Subtype (R_Type); constant
3626 El_Match := Types_Match (L_El, R_El);
3652 R_El, Array_Bounds_To_Element_Bounds (R_Bounds1, R_Type));
3675 R_El : constant Iir := Get_Nth_Element (R_El_List, I); constant
3677 R_El_Type : constant Iir := Get_Type (R_El);
3684 Record_Bounds_To_Element_Bounds (R_Bounds1, R_El));
H A Dtrans-chap7.adb3971 R_El : Iir; variable
3976 R_El := Get_Index_Type (Res_Indexes, I);
3994 Ee := Translate_Type_Conversion (Ee, S_El, R_El, Loc);
3999 Ee := Translate_Type_Conversion (Ee, S_El, R_El, Loc);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-evaluation.adb1347 L_El, R_El : Nat8;
1353 R_El := Str_Table.Element_String8 (R_Id, P);
1354 if L_El /= R_El then
1355 if L_El < R_El then