Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_lib.adb188 pragma Assert (Get_Date_State (Design_Unit) = Date_Disk);
311 pragma Assert (Get_Date_State (Design_Unit) = Date_Analyze);
358 if Get_Date_State (Design_Unit) = Date_Disk then
364 if Get_Date_State (Design_Unit) = Date_Parse then
H A Dvhdl-nodes_gc.adb461 if Get_Date_State (Unit) <= Date_Disk then
H A Dvhdl-sem_specs.adb1293 if Get_Date_State (Arch_Unit) >= Date_Parse then
H A Dvhdl-nodes.ads7452 function Get_Date_State (Unit : Iir_Design_Unit) return Date_State_Type; subprogspec
H A Dvhdl-nodes.adb1583 function Get_Date_State (Unit : Iir_Design_Unit) return Date_State_Type is subprogram
1589 end Get_Date_State;
H A Dvhdl-nodes_meta.adb5869 return Get_Date_State (N);
/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dlibraries.adb941 pragma Assert (Get_Date_State (Un) = Date_Analyze);
1053 pragma Assert (Get_Date_State (Unit) = Date_Extern);
1128 or else Get_Date_State (Design_Unit) = Date_Disk
1144 if Get_Date_State (Design_Unit) = Date_Analyze then
1437 if Get_Date_State (Design_Unit) = Date_Disk then
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/lsp/
H A Dworkspace.py304 if nodes.Get_Date_State(un) == nodes.Date_State.Disk:
487 if nodes.Get_Date_State(units) == nodes.Date_State.Analyze:
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlprint.adb1488 case Get_Date_State (Unit) is
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1789 Get_Date_State = libghdl.vhdl__nodes__get_date_state variable