Home
last modified time | relevance | path

Searched refs:P_Typ (Results 1 – 25 of 51) sorted by path

123

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch6.adb9709 P_Typ : Entity_Id; variable
9724 P_Typ := Etype (P_Formal);
9727 if not Types_Correspond (P_Typ, N_Typ) then
H A Dsem_res.adb8140 P_Typ : Entity_Id; variable
8148 P_Typ := Empty;
8173 if No (P_Typ) then
8174 P_Typ := It.Typ;
8188 if Present (P_Typ) then
8189 Resolve (P, P_Typ);
8190 Set_Etype (N, Designated_Type (P_Typ));
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch6.adb9709 P_Typ : Entity_Id; variable
9724 P_Typ := Etype (P_Formal);
9727 if not Types_Correspond (P_Typ, N_Typ) then
H A Dsem_res.adb8140 P_Typ : Entity_Id; variable
8148 P_Typ := Empty;
8173 if No (P_Typ) then
8174 P_Typ := It.Typ;
8188 if Present (P_Typ) then
8189 Resolve (P, P_Typ);
8190 Set_Etype (N, Designated_Type (P_Typ));
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_ch6.adb9667 P_Typ : Entity_Id; variable
9682 P_Typ := Etype (P_Formal);
9685 if not Types_Correspond (P_Typ, N_Typ) then
H A Dsem_res.adb7409 P_Typ : Entity_Id; variable
7417 P_Typ := Empty;
7442 if No (P_Typ) then
7443 P_Typ := It.Typ;
7457 if Present (P_Typ) then
7458 Resolve (P, P_Typ);
7459 Set_Etype (N, Designated_Type (P_Typ));
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dexp_aggr.adb7743 P_Typ : constant Entity_Id := Etype (Defining_Identifier (P)); constant
7746 if Is_Record_Type (P_Typ) then
7749 return Compile_Time_Known_Bounds (P_Typ);
7756 P_Typ : constant Entity_Id := constant
7759 if Is_Record_Type (P_Typ) then
7762 return Compile_Time_Known_Bounds (P_Typ);
H A Dsem_ch6.adb10027 P_Typ : Entity_Id; variable
10042 P_Typ := Etype (P_Formal);
10045 if not Types_Correspond (P_Typ, N_Typ) then
H A Dsem_res.adb8705 P_Typ : Entity_Id; variable
8713 P_Typ := Empty;
8738 if No (P_Typ) then
8739 P_Typ := It.Typ;
8753 if Present (P_Typ) then
8754 Resolve (P, P_Typ);
8755 Set_Etype (N, Designated_Type (P_Typ));
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_ch6.adb9288 P_Typ : Entity_Id; variable
9303 P_Typ := Etype (P_Formal);
9306 if not Types_Correspond (P_Typ, N_Typ) then
H A Dsem_res.adb7029 P_Typ : Entity_Id; variable
7037 P_Typ := Empty;
7051 if No (P_Typ) then
7052 P_Typ := It.Typ;
7066 if Present (P_Typ) then
7067 Resolve (P, P_Typ);
7068 Set_Etype (N, Designated_Type (P_Typ));
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch6.adb9709 P_Typ : Entity_Id; variable
9724 P_Typ := Etype (P_Formal);
9727 if not Types_Correspond (P_Typ, N_Typ) then
H A Dsem_res.adb8140 P_Typ : Entity_Id; variable
8148 P_Typ := Empty;
8173 if No (P_Typ) then
8174 P_Typ := It.Typ;
8188 if Present (P_Typ) then
8189 Resolve (P, P_Typ);
8190 Set_Etype (N, Designated_Type (P_Typ));
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_ch6.adb9709 P_Typ : Entity_Id; variable
9724 P_Typ := Etype (P_Formal);
9727 if not Types_Correspond (P_Typ, N_Typ) then
H A Dsem_res.adb8140 P_Typ : Entity_Id; variable
8148 P_Typ := Empty;
8173 if No (P_Typ) then
8174 P_Typ := It.Typ;
8188 if Present (P_Typ) then
8189 Resolve (P, P_Typ);
8190 Set_Etype (N, Designated_Type (P_Typ));
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch6.adb9709 P_Typ : Entity_Id; variable
9724 P_Typ := Etype (P_Formal);
9727 if not Types_Correspond (P_Typ, N_Typ) then
H A Dsem_res.adb8140 P_Typ : Entity_Id; variable
8148 P_Typ := Empty;
8173 if No (P_Typ) then
8174 P_Typ := It.Typ;
8188 if Present (P_Typ) then
8189 Resolve (P, P_Typ);
8190 Set_Etype (N, Designated_Type (P_Typ));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_ch6.adb4050 P_Typ : Entity_Id;
4065 P_Typ := Etype (P_Formal);
4068 if not Types_Correspond (P_Typ, N_Typ) then
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_ch6.adb4050 P_Typ : Entity_Id; variable
4065 P_Typ := Etype (P_Formal);
4068 if not Types_Correspond (P_Typ, N_Typ) then
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dexp_aggr.adb7743 P_Typ : constant Entity_Id := Etype (Defining_Identifier (P)); constant
7746 if Is_Record_Type (P_Typ) then
7749 return Compile_Time_Known_Bounds (P_Typ);
7756 P_Typ : constant Entity_Id := constant
7759 if Is_Record_Type (P_Typ) then
7762 return Compile_Time_Known_Bounds (P_Typ);
H A Dsem_ch6.adb10027 P_Typ : Entity_Id; variable
10042 P_Typ := Etype (P_Formal);
10045 if not Types_Correspond (P_Typ, N_Typ) then
H A Dsem_res.adb8705 P_Typ : Entity_Id; variable
8713 P_Typ := Empty;
8738 if No (P_Typ) then
8739 P_Typ := It.Typ;
8753 if Present (P_Typ) then
8754 Resolve (P, P_Typ);
8755 Set_Etype (N, Designated_Type (P_Typ));
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dexp_aggr.adb7743 P_Typ : constant Entity_Id := Etype (Defining_Identifier (P)); constant
7746 if Is_Record_Type (P_Typ) then
7749 return Compile_Time_Known_Bounds (P_Typ);
7756 P_Typ : constant Entity_Id := constant
7759 if Is_Record_Type (P_Typ) then
7762 return Compile_Time_Known_Bounds (P_Typ);
H A Dsem_ch6.adb10027 P_Typ : Entity_Id; variable
10042 P_Typ := Etype (P_Formal);
10045 if not Types_Correspond (P_Typ, N_Typ) then
H A Dsem_res.adb8705 P_Typ : Entity_Id; variable
8713 P_Typ := Empty;
8738 if No (P_Typ) then
8739 P_Typ := It.Typ;
8753 if Present (P_Typ) then
8754 Resolve (P, P_Typ);
8755 Set_Etype (N, Designated_Type (P_Typ));

123