Home
last modified time | relevance | path

Searched refs:Btyp (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dexp_tss.adb150 Btyp : Entity_Id; variable
157 Btyp := Base_Type (Full_View (Typ));
159 Btyp := Base_Type (Typ);
162 Proc := TSS (Btyp, Nam);
166 if No (Proc) and then Is_Derived_Type (Btyp) then
167 if not Derivation_Too_Early_To_Inherit (Btyp, Nam) then
168 Proc := Find_Inherited_TSS (Etype (Btyp), Nam);
169 elsif Is_Derived_Type (Etype (Btyp)) then
172 (Etype (Base_Type (Etype (Btyp))), Nam);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dexp_tss.adb153 Btyp : Entity_Id; variable
160 Btyp := Base_Type (Full_View (Typ));
162 Btyp := Base_Type (Typ);
165 Proc := TSS (Btyp, Nam);
169 if No (Proc) and then Is_Derived_Type (Btyp) then
170 if not Derivation_Too_Early_To_Inherit (Btyp, Nam) then
171 Proc := Find_Inherited_TSS (Etype (Btyp), Nam);
172 elsif Is_Derived_Type (Etype (Btyp)) then
175 (Etype (Base_Type (Etype (Btyp))), Nam);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dexp_tss.adb150 Btyp : Entity_Id; variable
157 Btyp := Base_Type (Full_View (Typ));
159 Btyp := Base_Type (Typ);
162 Proc := TSS (Btyp, Nam);
166 if No (Proc) and then Is_Derived_Type (Btyp) then
167 if not Derivation_Too_Early_To_Inherit (Btyp, Nam) then
168 Proc := Find_Inherited_TSS (Etype (Btyp), Nam);
169 elsif Is_Derived_Type (Etype (Btyp)) then
172 (Etype (Base_Type (Etype (Btyp))), Nam);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dexp_tss.adb150 Btyp : Entity_Id; variable
157 Btyp := Base_Type (Full_View (Typ));
159 Btyp := Base_Type (Typ);
162 Proc := TSS (Btyp, Nam);
166 if No (Proc) and then Is_Derived_Type (Btyp) then
167 if not Derivation_Too_Early_To_Inherit (Btyp, Nam) then
168 Proc := Find_Inherited_TSS (Etype (Btyp), Nam);
169 elsif Is_Derived_Type (Etype (Btyp)) then
172 (Etype (Base_Type (Etype (Btyp))), Nam);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dexp_tss.adb149 Btyp : Entity_Id := Typ; variable
154 Btyp := Base_Type (Btyp);
155 Proc := TSS (Btyp, Nam);
158 or else not Is_Derived_Type (Btyp);
163 Btyp := Etype (Btyp);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dexp_tss.adb150 Btyp : Entity_Id := Typ; variable
155 Btyp := Base_Type (Btyp);
156 Proc := TSS (Btyp, Nam);
159 or else not Is_Derived_Type (Btyp);
164 Btyp := Etype (Btyp);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dexp_tss.adb150 Btyp : Entity_Id := Typ; variable
155 Btyp := Base_Type (Btyp);
156 Proc := TSS (Btyp, Nam);
159 or else not Is_Derived_Type (Btyp);
164 Btyp := Etype (Btyp);
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dexp_tss.adb150 Btyp : Entity_Id := Typ; variable
155 Btyp := Base_Type (Btyp);
156 Proc := TSS (Btyp, Nam);
159 or else not Is_Derived_Type (Btyp);
164 Btyp := Etype (Btyp);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dexp_imgv.adb473 Btyp : constant Entity_Id := Base_Type (Typ); constant
525 OK_Convert_To (Btyp,
530 Set_Etype (N, Btyp);
531 Analyze_And_Resolve (N, Btyp);
550 Prefix => New_Reference_To (Btyp, Loc),
559 Analyze_And_Resolve (N, Btyp);
604 Analyze_And_Resolve (N, Btyp);
615 Convert_To (Btyp,
620 Analyze_And_Resolve (N, Btyp);
H A Dexp_attr.adb3654 if Ptyp /= Btyp
3694 Btyp := RTE (RE_Unsigned_32);
3700 Unchecked_Convert_To (Btyp,
3745 Btyp := RTE (RE_Unsigned_32);
3747 Btyp := RTE (RE_Unsigned_64);
3756 Btyp := Standard_Integer;
3758 Btyp := Universal_Integer;
4144 Btyp : Entity_Id := Typ; variable
4149 Btyp := Base_Type (Btyp);
4150 Proc := TSS (Btyp, Nam);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dexp_imgv.adb473 Btyp : constant Entity_Id := Base_Type (Typ); constant
525 OK_Convert_To (Btyp,
530 Set_Etype (N, Btyp);
531 Analyze_And_Resolve (N, Btyp);
550 Prefix => New_Reference_To (Btyp, Loc),
559 Analyze_And_Resolve (N, Btyp);
604 Analyze_And_Resolve (N, Btyp);
615 Convert_To (Btyp,
620 Analyze_And_Resolve (N, Btyp);
H A Dexp_attr.adb3654 if Ptyp /= Btyp
3694 Btyp := RTE (RE_Unsigned_32);
3700 Unchecked_Convert_To (Btyp,
3745 Btyp := RTE (RE_Unsigned_32);
3747 Btyp := RTE (RE_Unsigned_64);
3756 Btyp := Standard_Integer;
3758 Btyp := Universal_Integer;
4144 Btyp : Entity_Id := Typ; variable
4149 Btyp := Base_Type (Btyp);
4150 Proc := TSS (Btyp, Nam);
[all …]

12345678910>>...17