Home
last modified time | relevance | path

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

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dchecks.adb3684 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
3731 if Source_Base_Type = Target_Base_Type then
3784 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
3805 New_Occurrence_Of (Target_Base_Type, Loc),
3809 Subtype_Mark => New_Occurrence_Of (Target_Base_Type, Loc),
3834 and then not Is_Unsigned_Type (Target_Base_Type)
3844 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
3919 and then Is_Unsigned_Type (Target_Base_Type));
3953 New_Occurrence_Of (Target_Base_Type, Loc),
3958 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dchecks.adb3684 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type);
3731 if Source_Base_Type = Target_Base_Type then
3784 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
3805 New_Occurrence_Of (Target_Base_Type, Loc),
3809 Subtype_Mark => New_Occurrence_Of (Target_Base_Type, Loc),
3834 and then not Is_Unsigned_Type (Target_Base_Type)
3844 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
3919 and then Is_Unsigned_Type (Target_Base_Type));
3953 New_Occurrence_Of (Target_Base_Type, Loc),
3958 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dchecks.adb6870 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
6897 and then Is_Integer_Type (Target_Base_Type)
6934 Set_Etype (N, Target_Base_Type);
7004 if Source_Base_Type = Target_Base_Type then
7043 Is_Discrete_Type (Target_Base_Type)
7094 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
7108 and then not Is_Unsigned_Type (Target_Base_Type)
7118 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7224 New_Occurrence_Of (Target_Base_Type, Loc),
7229 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dchecks.adb6870 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
6897 and then Is_Integer_Type (Target_Base_Type)
6934 Set_Etype (N, Target_Base_Type);
7004 if Source_Base_Type = Target_Base_Type then
7043 Is_Discrete_Type (Target_Base_Type)
7094 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
7108 and then not Is_Unsigned_Type (Target_Base_Type)
7118 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7224 New_Occurrence_Of (Target_Base_Type, Loc),
7229 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dchecks.adb6802 and then Is_Integer_Type (Target_Base_Type)
6806 (Typ => Target_Base_Type,
6849 Set_Etype (N, Target_Base_Type);
6919 if Source_Base_Type = Target_Base_Type then
6957 Is_Discrete_Type (Target_Base_Type)
7002 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
7016 and then not Is_Unsigned_Type (Target_Base_Type)
7026 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7132 New_Occurrence_Of (Target_Base_Type, Loc),
7137 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dchecks.adb6802 and then Is_Integer_Type (Target_Base_Type)
6806 (Typ => Target_Base_Type,
6849 Set_Etype (N, Target_Base_Type);
6919 if Source_Base_Type = Target_Base_Type then
6957 Is_Discrete_Type (Target_Base_Type)
7002 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
7016 and then not Is_Unsigned_Type (Target_Base_Type)
7026 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7132 New_Occurrence_Of (Target_Base_Type, Loc),
7137 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dchecks.adb6870 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
6897 and then Is_Integer_Type (Target_Base_Type)
6934 Set_Etype (N, Target_Base_Type);
7004 if Source_Base_Type = Target_Base_Type then
7043 Is_Discrete_Type (Target_Base_Type)
7094 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
7108 and then not Is_Unsigned_Type (Target_Base_Type)
7118 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7224 New_Occurrence_Of (Target_Base_Type, Loc),
7229 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dchecks.adb6802 and then Is_Integer_Type (Target_Base_Type)
6806 (Typ => Target_Base_Type,
6849 Set_Etype (N, Target_Base_Type);
6919 if Source_Base_Type = Target_Base_Type then
6957 Is_Discrete_Type (Target_Base_Type)
7002 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
7016 and then not Is_Unsigned_Type (Target_Base_Type)
7026 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7132 New_Occurrence_Of (Target_Base_Type, Loc),
7137 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dchecks.adb7360 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
7391 and then Is_Integer_Type (Target_Base_Type)
7428 Set_Etype (N, Target_Base_Type);
7525 if Source_Base_Type = Target_Base_Type then
7564 Is_Discrete_Type (Target_Base_Type)
7615 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
7629 and then not Is_Unsigned_Type (Target_Base_Type)
7639 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7745 New_Occurrence_Of (Target_Base_Type, Loc),
7750 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dchecks.adb7461 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
7492 and then Is_Integer_Type (Target_Base_Type)
7529 Set_Etype (N, Target_Base_Type);
7626 if Source_Base_Type = Target_Base_Type then
7665 Is_Discrete_Type (Target_Base_Type)
7716 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
7730 and then not Is_Unsigned_Type (Target_Base_Type)
7740 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7846 New_Occurrence_Of (Target_Base_Type, Loc),
7850 (Target_Base_Type, Duplicate_Subexpr (N))),
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dchecks.adb7360 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
7391 and then Is_Integer_Type (Target_Base_Type)
7428 Set_Etype (N, Target_Base_Type);
7525 if Source_Base_Type = Target_Base_Type then
7564 Is_Discrete_Type (Target_Base_Type)
7615 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
7629 and then not Is_Unsigned_Type (Target_Base_Type)
7639 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7745 New_Occurrence_Of (Target_Base_Type, Loc),
7750 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dchecks.adb7360 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
7391 and then Is_Integer_Type (Target_Base_Type)
7428 Set_Etype (N, Target_Base_Type);
7525 if Source_Base_Type = Target_Base_Type then
7564 Is_Discrete_Type (Target_Base_Type)
7615 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
7629 and then not Is_Unsigned_Type (Target_Base_Type)
7639 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7745 New_Occurrence_Of (Target_Base_Type, Loc),
7750 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dchecks.adb5858 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
5905 if Source_Base_Type = Target_Base_Type then
5963 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
5982 New_Occurrence_Of (Target_Base_Type, Loc),
6003 Set_Etype (N, Target_Base_Type);
6017 and then not Is_Unsigned_Type (Target_Base_Type)
6027 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
6102 and then Is_Unsigned_Type (Target_Base_Type));
6133 New_Occurrence_Of (Target_Base_Type, Loc),
6138 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dchecks.adb5694 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
5741 if Source_Base_Type = Target_Base_Type then
5799 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
5818 New_Occurrence_Of (Target_Base_Type, Loc),
5839 Set_Etype (N, Target_Base_Type);
5853 and then not Is_Unsigned_Type (Target_Base_Type)
5863 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
5938 and then Is_Unsigned_Type (Target_Base_Type));
5969 New_Occurrence_Of (Target_Base_Type, Loc),
5974 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dchecks.adb5694 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
5741 if Source_Base_Type = Target_Base_Type then
5799 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
5818 New_Occurrence_Of (Target_Base_Type, Loc),
5839 Set_Etype (N, Target_Base_Type);
5853 and then not Is_Unsigned_Type (Target_Base_Type)
5863 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
5938 and then Is_Unsigned_Type (Target_Base_Type));
5969 New_Occurrence_Of (Target_Base_Type, Loc),
5974 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dchecks.adb6718 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
6767 Set_Etype (N, Target_Base_Type);
6837 if Source_Base_Type = Target_Base_Type then
6875 Is_Discrete_Type (Target_Base_Type)
6920 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
6934 and then not Is_Unsigned_Type (Target_Base_Type)
6944 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7019 and then Is_Unsigned_Type (Target_Base_Type));
7050 New_Occurrence_Of (Target_Base_Type, Loc),
7055 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dchecks.adb6718 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
6767 Set_Etype (N, Target_Base_Type);
6837 if Source_Base_Type = Target_Base_Type then
6875 Is_Discrete_Type (Target_Base_Type)
6920 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
6934 and then not Is_Unsigned_Type (Target_Base_Type)
6944 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7019 and then Is_Unsigned_Type (Target_Base_Type));
7050 New_Occurrence_Of (Target_Base_Type, Loc),
7055 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dchecks.adb6482 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
6531 Set_Etype (N, Target_Base_Type);
6593 if Source_Base_Type = Target_Base_Type then
6631 Is_Discrete_Type (Target_Base_Type)
6676 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
6690 and then not Is_Unsigned_Type (Target_Base_Type)
6700 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
6775 and then Is_Unsigned_Type (Target_Base_Type));
6806 New_Occurrence_Of (Target_Base_Type, Loc),
6811 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dchecks.adb6718 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
6767 Set_Etype (N, Target_Base_Type);
6837 if Source_Base_Type = Target_Base_Type then
6875 Is_Discrete_Type (Target_Base_Type)
6920 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
6934 and then not Is_Unsigned_Type (Target_Base_Type)
6944 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7019 and then Is_Unsigned_Type (Target_Base_Type));
7050 New_Occurrence_Of (Target_Base_Type, Loc),
7055 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dchecks.adb6718 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
6767 Set_Etype (N, Target_Base_Type);
6837 if Source_Base_Type = Target_Base_Type then
6875 Is_Discrete_Type (Target_Base_Type)
6920 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
6934 and then not Is_Unsigned_Type (Target_Base_Type)
6944 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7019 and then Is_Unsigned_Type (Target_Base_Type));
7050 New_Occurrence_Of (Target_Base_Type, Loc),
7055 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dchecks.adb6718 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
6767 Set_Etype (N, Target_Base_Type);
6837 if Source_Base_Type = Target_Base_Type then
6875 Is_Discrete_Type (Target_Base_Type)
6920 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
6934 and then not Is_Unsigned_Type (Target_Base_Type)
6944 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7019 and then Is_Unsigned_Type (Target_Base_Type));
7050 New_Occurrence_Of (Target_Base_Type, Loc),
7055 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dchecks.adb6718 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
6767 Set_Etype (N, Target_Base_Type);
6837 if Source_Base_Type = Target_Base_Type then
6875 Is_Discrete_Type (Target_Base_Type)
6920 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
6934 and then not Is_Unsigned_Type (Target_Base_Type)
6944 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
7019 and then Is_Unsigned_Type (Target_Base_Type));
7050 New_Occurrence_Of (Target_Base_Type, Loc),
7055 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dchecks.adb6482 Target_Base_Type : constant Entity_Id := Base_Type (Target_Type); constant
6531 Set_Etype (N, Target_Base_Type);
6593 if Source_Base_Type = Target_Base_Type then
6631 Is_Discrete_Type (Target_Base_Type)
6676 elsif In_Subrange_Of (Source_Type, Target_Base_Type) then
6690 and then not Is_Unsigned_Type (Target_Base_Type)
6700 (Esize (Source_Base_Type) >= Esize (Target_Base_Type));
6775 and then Is_Unsigned_Type (Target_Base_Type));
6806 New_Occurrence_Of (Target_Base_Type, Loc),
6811 New_Occurrence_Of (Target_Base_Type, Loc),
[all …]