Home
last modified time | relevance | path

Searched refs:Get_Deferred_Declaration_Flag (Results 1 – 12 of 12) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-decls.adb534 or else Get_Deferred_Declaration_Flag (Decl)
541 if Get_Deferred_Declaration_Flag (Decl) then
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_decls.adb878 if not Get_Deferred_Declaration_Flag (Deferred_Const) then
2487 if Get_Deferred_Declaration_Flag (El) then
H A Dvhdl-annotations.adb692 or else Get_Deferred_Declaration_Flag (Decl)
H A Dvhdl-sem_inst.adb573 if not Get_Deferred_Declaration_Flag (N)
H A Dvhdl-nodes.ads8007 function Get_Deferred_Declaration_Flag (Target : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb3337 function Get_Deferred_Declaration_Flag (Target : Iir) return Boolean is subprogram
3343 end Get_Deferred_Declaration_Flag;
H A Dvhdl-sem_expr.adb4544 if Get_Deferred_Declaration_Flag (Expr) = False
H A Dvhdl-nodes_meta.adb5599 return Get_Deferred_Declaration_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb2543 or else Get_Deferred_Declaration_Flag (Decl)
2553 elsif not Get_Deferred_Declaration_Flag (Decl) then
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap4.adb121 and then Get_Deferred_Declaration_Flag (El) = False
705 if Get_Deferred_Declaration_Flag (Obj) then
H A Dtrans-rtis.adb2259 or else Get_Deferred_Declaration_Flag (Decl)
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2101 Get_Deferred_Declaration_Flag = libghdl.vhdl__nodes__get_deferred_declaration_flag variable