Home
last modified time | relevance | path

Searched refs:Ltyp (Results 1 – 25 of 117) sorted by relevance

12345

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_pakd.adb1511 Ltyp : Entity_Id; variable
1524 Ltyp := Etype (L);
1569 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1613 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1628 (Etype (First_Index (Ltyp)), Loc),
1632 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1836 Ltyp : Entity_Id; variable
1843 Ltyp := Underlying_Type (Etype (L));
1852 Left_Opnd => Compute_Number_Components (N, Ltyp),
1853 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_pakd.adb1511 Ltyp : Entity_Id; variable
1524 Ltyp := Etype (L);
1569 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1613 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1628 (Etype (First_Index (Ltyp)), Loc),
1632 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1836 Ltyp : Entity_Id; variable
1843 Ltyp := Underlying_Type (Etype (L));
1852 Left_Opnd => Compute_Number_Components (N, Ltyp),
1853 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dexp_pakd.adb1521 Ltyp : Entity_Id; variable
1534 Ltyp := Etype (L);
1579 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1623 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1638 (Etype (First_Index (Ltyp)), Loc),
1642 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1859 Ltyp : Entity_Id; variable
1866 Ltyp := Underlying_Type (Etype (L));
1877 Prefix => New_Occurrence_Of (Ltyp, Loc),
1880 Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_pakd.adb1511 Ltyp : Entity_Id; variable
1524 Ltyp := Etype (L);
1569 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1613 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1628 (Etype (First_Index (Ltyp)), Loc),
1632 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1836 Ltyp : Entity_Id; variable
1843 Ltyp := Underlying_Type (Etype (L));
1852 Left_Opnd => Compute_Number_Components (N, Ltyp),
1853 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dexp_pakd.adb1511 Ltyp : Entity_Id; variable
1524 Ltyp := Etype (L);
1569 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1613 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1628 (Etype (First_Index (Ltyp)), Loc),
1632 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1836 Ltyp : Entity_Id; variable
1843 Ltyp := Underlying_Type (Etype (L));
1852 Left_Opnd => Compute_Number_Components (N, Ltyp),
1853 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dexp_pakd.adb1511 Ltyp : Entity_Id; variable
1524 Ltyp := Etype (L);
1569 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1613 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1628 (Etype (First_Index (Ltyp)), Loc),
1632 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1836 Ltyp : Entity_Id; variable
1843 Ltyp := Underlying_Type (Etype (L));
1852 Left_Opnd => Compute_Number_Components (N, Ltyp),
1853 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_pakd.adb1511 Ltyp : Entity_Id; variable
1524 Ltyp := Etype (L);
1569 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1613 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1628 (Etype (First_Index (Ltyp)), Loc),
1632 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1836 Ltyp : Entity_Id; variable
1843 Ltyp := Underlying_Type (Etype (L));
1852 Left_Opnd => Compute_Number_Components (N, Ltyp),
1853 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dexp_pakd.adb1511 Ltyp : Entity_Id; variable
1524 Ltyp := Etype (L);
1570 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1614 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1629 (Etype (First_Index (Ltyp)), Loc),
1633 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1837 Ltyp : Entity_Id; variable
1844 Ltyp := Underlying_Type (Etype (L));
1853 Left_Opnd => Compute_Number_Components (N, Ltyp),
1854 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dexp_pakd.adb1511 Ltyp : Entity_Id; variable
1524 Ltyp := Etype (L);
1570 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1614 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1629 (Etype (First_Index (Ltyp)), Loc),
1633 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1837 Ltyp : Entity_Id; variable
1844 Ltyp := Underlying_Type (Etype (L));
1853 Left_Opnd => Compute_Number_Components (N, Ltyp),
1854 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dexp_pakd.adb1511 Ltyp : Entity_Id; variable
1524 Ltyp := Etype (L);
1570 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1614 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1629 (Etype (First_Index (Ltyp)), Loc),
1633 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1837 Ltyp : Entity_Id; variable
1844 Ltyp := Underlying_Type (Etype (L));
1853 Left_Opnd => Compute_Number_Components (N, Ltyp),
1854 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dexp_pakd.adb1521 Ltyp : Entity_Id; variable
1534 Ltyp := Etype (L);
1579 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1623 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1638 (Etype (First_Index (Ltyp)), Loc),
1642 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1859 Ltyp : Entity_Id; variable
1866 Ltyp := Underlying_Type (Etype (L));
1877 Prefix => New_Occurrence_Of (Ltyp, Loc),
1880 Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dexp_pakd.adb1841 Ltyp : Entity_Id; variable
1854 Ltyp := Etype (L);
1899 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1943 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1958 (Etype (First_Index (Ltyp)), Loc),
1962 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
2171 Ltyp : Entity_Id; variable
2178 Ltyp := Underlying_Type (Etype (L));
2189 Prefix => New_Occurrence_Of (Ltyp, Loc),
2192 Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dexp_pakd.adb1543 Ltyp : Entity_Id; variable
1556 Ltyp := Etype (L);
1602 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1646 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1661 (Etype (First_Index (Ltyp)), Loc),
1665 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1869 Ltyp : Entity_Id; variable
1876 Ltyp := Underlying_Type (Etype (L));
1885 Left_Opnd => Compute_Number_Components (N, Ltyp),
1886 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
H A Dexp_ch4.adb1593 Ltyp : Entity_Id; variable
1769 Ltyp /= Rtyp or else not Is_Constrained (Ltyp);
1956 Ltyp := Get_Arg_Type (Lhs);
1963 if Ltyp /= Rtyp then
1964 Ltyp := Base_Type (Ltyp);
1966 pragma Assert (Ltyp = Rtyp);
1996 and then Ltyp = Rtyp
6178 Ltyp : Entity_Id; variable
6212 if Is_Scalar_Type (Ltyp)
6229 and then Ltyp = Entity (Rop)
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dexp_pakd.adb1555 Ltyp : Entity_Id; variable
1568 Ltyp := Etype (L);
1614 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1658 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1673 (Etype (First_Index (Ltyp)), Loc),
1677 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1881 Ltyp : Entity_Id; variable
1888 Ltyp := Underlying_Type (Etype (L));
1897 Left_Opnd => Compute_Number_Components (N, Ltyp),
1898 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dexp_pakd.adb1828 Ltyp : Entity_Id; variable
1841 Ltyp := Etype (L);
1886 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1930 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1945 (Etype (First_Index (Ltyp)), Loc),
1949 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
2137 Ltyp : Entity_Id; variable
2144 Ltyp := Underlying_Type (Etype (L));
2155 Prefix => New_Occurrence_Of (Ltyp, Loc),
2158 Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dexp_pakd.adb1543 Ltyp : Entity_Id; variable
1556 Ltyp := Etype (L);
1602 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1646 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1661 (Etype (First_Index (Ltyp)), Loc),
1665 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1869 Ltyp : Entity_Id; variable
1876 Ltyp := Underlying_Type (Etype (L));
1885 Left_Opnd => Compute_Number_Components (N, Ltyp),
1886 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
H A Dexp_ch4.adb1593 Ltyp : Entity_Id; variable
1769 Ltyp /= Rtyp or else not Is_Constrained (Ltyp);
1956 Ltyp := Get_Arg_Type (Lhs);
1963 if Ltyp /= Rtyp then
1964 Ltyp := Base_Type (Ltyp);
1966 pragma Assert (Ltyp = Rtyp);
1996 and then Ltyp = Rtyp
6178 Ltyp : Entity_Id; variable
6212 if Is_Scalar_Type (Ltyp)
6229 and then Ltyp = Entity (Rop)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dexp_pakd.adb1563 Ltyp : Entity_Id; variable
1576 Ltyp := Etype (L);
1622 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1666 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1681 (Etype (First_Index (Ltyp)), Loc),
1685 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1889 Ltyp : Entity_Id; variable
1896 Ltyp := Underlying_Type (Etype (L));
1905 Left_Opnd => Compute_Number_Components (N, Ltyp),
1906 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dexp_pakd.adb1828 Ltyp : Entity_Id; variable
1841 Ltyp := Etype (L);
1886 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1930 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1945 (Etype (First_Index (Ltyp)), Loc),
1949 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
2137 Ltyp : Entity_Id; variable
2144 Ltyp := Underlying_Type (Etype (L));
2155 Prefix => New_Occurrence_Of (Ltyp, Loc),
2158 Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dexp_pakd.adb1555 Ltyp : Entity_Id; variable
1568 Ltyp := Etype (L);
1614 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1658 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1673 (Etype (First_Index (Ltyp)), Loc),
1677 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1881 Ltyp : Entity_Id; variable
1888 Ltyp := Underlying_Type (Etype (L));
1897 Left_Opnd => Compute_Number_Components (N, Ltyp),
1898 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dexp_pakd.adb1543 Ltyp : Entity_Id; variable
1556 Ltyp := Etype (L);
1602 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1646 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1661 (Etype (First_Index (Ltyp)), Loc),
1665 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1869 Ltyp : Entity_Id; variable
1876 Ltyp := Underlying_Type (Etype (L));
1885 Left_Opnd => Compute_Number_Components (N, Ltyp),
1886 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dexp_pakd.adb1555 Ltyp : Entity_Id; variable
1568 Ltyp := Etype (L);
1614 Rewrite (N, Unchecked_Convert_To (Ltyp, P));
1658 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1673 (Etype (First_Index (Ltyp)), Loc),
1677 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1881 Ltyp : Entity_Id; variable
1888 Ltyp := Underlying_Type (Etype (L));
1897 Left_Opnd => Compute_Number_Components (N, Ltyp),
1898 Right_Opnd => Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dexp_pakd.adb1654 Ltyp : Entity_Id; variable
1667 Ltyp := Etype (L);
1795 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1810 (Etype (First_Index (Ltyp)), Loc),
1813 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1977 Ltyp : Entity_Id; variable
1984 Ltyp := Underlying_Type (Etype (L));
1996 Prefix => New_Occurrence_Of (Ltyp, Loc)),
1998 Make_Integer_Literal (Loc, Component_Size (Ltyp)));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dexp_pakd.adb1654 Ltyp : Entity_Id; variable
1667 Ltyp := Etype (L);
1795 Object_Definition => New_Occurrence_Of (Ltyp, Loc)),
1810 (Etype (First_Index (Ltyp)), Loc),
1813 Make_Integer_Literal (Loc, Component_Size (Ltyp))),
1977 Ltyp : Entity_Id; variable
1984 Ltyp := Underlying_Type (Etype (L));
1996 Prefix => New_Occurrence_Of (Ltyp, Loc)),
1998 Make_Integer_Literal (Loc, Component_Size (Ltyp)));

12345