Home
last modified time | relevance | path

Searched refs:gnu_desig_type (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ddecl.c2777 tree gnu_desig_type = 0; in gnat_to_gnu_entity() local
2906 gnu_desig_type = make_dummy_type (gnat_desig_type); in gnat_to_gnu_entity()
2922 gnu_desig_type = make_dummy_type (gnat_desig_type); in gnat_to_gnu_entity()
2931 gnu_desig_type = gnat_to_gnu_type (gnat_desig_type); in gnat_to_gnu_entity()
2944 if (gnu_type == 0 && gnu_desig_type != 0) in gnat_to_gnu_entity()
2949 gnu_desig_type in gnat_to_gnu_entity()
2951 (gnu_desig_type, in gnat_to_gnu_entity()
2952 TYPE_QUALS (gnu_desig_type) | TYPE_QUAL_CONST); in gnat_to_gnu_entity()
2960 if (! COMPLETE_TYPE_P (gnu_desig_type)) in gnat_to_gnu_entity()
2974 TYPE_NAME (gnu_desig_type) in gnat_to_gnu_entity()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ddecl.c2777 tree gnu_desig_type = 0;
2906 gnu_desig_type = make_dummy_type (gnat_desig_type);
2922 gnu_desig_type = make_dummy_type (gnat_desig_type);
2931 gnu_desig_type = gnat_to_gnu_type (gnat_desig_type);
2944 if (gnu_type == 0 && gnu_desig_type != 0)
2949 gnu_desig_type
2951 (gnu_desig_type,
2952 TYPE_QUALS (gnu_desig_type) | TYPE_QUAL_CONST);
2960 if (! COMPLETE_TYPE_P (gnu_desig_type))
2974 TYPE_NAME (gnu_desig_type)
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/gcc-interface/
H A Ddecl.c3721 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3769 gnu_desig_type = make_dummy_type (gnat_desig_rep); in gnat_to_gnu_entity()
3776 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3778 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3817 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3838 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3856 gnu_desig_type in gnat_to_gnu_entity()
3858 (gnu_desig_type, in gnat_to_gnu_entity()
3859 TYPE_QUALS (gnu_desig_type) | TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3867 if (TYPE_MODE (gnu_desig_type) == VOIDmode) in gnat_to_gnu_entity()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/gcc-interface/
H A Ddecl.c3721 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3769 gnu_desig_type = make_dummy_type (gnat_desig_rep); in gnat_to_gnu_entity()
3776 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3778 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3817 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3838 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3856 gnu_desig_type in gnat_to_gnu_entity()
3858 (gnu_desig_type, in gnat_to_gnu_entity()
3859 TYPE_QUALS (gnu_desig_type) | TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3867 if (TYPE_MODE (gnu_desig_type) == VOIDmode) in gnat_to_gnu_entity()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/gcc-interface/
H A Ddecl.c3813 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3861 gnu_desig_type = make_dummy_type (gnat_desig_rep); in gnat_to_gnu_entity()
3868 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3870 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3909 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3930 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3948 gnu_desig_type in gnat_to_gnu_entity()
3950 (gnu_desig_type, in gnat_to_gnu_entity()
3951 TYPE_QUALS (gnu_desig_type) | TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3959 if (TYPE_MODE (gnu_desig_type) == VOIDmode) in gnat_to_gnu_entity()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/gcc-interface/
H A Ddecl.c3877 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3936 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3957 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3973 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3975 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3984 && TREE_CODE (gnu_desig_type) != UNCONSTRAINED_ARRAY_TYPE) in gnat_to_gnu_entity()
3986 gnu_desig_type in gnat_to_gnu_entity()
3987 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3995 if (TYPE_MODE (gnu_desig_type) == VOIDmode) in gnat_to_gnu_entity()
4009 TYPE_NAME (gnu_desig_type) in gnat_to_gnu_entity()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/gcc-interface/
H A Ddecl.c3877 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3936 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3957 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3973 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3975 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3984 && TREE_CODE (gnu_desig_type) != UNCONSTRAINED_ARRAY_TYPE) in gnat_to_gnu_entity()
3986 gnu_desig_type in gnat_to_gnu_entity()
3987 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3995 if (TYPE_MODE (gnu_desig_type) == VOIDmode) in gnat_to_gnu_entity()
4009 TYPE_NAME (gnu_desig_type) in gnat_to_gnu_entity()
[all …]
H A Dgigi.h602 tree gnu_desig_type);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/gcc-interface/
H A Ddecl.c3606 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3669 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3699 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3715 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3718 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3727 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3728 gnu_desig_type in gnat_to_gnu_entity()
3729 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3732 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3761 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
H A Dgigi.h599 tree gnu_desig_type);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/gcc-interface/
H A Ddecl.c3606 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3669 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3699 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3715 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3718 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3727 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3728 gnu_desig_type in gnat_to_gnu_entity()
3729 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3732 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3761 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/gcc-interface/
H A Ddecl.c3615 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3678 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3708 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3724 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3727 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3736 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3737 gnu_desig_type in gnat_to_gnu_entity()
3738 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3741 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3770 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/gcc-interface/
H A Ddecl.c3606 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3669 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3699 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3715 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3718 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3727 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3728 gnu_desig_type in gnat_to_gnu_entity()
3729 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3732 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3761 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/gcc-interface/
H A Ddecl.c3588 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3651 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3681 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3697 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3700 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3709 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3710 gnu_desig_type in gnat_to_gnu_entity()
3711 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3714 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3743 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/gcc-interface/
H A Ddecl.c3606 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3669 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3699 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3715 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3718 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3727 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3728 gnu_desig_type in gnat_to_gnu_entity()
3729 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3732 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3761 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/gcc-interface/
H A Ddecl.c3606 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3669 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3699 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3715 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3718 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3727 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3728 gnu_desig_type in gnat_to_gnu_entity()
3729 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3732 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3761 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/gcc-interface/
H A Ddecl.c3587 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3650 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3680 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3696 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3699 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3708 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3709 gnu_desig_type in gnat_to_gnu_entity()
3710 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3713 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3742 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/gcc-interface/
H A Ddecl.c3553 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3616 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3646 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3662 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3665 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3674 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3675 gnu_desig_type in gnat_to_gnu_entity()
3676 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3679 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3708 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/gcc-interface/
H A Ddecl.c3587 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3650 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3680 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3696 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3699 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3708 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3709 gnu_desig_type in gnat_to_gnu_entity()
3710 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3713 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3742 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/gcc-interface/
H A Ddecl.c3666 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3729 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3759 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3775 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3778 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3787 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3788 gnu_desig_type in gnat_to_gnu_entity()
3789 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3792 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3821 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/gcc-interface/
H A Ddecl.c3629 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3692 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3722 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3738 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3741 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3750 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3751 gnu_desig_type in gnat_to_gnu_entity()
3752 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3755 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3784 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/gcc-interface/
H A Ddecl.c3662 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3725 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3755 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3771 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3774 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3783 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3784 gnu_desig_type in gnat_to_gnu_entity()
3785 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3788 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3817 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/gcc-interface/
H A Ddecl.c3666 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3729 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3759 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3775 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3778 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3787 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3788 gnu_desig_type in gnat_to_gnu_entity()
3789 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3792 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3821 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/gcc-interface/
H A Ddecl.c3625 tree gnu_desig_type = NULL_TREE; in gnat_to_gnu_entity() local
3688 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3718 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in gnat_to_gnu_entity()
3734 if (!TYPE_POINTER_TO (gnu_desig_type)) in gnat_to_gnu_entity()
3737 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in gnat_to_gnu_entity()
3746 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in gnat_to_gnu_entity()
3747 gnu_desig_type in gnat_to_gnu_entity()
3748 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in gnat_to_gnu_entity()
3751 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in gnat_to_gnu_entity()
3780 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in gnat_to_gnu_entity()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/gcc-interface/
H A Ddecl.c3666 tree gnu_desig_type = NULL_TREE; in get_bittorrent_pdu_length()
3729 gnu_desig_type = make_dummy_type (gnat_desig_equiv); in get_bittorrent_pdu_length()
3759 gnu_desig_type = gnat_to_gnu_type (gnat_desig_equiv); in get_bittorrent_pdu_length()
3775 if (!TYPE_POINTER_TO (gnu_desig_type)) in get_bittorrent_pdu_length()
3778 gnu_type = TYPE_POINTER_TO (gnu_desig_type); in get_bittorrent_pdu_length()
3787 && !TYPE_IS_DUMMY_P (gnu_desig_type)) in get_bittorrent_pdu_length()
3788 gnu_desig_type in get_bittorrent_pdu_length()
3789 = change_qualified_type (gnu_desig_type, TYPE_QUAL_CONST); in get_bittorrent_pdu_length()
3792 = build_pointer_type_for_mode (gnu_desig_type, p_mode, in get_bittorrent_pdu_length()
3821 update_pointer_to (TYPE_MAIN_VARIANT (gnu_desig_type), in get_bittorrent_pdu_length()
[all …]

123