Home
last modified time | relevance | path

Searched refs:My_Stack (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ds-stache.adb91 My_Stack : Stack_Access; variable
108 if My_Stack.Size = 0 then
131 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
133 if My_Stack.Limit > My_Stack.Base then
138 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
142 if My_Stack.Limit < My_Stack.Base then
150 Stack.all := My_Stack;
170 My_Stack : Stack_Access; variable
177 My_Stack.Limit := My_Stack.Base - Stack_Size;
179 My_Stack.Limit := My_Stack.Base + Stack_Size;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ds-stache.adb91 My_Stack : Stack_Access; variable
108 if My_Stack.Size = 0 then
131 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
133 if My_Stack.Limit > My_Stack.Base then
138 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
142 if My_Stack.Limit < My_Stack.Base then
150 Stack.all := My_Stack;
170 My_Stack : Stack_Access; variable
177 My_Stack.Limit := My_Stack.Base - Stack_Size;
179 My_Stack.Limit := My_Stack.Base + Stack_Size;
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Ds-stchop.adb95 My_Stack.Limit := Initial_SP;
109 My_Stack : Stack_Access; variable
126 if My_Stack.Size = 0 then
146 My_Stack.Base :=
154 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
156 if My_Stack.Limit > My_Stack.Base then
161 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
165 if My_Stack.Limit < My_Stack.Base then
173 Stack.all := My_Stack;
183 return My_Stack;
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-stchop.adb95 My_Stack.Limit := Initial_SP;
109 My_Stack : Stack_Access; variable
126 if My_Stack.Size = 0 then
146 My_Stack.Base :=
154 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
156 if My_Stack.Limit > My_Stack.Base then
161 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
165 if My_Stack.Limit < My_Stack.Base then
173 Stack.all := My_Stack;
183 return My_Stack;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-stchop.adb95 My_Stack.Limit := Initial_SP;
109 My_Stack : Stack_Access; variable
126 if My_Stack.Size = 0 then
146 My_Stack.Base :=
154 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
156 if My_Stack.Limit > My_Stack.Base then
161 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
165 if My_Stack.Limit < My_Stack.Base then
173 Stack.all := My_Stack;
183 return My_Stack;
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-stchop.adb95 My_Stack.Limit := Initial_SP;
109 My_Stack : Stack_Access; variable
126 if My_Stack.Size = 0 then
146 My_Stack.Base :=
154 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
156 if My_Stack.Limit > My_Stack.Base then
161 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
165 if My_Stack.Limit < My_Stack.Base then
173 Stack.all := My_Stack;
183 return My_Stack;
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Ds-stchop.adb97 My_Stack.Limit := Initial_SP;
111 My_Stack : Stack_Access; variable
128 if My_Stack.Size = 0 then
148 My_Stack.Base :=
156 My_Stack.Limit := My_Stack.Base - My_Stack.Size;
158 if My_Stack.Limit > My_Stack.Base then
163 My_Stack.Limit := My_Stack.Base + My_Stack.Size;
167 if My_Stack.Limit < My_Stack.Base then
175 Stack.all := My_Stack;
185 return My_Stack;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Dallocator2.ads12 My_Stack : Stack_Acc := new Nat_Stack (Max => 10); component

12