Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-simulation-main.adb285 if Get_Postponed_Flag (El) then
301 if Get_Postponed_Flag (El) then
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_psl.adb862 Set_Postponed_Flag (Res, Get_Postponed_Flag (Stmt));
922 if Get_Postponed_Flag (Stmt) then
H A Dvhdl-canon.adb1299 Set_Postponed_Flag (Proc, Get_Postponed_Flag (Proc));
1410 Set_Postponed_Flag (Proc, Get_Postponed_Flag (Conc_Stmt));
1836 Set_Postponed_Flag (Proc, Get_Postponed_Flag (Stmt));
H A Dvhdl-sem_stmts.adb613 if Get_Postponed_Flag (Current_Concurrent_Statement) then
H A Dvhdl-nodes.ads8412 function Get_Postponed_Flag (Target : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb4766 function Get_Postponed_Flag (Target : Iir) return Boolean is subprogram
4772 end Get_Postponed_Flag;
H A Dvhdl-prints.adb2674 if Get_Postponed_Flag (Stmt) then
H A Dvhdl-nodes_meta.adb5617 return Get_Postponed_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap9.adb1669 if Get_Postponed_Flag (Proc) then
1675 if Get_Postponed_Flag (Proc) then
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2368 Get_Postponed_Flag = libghdl.vhdl__nodes__get_postponed_flag variable