Home
last modified time | relevance | path

Searched refs:Set_Reject_Time_Expression (Results 1 – 7 of 7) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-canon.adb1482 Set_Reject_Time_Expression
1484 Set_Reject_Time_Expression (Orig_Stmt, Null_Iir);
1664 Set_Reject_Time_Expression (Stmt, Reject_Time);
1683 Set_Reject_Time_Expression (Conc_Stmt, Null_Iir);
H A Dvhdl-sem_stmts.adb501 Set_Reject_Time_Expression (Stmt, Expr);
H A Dvhdl-parse.adb6707 Set_Reject_Time_Expression (Assign, Parse_Expression);
6835 Set_Reject_Time_Expression (N_Res, Get_Reject_Time_Expression (Res));
7327 Set_Reject_Time_Expression
H A Dvhdl-nodes.ads8367 procedure Set_Reject_Time_Expression (Target : Iir; Expr : Iir); subprogspec
H A Dvhdl-nodes.adb4598 procedure Set_Reject_Time_Expression (Target : Iir; Expr : Iir) is subprogram
4604 end Set_Reject_Time_Expression;
H A Dvhdl-nodes_meta.adb6701 Set_Reject_Time_Expression (N, V);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2336 Set_Reject_Time_Expression = libghdl.vhdl__nodes__set_reject_time_expression variable