Home
last modified time | relevance | path

Searched refs:Get_Reject_Time_Expression (Results 1 – 10 of 10) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-canon.adb415 (Get_Reject_Time_Expression (Stmt), List);
422 (Get_Reject_Time_Expression (Stmt), List);
1483 (Stmt, Get_Reject_Time_Expression (Orig_Stmt));
1622 Reject_Time : constant Iir := Get_Reject_Time_Expression (Conc_Stmt);
H A Dvhdl-sem_stmts.adb494 Expr := Get_Reject_Time_Expression (Stmt);
H A Dvhdl-nodes.ads8366 function Get_Reject_Time_Expression (Target : Iir) return Iir; subprogspec
H A Dvhdl-parse.adb6835 Set_Reject_Time_Expression (N_Res, Get_Reject_Time_Expression (Res));
7328 (N_Stmt, Get_Reject_Time_Expression (Stmt));
H A Dvhdl-nodes.adb4590 function Get_Reject_Time_Expression (Target : Iir) return Iir is subprogram
4596 end Get_Reject_Time_Expression;
H A Dvhdl-prints.adb2529 Expr := Get_Reject_Time_Expression (Stmt);
H A Dvhdl-nodes_meta.adb6243 return Get_Reject_Time_Expression (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap8.adb4516 or else Get_Reject_Time_Expression (Stmt) /= Null_Iir;
4682 Rej := Get_Reject_Time_Expression (Stmt);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-execution.adb4160 if Get_Reject_Time_Expression (Stmt) /= Null_Iir then
4167 (Instance, Get_Reject_Time_Expression (Stmt));
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2335 Get_Reject_Time_Expression = libghdl.vhdl__nodes__get_reject_time_expression variable