Home
last modified time | relevance | path

Searched refs:Adjust_Case (Results 1 – 23 of 23) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dexp_ch7.adb163 type Final_Primitives is (Initialize_Case, Adjust_Case, Finalize_Case); literal
169 Adjust_Case => Name_Adjust,
174 Adjust_Case => TSS_Deep_Adjust,
393 Prim => Adjust_Case,
395 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
488 Prim => Adjust_Case,
490 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
2123 Proc := Find_Prim_Op (Utyp, Name_Of (Adjust_Case));
2530 when Adjust_Case =>
2638 if Prim = Finalize_Case or else Prim = Adjust_Case then
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dexp_ch7.adb163 type Final_Primitives is (Initialize_Case, Adjust_Case, Finalize_Case); literal
169 Adjust_Case => Name_Adjust,
174 Adjust_Case => TSS_Deep_Adjust,
393 Prim => Adjust_Case,
395 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
488 Prim => Adjust_Case,
490 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
2123 Proc := Find_Prim_Op (Utyp, Name_Of (Adjust_Case));
2530 when Adjust_Case =>
2638 if Prim = Finalize_Case or else Prim = Adjust_Case then
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dexp_ch7.adb289 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
295 Adjust_Case => Name_Adjust,
300 Adjust_Case => TSS_Deep_Adjust,
445 (Prim => Adjust_Case,
447 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3411 (Prim => Adjust_Case,
3413 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
5484 if Prim = Adjust_Case then
5989 when Adjust_Case |
6036 if Prim = Adjust_Case
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dexp_ch7.adb280 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
286 Adjust_Case => Name_Adjust,
291 Adjust_Case => TSS_Deep_Adjust,
433 (Prim => Adjust_Case,
435 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3228 (Prim => Adjust_Case,
4796 Adj_Id := Find_Prim_Op (Utyp, Name_Of (Adjust_Case));
5072 if Prim = Adjust_Case then
5583 when Adjust_Case |
5629 if Prim = Adjust_Case
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dexp_ch7.adb280 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
286 Adjust_Case => Name_Adjust,
291 Adjust_Case => TSS_Deep_Adjust,
433 (Prim => Adjust_Case,
435 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3228 (Prim => Adjust_Case,
4796 Adj_Id := Find_Prim_Op (Utyp, Name_Of (Adjust_Case));
5072 if Prim = Adjust_Case then
5583 when Adjust_Case |
5629 if Prim = Adjust_Case
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dexp_ch7.adb280 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
286 Adjust_Case => Name_Adjust,
291 Adjust_Case => TSS_Deep_Adjust,
438 (Prim => Adjust_Case,
440 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3177 (Prim => Adjust_Case,
4958 Adj_Id := Find_Prim_Op (Utyp, Name_Of (Adjust_Case));
5234 if Prim = Adjust_Case then
5745 when Adjust_Case |
5792 if Prim = Adjust_Case
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dexp_ch7.adb289 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
295 Adjust_Case => Name_Adjust,
300 Adjust_Case => TSS_Deep_Adjust,
445 (Prim => Adjust_Case,
447 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3411 (Prim => Adjust_Case,
3413 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
5484 if Prim = Adjust_Case then
5989 when Adjust_Case |
6036 if Prim = Adjust_Case
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
775 (Prim => Adjust_Case,
777 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3682 (Prim => Adjust_Case,
3684 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
5912 if Prim = Adjust_Case then
6460 when Adjust_Case
6508 if Prim = Adjust_Case
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
775 (Prim => Adjust_Case,
777 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3682 (Prim => Adjust_Case,
3684 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
5912 if Prim = Adjust_Case then
6460 when Adjust_Case
6508 if Prim = Adjust_Case
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
775 (Prim => Adjust_Case,
777 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3682 (Prim => Adjust_Case,
3684 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
5912 if Prim = Adjust_Case then
6460 when Adjust_Case
6508 if Prim = Adjust_Case
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
775 (Prim => Adjust_Case,
777 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3682 (Prim => Adjust_Case,
3684 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
5912 if Prim = Adjust_Case then
6460 when Adjust_Case
6508 if Prim = Adjust_Case
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
775 (Prim => Adjust_Case,
777 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3682 (Prim => Adjust_Case,
3684 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
5912 if Prim = Adjust_Case then
6460 when Adjust_Case
6508 if Prim = Adjust_Case
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
775 (Prim => Adjust_Case,
777 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3682 (Prim => Adjust_Case,
3684 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
5912 if Prim = Adjust_Case then
6460 when Adjust_Case
6508 if Prim = Adjust_Case
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
835 (Prim => Adjust_Case,
837 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3798 (Prim => Adjust_Case,
3800 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
6360 if Prim = Adjust_Case then
6908 when Adjust_Case
6956 if Prim = Adjust_Case
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dexp_ch7.adb289 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
295 Adjust_Case => Name_Adjust,
300 Adjust_Case => TSS_Deep_Adjust,
872 (Prim => Adjust_Case,
874 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
4381 (Prim => Adjust_Case,
4383 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
6962 if Prim = Adjust_Case then
7541 when Adjust_Case
7589 if Prim = Adjust_Case
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
835 (Prim => Adjust_Case,
837 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3798 (Prim => Adjust_Case,
3800 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
6360 if Prim = Adjust_Case then
6908 when Adjust_Case
6956 if Prim = Adjust_Case
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dexp_ch7.adb283 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
289 Adjust_Case => Name_Adjust,
294 Adjust_Case => TSS_Deep_Adjust,
866 (Prim => Adjust_Case,
868 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
4472 (Prim => Adjust_Case,
4474 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
7019 if Prim = Adjust_Case then
7598 when Adjust_Case
7646 if Prim = Adjust_Case
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dexp_ch7.adb289 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
295 Adjust_Case => Name_Adjust,
300 Adjust_Case => TSS_Deep_Adjust,
872 (Prim => Adjust_Case,
874 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
4381 (Prim => Adjust_Case,
4383 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
6962 if Prim = Adjust_Case then
7541 when Adjust_Case
7589 if Prim = Adjust_Case
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
835 (Prim => Adjust_Case,
837 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3798 (Prim => Adjust_Case,
3800 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
6360 if Prim = Adjust_Case then
6908 when Adjust_Case
6956 if Prim = Adjust_Case
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dexp_ch7.adb289 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
295 Adjust_Case => Name_Adjust,
300 Adjust_Case => TSS_Deep_Adjust,
872 (Prim => Adjust_Case,
874 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
4381 (Prim => Adjust_Case,
4383 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
6962 if Prim = Adjust_Case then
7541 when Adjust_Case
7589 if Prim = Adjust_Case
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
808 (Prim => Adjust_Case,
810 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3764 (Prim => Adjust_Case,
3766 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
6306 if Prim = Adjust_Case then
6854 when Adjust_Case
6902 if Prim = Adjust_Case
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
808 (Prim => Adjust_Case,
810 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3764 (Prim => Adjust_Case,
3766 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
6306 if Prim = Adjust_Case then
6854 when Adjust_Case
6902 if Prim = Adjust_Case
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dexp_ch7.adb288 (Initialize_Case, Adjust_Case, Finalize_Case, Address_Case); literal
294 Adjust_Case => Name_Adjust,
299 Adjust_Case => TSS_Deep_Adjust,
808 (Prim => Adjust_Case,
810 Stmts => Make_Deep_Array_Body (Adjust_Case, Typ)));
3764 (Prim => Adjust_Case,
3766 Stmts => Make_Deep_Record_Body (Adjust_Case, Typ)));
6306 if Prim = Adjust_Case then
6854 when Adjust_Case
6902 if Prim = Adjust_Case
[all …]