/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/ |
H A D | a-costso.ads | 47 type Node_Ref is private; -- access value or array index formal 48 Nil : Node_Ref; 53 First, Last : Node_Ref := Nil; 61 with function Next (N : Node_Ref) return Node_Ref is <>; 62 with procedure Set_Next (N : Node_Ref; Next : Node_Ref) is <>; 63 with procedure Set_Prev (N : Node_Ref; Prev : Node_Ref) is <>; 64 with function "<" (L, R : Node_Ref) return Boolean is <>;
|
H A D | a-costso.adb | 64 Rover : Node_Ref := Unsplit.First; 92 Detached : out Node_Ref); 101 Detached : out Node_Ref) is 122 Detached : Node_Ref;
|
/dports/devel/adabooch/bc-20160321/src/ |
H A D | bc-support-indefinite_unbounded.adb | 41 function Create (I : Item; Previous, Next : Node_Ref) return Node_Ref; 44 function Create (I : Item; Previous, Next : Node_Ref) return Node_Ref is 45 Result : Node_Ref; 117 Ptr : Node_Ref; 150 Temp_Node : Node_Ref; 188 Temp_Node : Node_Ref; 219 Ptr : Node_Ref; 320 Ptr : Node_Ref := Obj.Rep; 355 Tmp : Node_Ref := U.Last; 375 Ptr : Node_Ref; [all …]
|
H A D | bc-support-unbounded.adb | 42 function Create (I : Item; Previous, Next : Node_Ref) return Node_Ref; 45 function Create (I : Item; Previous, Next : Node_Ref) return Node_Ref is 46 Result : Node_Ref; 116 Ptr : Node_Ref; 149 Temp_Node : Node_Ref; 187 Temp_Node : Node_Ref; 218 Ptr : Node_Ref; 320 Ptr : Node_Ref := Obj.Rep; 353 Tmp : Node_Ref := U.Last; 371 Ptr : Node_Ref; [all …]
|
H A D | bc-support-unmanaged.adb | 41 function Create (I : Item; Previous, Next : Node_Ref) return Node_Ref; 44 function Create (I : Item; Previous, Next : Node_Ref) return Node_Ref is 45 Result : Node_Ref; 115 Ptr : Node_Ref; 148 Temp_Node : Node_Ref; 186 Temp_Node : Node_Ref; 217 Ptr : Node_Ref; 319 Ptr : Node_Ref := Obj.Rep; 352 Tmp : Node_Ref := U.Last; 370 Ptr : Node_Ref; [all …]
|
H A D | bc-support-indefinite_unmanaged.adb | 37 function Create (I : Item; Previous, Next : Node_Ref) return Node_Ref; 40 function Create (I : Item; Previous, Next : Node_Ref) return Node_Ref is 41 Result : Node_Ref; 113 Ptr : Node_Ref; 146 Temp_Node : Node_Ref; 184 Temp_Node : Node_Ref; 215 Ptr : Node_Ref; 316 Ptr : Node_Ref := Obj.Rep; 351 Tmp : Node_Ref := U.Last; 371 Ptr : Node_Ref; [all …]
|
H A D | bc-support-unbounded.ads | 85 type Node_Ref is access Node; type 86 for Node_Ref'Storage_Pool use Storage; 89 Next : Node_Ref; 90 Previous : Node_Ref; 94 Rep : Node_Ref; 95 Last : Node_Ref; 97 Cache : Node_Ref;
|
H A D | bc-support-indefinite_unbounded.ads | 87 type Node_Ref is access Node; type 88 for Node_Ref'Storage_Pool use Storage; 95 Next : Node_Ref; 96 Previous : Node_Ref; 100 Rep : Node_Ref; 101 Last : Node_Ref; 103 Cache : Node_Ref;
|
H A D | bc-support-unmanaged.ads | 82 type Node_Ref is access Node; type 85 Next : Node_Ref; 86 Previous : Node_Ref; 90 Rep : Node_Ref; 91 Last : Node_Ref; 93 Cache : Node_Ref;
|
H A D | bc-support-indefinite_unmanaged.ads | 86 type Node_Ref is access Node; type 90 Next : Node_Ref; 91 Previous : Node_Ref; 95 Rep : Node_Ref; 96 Last : Node_Ref; 98 Cache : Node_Ref;
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/ |
H A D | repinfo.ads | 132 subtype Node_Ref is Uint; subtype 199 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 205 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/ |
H A D | repinfo.ads | 132 subtype Node_Ref is Uint; subtype 192 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 198 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/ |
H A D | repinfo.ads | 132 subtype Node_Ref is Uint; subtype 296 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 302 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/ |
H A D | repinfo.ads | 132 subtype Node_Ref is Uint; subtype 199 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 205 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/ |
H A D | repinfo.ads | 132 subtype Node_Ref is Uint; subtype 199 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 205 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/ |
H A D | repinfo.ads | 132 subtype Node_Ref is Uint; subtype 192 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 198 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/ |
H A D | repinfo.ads | 121 subtype Node_Ref is Uint; subtype 285 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 291 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/ |
H A D | repinfo.ads | 122 subtype Node_Ref is Uint; subtype 182 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 188 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/ |
H A D | repinfo.ads | 135 subtype Node_Ref is Uint; subtype 299 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 305 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/ |
H A D | repinfo.ads | 121 subtype Node_Ref is Unegative; subtype 286 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 292 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/ |
H A D | repinfo.ads | 122 subtype Node_Ref is Uint; subtype 182 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 188 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/ |
H A D | repinfo.ads | 132 subtype Node_Ref is Uint; subtype 199 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 205 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/ |
H A D | repinfo.ads | 121 subtype Node_Ref is Uint; 285 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 291 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/ |
H A D | repinfo.ads | 124 subtype Node_Ref is Uint; subtype 184 return Node_Ref; 192 return Node_Ref;
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/ |
H A D | repinfo.ads | 122 subtype Node_Ref is Uint; subtype 182 Op3 : Node_Ref_Or_Val := No_Uint) return Node_Ref; 188 function Create_Discrim_Ref (Discr : Entity_Id) return Node_Ref;
|