Home
last modified time | relevance | path

Searched refs:Alloc_Ptr (Results 1 – 18 of 18) sorted by relevance

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adainclude/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Dg-dyntab.adb193 type Alloc_Ptr is access all Alloc_Type; type
196 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
199 New_Table : constant Alloc_Ptr := new Alloc_Type;
232 type Alloc_Ptr is access all Alloc_Type; type
234 procedure Free is new Ada.Unchecked_Deallocation (Alloc_Type, Alloc_Ptr);
236 new Ada.Unchecked_Conversion (Table_Ptr, Alloc_Ptr);
238 Temp : Alloc_Ptr := To_Alloc_Ptr (T.Table);
358 type Alloc_Ptr is access all Alloc_Type; type
361 new Ada.Unchecked_Conversion (Alloc_Ptr, Table_Ptr);
364 New_Table : constant Alloc_Ptr := new Alloc_Type;
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adalib/
H A Dg-dyntab.ali171 193P15 Alloc_Ptr(191A18) 196r42 199r31
176 232P12 Alloc_Ptr(231A15) 234r69 236r50 238r14
193 358P18 Alloc_Ptr(357A21) 361r45 364r34