Home
last modified time | relevance | path

Searched refs:Get_Passive_Flag (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_stmts.adb1709 and then Get_Passive_Flag (Current_Concurrent_Statement)
H A Dvhdl-sem_expr.adb1212 if Get_Passive_Flag (Imp) = False then
1215 if Get_Passive_Flag (Subprg) then
H A Dvhdl-nodes.ads8429 function Get_Passive_Flag (Proc : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb4798 function Get_Passive_Flag (Proc : Iir) return Boolean is subprogram
4804 end Get_Passive_Flag;
H A Dvhdl-nodes_meta.adb5619 return Get_Passive_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2374 Get_Passive_Flag = libghdl.vhdl__nodes__get_passive_flag variable