Home
last modified time | relevance | path

Searched refs:Row_Type (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/ada-util/ada-util-b6612400/samples/
H A Dcsv_reader.adb30 Prev_Row : Row_Type;
37 Row : in Util.Serialize.IO.CSV.Row_Type;
43 Row : in Util.Serialize.IO.CSV.Row_Type;
68 Prev_Row := Row_Type'Last;
/dports/devel/ada-util/ada-util-b6612400/src/
H A Dutil-serialize-io-csv.ads27 type Row_Type is new Natural; type
73 Row : in Row_Type;
111 Row : Row_Type := 0;
117 Row : Row_Type := 0;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gnat.dg/
H A Dopt42.ads4 type Row_Type is array (Index_Type) of Float; type
5 type Array_Type is array (Index_Type) of Row_Type;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c6/
H A Dc640001.a91 type Row_Type is array (1 .. Row_Len) of Boolean;
93 function Is_True (A : in Row_Type) return Boolean;
94 function Is_False (A : in Row_Type) return Boolean;
97 Init : constant Row_Type := (T, F, T, F, T, F, T, F, T, F);
100 Row1 : Row_Type := Init;
101 Row2 : Row_Type := Init;
127 function Is_True (A : in Row_Type) return Boolean is
138 function Is_False (A : in Row_Type) return Boolean is
146 for I in Row_Type'Range loop -- This version of Clear sets
161 for I in Row_Type'Range loop -- This version of Clear sets
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/c6/
H A Dc640001.a91 type Row_Type is array (1 .. Row_Len) of Boolean;
93 function Is_True (A : in Row_Type) return Boolean;
94 function Is_False (A : in Row_Type) return Boolean;
97 Init : constant Row_Type := (T, F, T, F, T, F, T, F, T, F);
100 Row1 : Row_Type := Init;
101 Row2 : Row_Type := Init;
127 function Is_True (A : in Row_Type) return Boolean is
138 function Is_False (A : in Row_Type) return Boolean is
146 for I in Row_Type'Range loop -- This version of Clear sets
161 for I in Row_Type'Range loop -- This version of Clear sets
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/c6/
H A Dc640001.a91 type Row_Type is array (1 .. Row_Len) of Boolean;
93 function Is_True (A : in Row_Type) return Boolean;
94 function Is_False (A : in Row_Type) return Boolean;
97 Init : constant Row_Type := (T, F, T, F, T, F, T, F, T, F);
100 Row1 : Row_Type := Init;
101 Row2 : Row_Type := Init;
127 function Is_True (A : in Row_Type) return Boolean is
138 function Is_False (A : in Row_Type) return Boolean is
146 for I in Row_Type'Range loop -- This version of Clear sets
161 for I in Row_Type'Range loop -- This version of Clear sets
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/c6/
H A Dc640001.a91 type Row_Type is array (1 .. Row_Len) of Boolean;
93 function Is_True (A : in Row_Type) return Boolean;
94 function Is_False (A : in Row_Type) return Boolean;
97 Init : constant Row_Type := (T, F, T, F, T, F, T, F, T, F);
100 Row1 : Row_Type := Init;
101 Row2 : Row_Type := Init;
127 function Is_True (A : in Row_Type) return Boolean is
138 function Is_False (A : in Row_Type) return Boolean is
146 for I in Row_Type'Range loop -- This version of Clear sets
161 for I in Row_Type'Range loop -- This version of Clear sets
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/c6/
H A Dc640001.a91 type Row_Type is array (1 .. Row_Len) of Boolean;
93 function Is_True (A : in Row_Type) return Boolean;
94 function Is_False (A : in Row_Type) return Boolean;
97 Init : constant Row_Type := (T, F, T, F, T, F, T, F, T, F);
100 Row1 : Row_Type := Init;
101 Row2 : Row_Type := Init;
127 function Is_True (A : in Row_Type) return Boolean is
138 function Is_False (A : in Row_Type) return Boolean is
146 for I in Row_Type'Range loop -- This version of Clear sets
161 for I in Row_Type'Range loop -- This version of Clear sets
[all …]

12