Home
last modified time | relevance | path

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

/dports/databases/apq/apq-3.2.0/src/
H A Dapq.ads1128 type Date_Type is new Ada.Calendar.Time; formal
1132 DT : in Date_Type;
1154 type Date_Type is new Ada.Calendar.Time; formal
1156 function Generic_Time_of_Day(V : Date_Type) return Time_Type;
H A Dapq.adb1814 DT : in Date_Type;
1938 function Generic_Time_of_Day(V : Date_Type) return Time_Type is
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes.ads7038 type Date_Type is new Nat32; type
7044 Date_Obsolete : constant Date_Type := 0;
7047 Date_Replacing : constant Date_Type := 1;
7049 Date_Parsed : constant Date_Type := 4;
7051 Date_Analyzing : constant Date_Type := 5;
7054 Date_Analyzed : constant Date_Type := 6;
7057 Date_Uptodate : constant Date_Type := 7;
7058 subtype Date_Valid is Date_Type range 10 .. Date_Type'Last;
7426 function Get_Date (Target : Iir) return Date_Type;
7427 procedure Set_Date (Target : Iir; Date : Date_Type);
H A Dvhdl-disp_tree.adb546 Log_Line (Date_Type'Image (Get_Date_Type (N, F)));
H A Dvhdl-nodes_meta.ads491 (N : Iir; F : Fields_Enum) return Date_Type;
493 (N : Iir; F : Fields_Enum; V: Date_Type);
H A Dvhdl-nodes.adb1519 function Get_Date (Target : Iir) return Date_Type is
1524 return Date_Type'Val (Get_Field4 (Target));
1527 procedure Set_Date (Target : Iir; Date : Date_Type) is
1532 Set_Field4 (Target, Date_Type'Pos (Date));
H A Dvhdl-nodes_meta.adb5888 (N : Iir; F : Fields_Enum) return Date_Type is
5900 (N : Iir; F : Fields_Enum; V: Date_Type) is
/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dlibraries.adb415 Date: Date_Type;
416 Max_Date: Date_Type := Date_Valid'First;
588 Date := Date_Type (Current_Iir_Int64);
1041 Date: Date_Type;
1453 WR (Date_Type'Image (Get_Date (Design_Unit)));
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlxml.adb354 (F, Strip (Date_Type'Image (Get_Date_Type (N, F))));
H A Dghdlcomp.adb740 Date : Date_Type;
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes_meta.py25 Date_Type = 2 variable in types
/dports/databases/apq/apq-3.2.0/manual/
H A Dmanual.tex8173 type Date_Type is new Ada.Calendar.Time;
8177 DT : Date_Type;
8191 Date_Type => My_Date_Type,