Home
last modified time | relevance | path

Searched refs:Prev_Entity (Results 1 – 25 of 74) sorted by relevance

123

/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_ch3.adb3247 Prev_Entity : Entity_Id := Empty; variable
3371 if Present (Prev_Entity)
3376 ((Is_Overloadable (Prev_Entity)
3400 Prev_Entity := Empty;
3409 Set_Ghost_Mode (N, Prev_Entity);
3411 if Present (Prev_Entity) then
3954 if Present (Prev_Entity)
4147 or else (Present (Prev_Entity) and then Is_Ghost_Entity (Prev_Entity))
4154 if Present (Prev_Entity) and then Is_Ghost_Entity (Prev_Entity) then
4323 if Present (Prev_Entity)
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_ch3.adb3247 Prev_Entity : Entity_Id := Empty; variable
3371 if Present (Prev_Entity)
3376 ((Is_Overloadable (Prev_Entity)
3400 Prev_Entity := Empty;
3409 Set_Ghost_Mode (N, Prev_Entity);
3411 if Present (Prev_Entity) then
3954 if Present (Prev_Entity)
4147 or else (Present (Prev_Entity) and then Is_Ghost_Entity (Prev_Entity))
4154 if Present (Prev_Entity) and then Is_Ghost_Entity (Prev_Entity) then
4323 if Present (Prev_Entity)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dgen_il-fields.ads855 Prev_Entity,
H A Dsem_ch3.adb4044 Prev_Entity : Entity_Id := Empty; variable
4066 Prev_Entity := Current_Entity_In_Scope (Id);
4068 if Present (Prev_Entity)
4073 ((Is_Overloadable (Prev_Entity)
4090 (Ekind (Prev_Entity) = E_Package
4107 Prev_Entity := Empty;
4111 if Present (Prev_Entity) then
4120 Generate_Reference (Prev_Entity, Id, 'c');
5084 if Present (Prev_Entity)
5085 and then Is_Frozen (Prev_Entity)
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_ch3.adb3657 Prev_Entity : Entity_Id := Empty; variable
3947 Prev_Entity := Current_Entity_In_Scope (Id);
3949 if Present (Prev_Entity)
3954 ((Is_Overloadable (Prev_Entity)
3971 (Ekind (Prev_Entity) = E_Package
3988 Prev_Entity := Empty;
3992 if Present (Prev_Entity) then
4001 Generate_Reference (Prev_Entity, Id, 'c');
4975 if Present (Prev_Entity)
4976 and then Is_Frozen (Prev_Entity)
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_ch3.adb3942 Prev_Entity : Entity_Id := Empty; variable
3964 Prev_Entity := Current_Entity_In_Scope (Id);
3966 if Present (Prev_Entity)
3971 ((Is_Overloadable (Prev_Entity)
3988 (Ekind (Prev_Entity) = E_Package
4005 Prev_Entity := Empty;
4009 if Present (Prev_Entity) then
4018 Generate_Reference (Prev_Entity, Id, 'c');
4987 if Present (Prev_Entity)
4988 and then Is_Frozen (Prev_Entity)
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_ch3.adb3675 Prev_Entity : Entity_Id := Empty; variable
3971 Prev_Entity := Current_Entity_In_Scope (Id);
3973 if Present (Prev_Entity)
3978 ((Is_Overloadable (Prev_Entity)
3995 (Ekind (Prev_Entity) = E_Package
4012 Prev_Entity := Empty;
4016 if Present (Prev_Entity) then
4025 Generate_Reference (Prev_Entity, Id, 'c');
5023 if Present (Prev_Entity)
5024 and then Is_Frozen (Prev_Entity)
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_ch3.adb3942 Prev_Entity : Entity_Id := Empty; variable
3964 Prev_Entity := Current_Entity_In_Scope (Id);
3966 if Present (Prev_Entity)
3971 ((Is_Overloadable (Prev_Entity)
3988 (Ekind (Prev_Entity) = E_Package
4005 Prev_Entity := Empty;
4009 if Present (Prev_Entity) then
4018 Generate_Reference (Prev_Entity, Id, 'c');
4987 if Present (Prev_Entity)
4988 and then Is_Frozen (Prev_Entity)
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_ch3.adb3675 Prev_Entity : Entity_Id := Empty; variable
3971 Prev_Entity := Current_Entity_In_Scope (Id);
3973 if Present (Prev_Entity)
3978 ((Is_Overloadable (Prev_Entity)
3995 (Ekind (Prev_Entity) = E_Package
4012 Prev_Entity := Empty;
4016 if Present (Prev_Entity) then
4025 Generate_Reference (Prev_Entity, Id, 'c');
5023 if Present (Prev_Entity)
5024 and then Is_Frozen (Prev_Entity)
[all …]
H A DChangeLog-20184115 elaboration to make room for the new field Prev_Entity.
4119 (Prev_Entity): Added to fetch new node field Prev_Entity in all entity
4124 (Set_Prev_Entity): Added to set Prev_Entity field.
4126 (Unlink_Next_Entity): Added to process Prev_Entity when an unlinking
4134 (Make_Class_Wide_Type): Preserve Prev_Entity field and set in new type.
4135 (Copy_And_Swap): Add setting of Prev_Entity.
4140 entities in the entity chain with relevant calls to Prev_Entity as well
4164 * exp_util.adb (New_Class_Wide_Subtype): Add setting of Prev_Entity.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_ch3.adb3942 Prev_Entity : Entity_Id := Empty; variable
3964 Prev_Entity := Current_Entity_In_Scope (Id);
3966 if Present (Prev_Entity)
3971 ((Is_Overloadable (Prev_Entity)
3988 (Ekind (Prev_Entity) = E_Package
4005 Prev_Entity := Empty;
4009 if Present (Prev_Entity) then
4018 Generate_Reference (Prev_Entity, Id, 'c');
4987 if Present (Prev_Entity)
4988 and then Is_Frozen (Prev_Entity)
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_ch3.adb3675 Prev_Entity : Entity_Id := Empty; variable
3971 Prev_Entity := Current_Entity_In_Scope (Id);
3973 if Present (Prev_Entity)
3978 ((Is_Overloadable (Prev_Entity)
3995 (Ekind (Prev_Entity) = E_Package
4012 Prev_Entity := Empty;
4016 if Present (Prev_Entity) then
4025 Generate_Reference (Prev_Entity, Id, 'c');
5023 if Present (Prev_Entity)
5024 and then Is_Frozen (Prev_Entity)
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_ch3.adb3657 Prev_Entity : Entity_Id := Empty; variable
3947 Prev_Entity := Current_Entity_In_Scope (Id);
3949 if Present (Prev_Entity)
3954 ((Is_Overloadable (Prev_Entity)
3971 (Ekind (Prev_Entity) = E_Package
3988 Prev_Entity := Empty;
3992 if Present (Prev_Entity) then
4001 Generate_Reference (Prev_Entity, Id, 'c');
4975 if Present (Prev_Entity)
4976 and then Is_Frozen (Prev_Entity)
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_ch3.adb3657 Prev_Entity : Entity_Id := Empty; variable
3947 Prev_Entity := Current_Entity_In_Scope (Id);
3949 if Present (Prev_Entity)
3954 ((Is_Overloadable (Prev_Entity)
3971 (Ekind (Prev_Entity) = E_Package
3988 Prev_Entity := Empty;
3992 if Present (Prev_Entity) then
4001 Generate_Reference (Prev_Entity, Id, 'c');
4975 if Present (Prev_Entity)
4976 and then Is_Frozen (Prev_Entity)
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch3.adb3642 Prev_Entity : Entity_Id := Empty; variable
3931 Prev_Entity := Current_Entity_In_Scope (Id);
3933 if Present (Prev_Entity)
3938 ((Is_Overloadable (Prev_Entity)
3955 (Ekind (Prev_Entity) = E_Package
3972 Prev_Entity := Empty;
3976 if Present (Prev_Entity) then
3981 Mark_And_Set_Ghost_Completion (N, Prev_Entity);
3985 Generate_Reference (Prev_Entity, Id, 'c');
4917 if Present (Prev_Entity)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch3.adb3642 Prev_Entity : Entity_Id := Empty; variable
3931 Prev_Entity := Current_Entity_In_Scope (Id);
3933 if Present (Prev_Entity)
3938 ((Is_Overloadable (Prev_Entity)
3955 (Ekind (Prev_Entity) = E_Package
3972 Prev_Entity := Empty;
3976 if Present (Prev_Entity) then
3981 Mark_And_Set_Ghost_Completion (N, Prev_Entity);
3985 Generate_Reference (Prev_Entity, Id, 'c');
4917 if Present (Prev_Entity)
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_ch3.adb3642 Prev_Entity : Entity_Id := Empty; variable
3931 Prev_Entity := Current_Entity_In_Scope (Id);
3933 if Present (Prev_Entity)
3938 ((Is_Overloadable (Prev_Entity)
3955 (Ekind (Prev_Entity) = E_Package
3972 Prev_Entity := Empty;
3976 if Present (Prev_Entity) then
3981 Mark_And_Set_Ghost_Completion (N, Prev_Entity);
3985 Generate_Reference (Prev_Entity, Id, 'c');
4917 if Present (Prev_Entity)
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch3.adb3642 Prev_Entity : Entity_Id := Empty; variable
3931 Prev_Entity := Current_Entity_In_Scope (Id);
3933 if Present (Prev_Entity)
3938 ((Is_Overloadable (Prev_Entity)
3955 (Ekind (Prev_Entity) = E_Package
3972 Prev_Entity := Empty;
3976 if Present (Prev_Entity) then
3981 Mark_And_Set_Ghost_Completion (N, Prev_Entity);
3985 Generate_Reference (Prev_Entity, Id, 'c');
4917 if Present (Prev_Entity)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch3.adb3642 Prev_Entity : Entity_Id := Empty; variable
3931 Prev_Entity := Current_Entity_In_Scope (Id);
3933 if Present (Prev_Entity)
3938 ((Is_Overloadable (Prev_Entity)
3955 (Ekind (Prev_Entity) = E_Package
3972 Prev_Entity := Empty;
3976 if Present (Prev_Entity) then
3981 Mark_And_Set_Ghost_Completion (N, Prev_Entity);
3985 Generate_Reference (Prev_Entity, Id, 'c');
4917 if Present (Prev_Entity)
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_ch3.adb3642 Prev_Entity : Entity_Id := Empty; variable
3931 Prev_Entity := Current_Entity_In_Scope (Id);
3933 if Present (Prev_Entity)
3938 ((Is_Overloadable (Prev_Entity)
3955 (Ekind (Prev_Entity) = E_Package
3972 Prev_Entity := Empty;
3976 if Present (Prev_Entity) then
3981 Mark_And_Set_Ghost_Completion (N, Prev_Entity);
3985 Generate_Reference (Prev_Entity, Id, 'c');
4917 if Present (Prev_Entity)
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_ch3.adb1336 Prev_Entity : Entity_Id := Empty; variable
1402 Prev_Entity := Current_Entity_In_Scope (Id);
1407 if Present (Prev_Entity)
1408 and then Is_Overloadable (Prev_Entity)
1409 and then Is_Inherited_Operation (Prev_Entity)
1411 Prev_Entity := Empty;
1415 if Present (Prev_Entity) then
1418 Generate_Reference (Prev_Entity, Id, 'c');
1951 if Present (Prev_Entity)
1952 and then Is_Frozen (Prev_Entity)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_ch3.adb1336 Prev_Entity : Entity_Id := Empty; variable
1402 Prev_Entity := Current_Entity_In_Scope (Id);
1407 if Present (Prev_Entity)
1408 and then Is_Overloadable (Prev_Entity)
1409 and then Is_Inherited_Operation (Prev_Entity)
1411 Prev_Entity := Empty;
1415 if Present (Prev_Entity) then
1418 Generate_Reference (Prev_Entity, Id, 'c');
1951 if Present (Prev_Entity)
1952 and then Is_Frozen (Prev_Entity)
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_ch3.adb2809 Prev_Entity : Entity_Id := Empty; variable
2891 Prev_Entity := Current_Entity_In_Scope (Id);
2893 if Present (Prev_Entity)
2899 ((Is_Overloadable (Prev_Entity)
2916 (Ekind (Prev_Entity) = E_Package
2917 and then Nkind (Parent (Prev_Entity)) =
2922 Prev_Entity := Empty;
2926 if Present (Prev_Entity) then
2929 Generate_Reference (Prev_Entity, Id, 'c');
3705 if Present (Prev_Entity)
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_ch3.adb2809 Prev_Entity : Entity_Id := Empty; variable
2891 Prev_Entity := Current_Entity_In_Scope (Id);
2893 if Present (Prev_Entity)
2899 ((Is_Overloadable (Prev_Entity)
2916 (Ekind (Prev_Entity) = E_Package
2917 and then Nkind (Parent (Prev_Entity)) =
2922 Prev_Entity := Empty;
2926 if Present (Prev_Entity) then
2929 Generate_Reference (Prev_Entity, Id, 'c');
3705 if Present (Prev_Entity)
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_ch3.adb3095 Prev_Entity : Entity_Id := Empty; variable
3177 Prev_Entity := Current_Entity_In_Scope (Id);
3179 if Present (Prev_Entity)
3185 ((Is_Overloadable (Prev_Entity)
3202 (Ekind (Prev_Entity) = E_Package
3203 and then Nkind (Parent (Prev_Entity)) =
3208 Prev_Entity := Empty;
3212 if Present (Prev_Entity) then
3215 Generate_Reference (Prev_Entity, Id, 'c');
4001 if Present (Prev_Entity)
[all …]

123