Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap2.adb157 if (Inter /= Null_Iir or else Get_Suspend_Flag (Spec))
182 if Get_Suspend_Flag (Spec) then
408 and then Get_Suspend_Flag (Spec);
H A Dtrans-chap8.adb197 if Get_Suspend_Flag (Chap2.Current_Subprogram) then
396 if Get_Suspend_Flag (Stmt) then
791 if Get_Suspend_Flag (Stmt) then
808 if Get_Suspend_Flag (Stmt) then
897 if Get_Suspend_Flag (Loop_Stmt) then
2077 Handler.Has_Suspend := Get_Suspend_Flag (Stmt);
2839 and then Get_Suspend_Flag (Imp);
5036 if not Get_Suspend_Flag (Stmt) then
H A Dtrans-chap4.adb2401 if Get_Suspend_Flag (Stmt) then
2419 if Get_Suspend_Flag (Stmt) then
2438 if Get_Suspend_Flag (Stmt) then
2451 if Get_Suspend_Flag (Stmt) then
2482 if Get_Suspend_Flag (Imp) then
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem.adb2147 if Get_Suspend_Flag (Subprg)
2148 and then not Get_Suspend_Flag (Spec)
H A Dvhdl-sem_stmts.adb1796 and then Get_Suspend_Flag (Imp)
H A Dvhdl-nodes.ads9169 function Get_Suspend_Flag (Stmt : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb7101 function Get_Suspend_Flag (Stmt : Iir) return Boolean is subprogram
7107 end Get_Suspend_Flag;
H A Dvhdl-nodes_meta.adb5701 return Get_Suspend_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2800 Get_Suspend_Flag = libghdl.vhdl__nodes__get_suspend_flag variable