Home
last modified time | relevance | path

Searched refs:Get_Choice_Range (Results 1 – 16 of 16) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-aggr.adb267 Ch : constant Node := Get_Choice_Range (Assoc);
H A Dsynth-stmts.adb899 (Syn_Inst, Get_Choice_Range (Choice), Rng);
1340 (C.Inst, Get_Choice_Range (Choice), Bnd);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_expr.adb2277 Expr := Get_Choice_Range (Choice);
2537 Expr := Get_Choice_Range (Assoc);
2558 Expr := Get_Choice_Range (Assoc);
2637 Expr := Get_Choice_Range (Choice);
2865 Expr := Get_Choice_Range (El);
3851 Expr := Get_Choice_Range (Choice);
H A Dvhdl-evaluation.adb525 Rng : constant Iir := Get_Choice_Range (Assoc);
2519 (Assoc, Eval_Range (Get_Choice_Range (Assoc)));
2627 Rng := Get_Choice_Range (Assoc);
2795 Rng := Eval_Range (Get_Choice_Range (Assoc));
H A Dvhdl-sem.adb1700 if not Are_Trees_Equal (Get_Choice_Range (Left),
1701 Get_Choice_Range (Right)) then
H A Dvhdl-sem_assocs.adb680 Choice_Range : constant Iir := Get_Choice_Range (Choice);
H A Dvhdl-canon.adb627 Choice : constant Iir := Get_Choice_Range (Assoc);
H A Dvhdl-nodes.ads7699 function Get_Choice_Range (Choice : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb2416 function Get_Choice_Range (Choice : Iir) return Iir is subprogram
2422 end Get_Choice_Range;
H A Dvhdl-prints.adb3458 Disp_Range (Ctxt, Get_Choice_Range (Choice));
H A Dvhdl-nodes_meta.adb6047 return Get_Choice_Range (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-execution.adb1968 Set_Elem_By_Range (Get_Choice_Range (Assoc));
4310 (Instance, Get_Choice_Range (Choice));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap9.adb2296 (Rng, Get_Choice_Range (Alt));
H A Dtrans-chap7.adb233 (Get_Choice_Range (Assoc)));
3110 Chap7.Translate_Range_Length (Get_Choice_Range (El)));
H A Dtrans-chap8.adb1941 Expr := Get_Choice_Range (Choice);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1933 Get_Choice_Range = libghdl.vhdl__nodes__get_choice_range variable