Home
last modified time | relevance | path

Searched refs:Imm_Type (Results 1 – 23 of 23) sorted by last modified time

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_aggr.adb3670 Imm_Type : Entity_Id; variable
3673 Imm_Type := Base_Type (Typ);
3674 while Is_Derived_Type (Imm_Type) loop
3675 if Etype (Imm_Type) = Base_Type (A_Type) then
3683 elsif Is_Private_Type (Etype (Imm_Type))
3684 and then Present (Full_View (Etype (Imm_Type)))
3685 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3687 A_Type := Etype (Imm_Type);
3695 and then not Is_Private_Type (Imm_Type)
3705 A_Type := Etype (Imm_Type);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_aggr.adb3429 Imm_Type : Entity_Id; variable
3432 Imm_Type := Base_Type (Typ);
3433 while Is_Derived_Type (Imm_Type) loop
3434 if Etype (Imm_Type) = Base_Type (A_Type) then
3442 elsif Is_Private_Type (Etype (Imm_Type))
3443 and then Present (Full_View (Etype (Imm_Type)))
3444 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3446 A_Type := Etype (Imm_Type);
3454 and then not Is_Private_Type (Imm_Type)
3464 A_Type := Etype (Imm_Type);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_aggr.adb3184 Imm_Type : Entity_Id; variable
3187 Imm_Type := Base_Type (Typ);
3188 while Is_Derived_Type (Imm_Type) loop
3189 if Etype (Imm_Type) = Base_Type (A_Type) then
3197 elsif Is_Private_Type (Etype (Imm_Type))
3198 and then Present (Full_View (Etype (Imm_Type)))
3199 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3201 A_Type := Etype (Imm_Type);
3209 and then not Is_Private_Type (Imm_Type)
3219 A_Type := Etype (Imm_Type);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_aggr.adb3166 Imm_Type : Entity_Id; variable
3169 Imm_Type := Base_Type (Typ);
3170 while Is_Derived_Type (Imm_Type) loop
3171 if Etype (Imm_Type) = Base_Type (A_Type) then
3179 elsif Is_Private_Type (Etype (Imm_Type))
3180 and then Present (Full_View (Etype (Imm_Type)))
3181 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3183 A_Type := Etype (Imm_Type);
3191 and then not Is_Private_Type (Imm_Type)
3193 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_aggr.adb3429 Imm_Type : Entity_Id; variable
3432 Imm_Type := Base_Type (Typ);
3433 while Is_Derived_Type (Imm_Type) loop
3434 if Etype (Imm_Type) = Base_Type (A_Type) then
3442 elsif Is_Private_Type (Etype (Imm_Type))
3443 and then Present (Full_View (Etype (Imm_Type)))
3444 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3446 A_Type := Etype (Imm_Type);
3454 and then not Is_Private_Type (Imm_Type)
3464 A_Type := Etype (Imm_Type);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_aggr.adb3429 Imm_Type : Entity_Id; variable
3432 Imm_Type := Base_Type (Typ);
3433 while Is_Derived_Type (Imm_Type) loop
3434 if Etype (Imm_Type) = Base_Type (A_Type) then
3442 elsif Is_Private_Type (Etype (Imm_Type))
3443 and then Present (Full_View (Etype (Imm_Type)))
3444 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3446 A_Type := Etype (Imm_Type);
3454 and then not Is_Private_Type (Imm_Type)
3464 A_Type := Etype (Imm_Type);
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_aggr.adb3166 Imm_Type : Entity_Id; variable
3169 Imm_Type := Base_Type (Typ);
3170 while Is_Derived_Type (Imm_Type) loop
3171 if Etype (Imm_Type) = Base_Type (A_Type) then
3179 elsif Is_Private_Type (Etype (Imm_Type))
3180 and then Present (Full_View (Etype (Imm_Type)))
3181 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3183 A_Type := Etype (Imm_Type);
3191 and then not Is_Private_Type (Imm_Type)
3193 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_aggr.adb3153 Imm_Type : Entity_Id; variable
3156 Imm_Type := Base_Type (Typ);
3157 while Is_Derived_Type (Imm_Type) loop
3158 if Etype (Imm_Type) = Base_Type (A_Type) then
3166 elsif Is_Private_Type (Etype (Imm_Type))
3167 and then Present (Full_View (Etype (Imm_Type)))
3168 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3170 A_Type := Etype (Imm_Type);
3178 and then not Is_Private_Type (Imm_Type)
3180 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_aggr.adb3184 Imm_Type : Entity_Id; variable
3187 Imm_Type := Base_Type (Typ);
3188 while Is_Derived_Type (Imm_Type) loop
3189 if Etype (Imm_Type) = Base_Type (A_Type) then
3197 elsif Is_Private_Type (Etype (Imm_Type))
3198 and then Present (Full_View (Etype (Imm_Type)))
3199 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3201 A_Type := Etype (Imm_Type);
3209 and then not Is_Private_Type (Imm_Type)
3219 A_Type := Etype (Imm_Type);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_aggr.adb3184 Imm_Type : Entity_Id; variable
3187 Imm_Type := Base_Type (Typ);
3188 while Is_Derived_Type (Imm_Type) loop
3189 if Etype (Imm_Type) = Base_Type (A_Type) then
3197 elsif Is_Private_Type (Etype (Imm_Type))
3198 and then Present (Full_View (Etype (Imm_Type)))
3199 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3201 A_Type := Etype (Imm_Type);
3209 and then not Is_Private_Type (Imm_Type)
3219 A_Type := Etype (Imm_Type);
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_aggr.adb3153 Imm_Type : Entity_Id; variable
3156 Imm_Type := Base_Type (Typ);
3157 while Is_Derived_Type (Imm_Type) loop
3158 if Etype (Imm_Type) = Base_Type (A_Type) then
3166 elsif Is_Private_Type (Etype (Imm_Type))
3167 and then Present (Full_View (Etype (Imm_Type)))
3168 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3170 A_Type := Etype (Imm_Type);
3178 and then not Is_Private_Type (Imm_Type)
3180 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_aggr.adb3153 Imm_Type : Entity_Id; variable
3156 Imm_Type := Base_Type (Typ);
3157 while Is_Derived_Type (Imm_Type) loop
3158 if Etype (Imm_Type) = Base_Type (A_Type) then
3166 elsif Is_Private_Type (Etype (Imm_Type))
3167 and then Present (Full_View (Etype (Imm_Type)))
3168 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3170 A_Type := Etype (Imm_Type);
3178 and then not Is_Private_Type (Imm_Type)
3180 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_aggr.adb3153 Imm_Type : Entity_Id; variable
3156 Imm_Type := Base_Type (Typ);
3157 while Is_Derived_Type (Imm_Type) loop
3158 if Etype (Imm_Type) = Base_Type (A_Type) then
3166 elsif Is_Private_Type (Etype (Imm_Type))
3167 and then Present (Full_View (Etype (Imm_Type)))
3168 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3170 A_Type := Etype (Imm_Type);
3178 and then not Is_Private_Type (Imm_Type)
3180 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_aggr.adb3153 Imm_Type : Entity_Id; variable
3156 Imm_Type := Base_Type (Typ);
3157 while Is_Derived_Type (Imm_Type) loop
3158 if Etype (Imm_Type) = Base_Type (A_Type) then
3166 elsif Is_Private_Type (Etype (Imm_Type))
3167 and then Present (Full_View (Etype (Imm_Type)))
3168 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3170 A_Type := Etype (Imm_Type);
3178 and then not Is_Private_Type (Imm_Type)
3180 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_aggr.adb3166 Imm_Type : Entity_Id; variable
3169 Imm_Type := Base_Type (Typ);
3170 while Is_Derived_Type (Imm_Type) loop
3171 if Etype (Imm_Type) = Base_Type (A_Type) then
3179 elsif Is_Private_Type (Etype (Imm_Type))
3180 and then Present (Full_View (Etype (Imm_Type)))
3181 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3183 A_Type := Etype (Imm_Type);
3191 and then not Is_Private_Type (Imm_Type)
3193 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_aggr.adb3153 Imm_Type : Entity_Id; variable
3156 Imm_Type := Base_Type (Typ);
3157 while Is_Derived_Type (Imm_Type) loop
3158 if Etype (Imm_Type) = Base_Type (A_Type) then
3166 elsif Is_Private_Type (Etype (Imm_Type))
3167 and then Present (Full_View (Etype (Imm_Type)))
3168 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
3170 A_Type := Etype (Imm_Type);
3178 and then not Is_Private_Type (Imm_Type)
3180 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_aggr.adb2722 Imm_Type : Entity_Id; variable
2725 Imm_Type := Base_Type (Typ);
2726 while Is_Derived_Type (Imm_Type) loop
2727 if Etype (Imm_Type) = Base_Type (A_Type) then
2735 elsif Is_Private_Type (Etype (Imm_Type))
2736 and then Present (Full_View (Etype (Imm_Type)))
2737 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
2739 A_Type := Etype (Imm_Type);
2747 and then not Is_Private_Type (Imm_Type)
2749 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_aggr.adb2722 Imm_Type : Entity_Id; variable
2725 Imm_Type := Base_Type (Typ);
2726 while Is_Derived_Type (Imm_Type) loop
2727 if Etype (Imm_Type) = Base_Type (A_Type) then
2735 elsif Is_Private_Type (Etype (Imm_Type))
2736 and then Present (Full_View (Etype (Imm_Type)))
2737 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
2739 A_Type := Etype (Imm_Type);
2747 and then not Is_Private_Type (Imm_Type)
2749 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_aggr.adb2764 Imm_Type : Entity_Id; variable
2767 Imm_Type := Base_Type (Typ);
2768 while Is_Derived_Type (Imm_Type) loop
2769 if Etype (Imm_Type) = Base_Type (A_Type) then
2777 elsif Is_Private_Type (Etype (Imm_Type))
2778 and then Present (Full_View (Etype (Imm_Type)))
2779 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
2781 A_Type := Etype (Imm_Type);
2789 and then not Is_Private_Type (Imm_Type)
2791 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_aggr.adb2606 Imm_Type : Entity_Id; variable
2609 Imm_Type := Base_Type (Typ);
2610 while Is_Derived_Type (Imm_Type) loop
2611 if Etype (Imm_Type) = Base_Type (A_Type) then
2619 elsif Is_Private_Type (Etype (Imm_Type))
2620 and then Present (Full_View (Etype (Imm_Type)))
2621 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
2623 A_Type := Etype (Imm_Type);
2631 and then not Is_Private_Type (Imm_Type)
2633 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_aggr.adb2606 Imm_Type : Entity_Id; variable
2609 Imm_Type := Base_Type (Typ);
2610 while Is_Derived_Type (Imm_Type) loop
2611 if Etype (Imm_Type) = Base_Type (A_Type) then
2619 elsif Is_Private_Type (Etype (Imm_Type))
2620 and then Present (Full_View (Etype (Imm_Type)))
2621 and then Base_Type (A_Type) = Full_View (Etype (Imm_Type))
2623 A_Type := Etype (Imm_Type);
2631 and then not Is_Private_Type (Imm_Type)
2633 and then Base_Type (Full_View (A_Type)) = Etype (Imm_Type)
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_aggr.adb1932 Imm_Type : Entity_Id; variable
1935 Imm_Type := Base_Type (Typ);
1936 while Is_Derived_Type (Imm_Type)
1937 and then Etype (Imm_Type) /= Base_Type (A_Type)
1939 Imm_Type := Etype (Base_Type (Imm_Type));
1942 if Etype (Imm_Type) /= Base_Type (A_Type) then
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_aggr.adb1932 Imm_Type : Entity_Id; variable
1935 Imm_Type := Base_Type (Typ);
1936 while Is_Derived_Type (Imm_Type)
1937 and then Etype (Imm_Type) /= Base_Type (A_Type)
1939 Imm_Type := Etype (Base_Type (Imm_Type));
1942 if Etype (Imm_Type) /= Base_Type (A_Type) then