Home
last modified time | relevance | path

Searched refs:Get_Left_Limit (Results 1 – 19 of 19) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-evaluation.adb293 Set_Left_Limit (Res, Get_Left_Limit (Range_Expr));
324 Left : constant Iir := Get_Left_Limit (A_Range);
530 Rng_Start := Get_Left_Limit (Rng);
2340 Lit := Create_Bound (Get_Left_Limit (Rng));
2798 Left := Eval_Pos (Get_Left_Limit (Rng));
3437 if Val < Eval_Pos (Get_Left_Limit (Bound))
3443 if Val > Eval_Pos (Get_Left_Limit (Bound))
3464 Left := Get_Value (Get_Left_Limit (Bound));
3765 Left := Eval_Pos (Get_Left_Limit (Constraint));
3804 Left := Eval_Pos (Get_Left_Limit (Rng));
[all …]
H A Dvhdl-utils.adb913 Free_Recursive (Get_Left_Limit (N));
1581 Low := Get_Left_Limit (Arange);
1584 High := Get_Left_Limit (Arange);
1593 return Get_Left_Limit (Arange);
1605 return Get_Left_Limit (Arange);
H A Dvhdl-std_package.adb1423 Change_Unit (Get_Left_Limit (Rng), Prim);
1429 Change_Unit (Get_Left_Limit (Rng), Prim);
H A Dvhdl-sem_types.adb283 case Get_Kind (Get_Base_Type (Get_Type (Get_Left_Limit (Rng)))) is
331 Set_Type (Get_Left_Limit (Rng), Base_Type);
438 Lit := Get_Left_Limit (Range_Expr1);
H A Dvhdl-sem_assocs.adb558 if not Eval_Is_Eq (Get_Left_Limit (Src_Range),
559 Get_Left_Limit (Dst_Range))
H A Dvhdl-sem.adb1612 if not Are_Trees_Equal (Get_Left_Limit (Left),
1613 Get_Left_Limit (Right))
H A Dvhdl-canon.adb219 (Get_Left_Limit (Expr), Sensitivity_List, False);
649 Canon_Expression (Get_Left_Limit (Expr));
H A Dvhdl-nodes.ads8136 function Get_Left_Limit (Decl : Iir_Range_Expression) return Iir; subprogspec
H A Dvhdl-nodes.adb3756 function Get_Left_Limit (Decl : Iir_Range_Expression) return Iir is subprogram
3762 end Get_Left_Limit;
H A Dvhdl-prints.adb321 Get_Left_Limit (Rng)));
H A Dvhdl-nodes_meta.adb6167 return Get_Left_Limit (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap6.adb347 B := Eval_Pos (Get_Left_Limit (Index_Range));
635 Prefix_Left := Eval_Pos (Get_Left_Limit (Index_Range));
636 Slice_Left := Eval_Pos (Get_Left_Limit (Slice_Range));
H A Dtrans-chap7.adb620 Bound : constant Iir := Get_Left_Limit (Expr);
669 Left := Chap7.Translate_Expression (Get_Left_Limit (Expr));
735 Left := Chap7.Translate_Expression (Get_Left_Limit (Expr));
4602 Left_Pat := Get_Length_Pattern (Get_Left_Limit (Rng), True);
H A Dtrans-chap3.adb2163 and then Get_Left_Limit (Rng) = Get_Left_Limit (Tm_Rng)
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-decls.adb307 L := Get_Value (Get_Left_Limit (Cst));
321 L := Get_Fp_Value (Get_Left_Limit (Cst));
H A Dsynth-expr.adb446 L := Synth_Expression_With_Basetype (Syn_Inst, Get_Left_Limit (Rng));
474 L := Synth_Expression (Syn_Inst, Get_Left_Limit (Rng));
685 Limit := Int32 (Eval_Pos (Get_Left_Limit (Rng)));
1507 (Syn_Inst, Get_Left_Limit (Expr));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb857 (Execute_Expression (Instance, Get_Left_Limit (Rc)),
889 (Execute_Expression (Instance, Get_Left_Limit (Rc)),
H A Dsimul-execution.adb2306 (Execute_Expression (Block, Get_Left_Limit (Prefix)),
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2179 Get_Left_Limit = libghdl.vhdl__nodes__get_left_limit variable