Home
last modified time | relevance | path

Searched refs:Get_Guard_Expression (Results 1 – 9 of 9) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-simulation.adb712 (Guard.Instance, Get_Guard_Expression (Guard.Guard));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_stmts.adb2048 Expr := Get_Guard_Expression (Guard);
H A Dvhdl-canon.adb2078 Expr := Get_Guard_Expression (Guard);
H A Dvhdl-nodes.ads8619 function Get_Guard_Expression (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb5328 function Get_Guard_Expression (Target : Iir) return Iir is subprogram
5334 end Get_Guard_Expression;
H A Dvhdl-prints.adb3740 Print (Ctxt, Get_Guard_Expression (Guard));
H A Dvhdl-nodes_meta.adb6291 return Get_Guard_Expression (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap9.adb138 Guard_Expr : constant Iir := Get_Guard_Expression (Guard);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2473 Get_Guard_Expression = libghdl.vhdl__nodes__get_guard_expression variable