Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap12.adb477 elsif not Get_Elab_Flag (Dep_Unit) then
491 if not Get_Elab_Flag (Unit) then
517 if not Get_Elab_Flag (File) then
656 if not Get_Elab_Flag (Unit) then
H A Dortho_front.adb498 if not Get_Elab_Flag (File) then
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdllocal.adb1431 if Get_Elab_Flag (Unit) then
1448 if Get_Elab_Flag (File) then
1533 if not Get_Elab_Flag (File) then
1537 if not Get_Elab_Flag (Unit) then
H A Dghdlcomp.adb796 if Get_Elab_Flag (Libraries.Work_Library) then
809 if Get_Elab_Flag (Lib) then
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-configuration.adb1035 if Get_Elab_Flag (Design) then
H A Dvhdl-nodes.ads8507 function Get_Elab_Flag (Design : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb4975 function Get_Elab_Flag (Design : Iir) return Boolean is subprogram
4981 end Get_Elab_Flag;
H A Dvhdl-nodes_meta.adb5635 return Get_Elab_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-insts.adb1212 and then not Get_Elab_Flag (Dep)
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2407 Get_Elab_Flag = libghdl.vhdl__nodes__get_elab_flag variable