Home
last modified time | relevance | path

Searched refs:Translate_Static_Expression (Results 1 – 4 of 4) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap7.ads66 function Translate_Static_Expression (Expr : Iir; Res_Type : Iir) subprogspec
H A Dtrans-chap7.adb228 Translate_Static_Expression (Expr, El_Type));
238 Translate_Static_Expression (El, El_Type));
293 (List, Translate_Static_Expression (El, El_Type));
583 function Translate_Static_Expression (Expr : Iir; Res_Type : Iir) subprogram
610 return Translate_Static_Expression
615 end Translate_Static_Expression;
623 Left := Chap7.Translate_Static_Expression (Bound, Range_Type);
637 Right := Chap7.Translate_Static_Expression (Get_Right_Limit (Expr),
3360 New_Lit (Translate_Static_Expression (Lval, Bt)),
3365 New_Lit (Translate_Static_Expression (Rval, Bt)),
[all …]
H A Dtrans-chap8.adb1613 New_Array_Aggr_El (List, Chap7.Translate_Static_Expression
1936 (Blk, Chap7.Translate_Static_Expression (Expr, Choice_Type));
1946 Chap7.Translate_Static_Expression (L, Choice_Type),
1947 Chap7.Translate_Static_Expression (H, Choice_Type));
H A Dtrans-chap4.adb182 Chap7.Translate_Static_Expression (Val, Def));