Home
last modified time | relevance | path

Searched refs:Otyp (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dexp_vfpt.adb238 function Call_Type (T : Entity_Id; Otyp : Entity_Id) return RE_Id;
253 function Call_Type (T : Entity_Id; Otyp : Entity_Id) return RE_Id is
270 if Vax_Float (Otyp)
271 and then Digits_Value (Otyp) = VAXGF_Digits
290 if Digits_Value (Otyp) = VAXFF_Digits then
H A Dexp_util.adb3643 Otyp : Entity_Id; variable
3688 Otyp := Etype (Exp);
3690 Otyp := Entity (Subtype_Mark (Exp));
3708 if Present (Underlying_Type (Otyp)) then
3709 Otyp := Underlying_Type (Otyp);
3716 if Is_Concurrent_Type (Otyp) then
3717 Otyp := Corresponding_Record_Type (Otyp);
3739 elsif Size_Known_At_Compile_Time (Otyp)
3741 and then not (Is_Record_Type (Otyp) and then not Is_Constrained (Otyp))
3760 elsif Is_Packed_Array_Type (Otyp)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dexp_vfpt.adb238 function Call_Type (T : Entity_Id; Otyp : Entity_Id) return RE_Id;
253 function Call_Type (T : Entity_Id; Otyp : Entity_Id) return RE_Id is
270 if Vax_Float (Otyp)
271 and then Digits_Value (Otyp) = VAXGF_Digits
290 if Digits_Value (Otyp) = VAXFF_Digits then
H A Dexp_util.adb3643 Otyp : Entity_Id; variable
3688 Otyp := Etype (Exp);
3690 Otyp := Entity (Subtype_Mark (Exp));
3708 if Present (Underlying_Type (Otyp)) then
3709 Otyp := Underlying_Type (Otyp);
3716 if Is_Concurrent_Type (Otyp) then
3717 Otyp := Corresponding_Record_Type (Otyp);
3739 elsif Size_Known_At_Compile_Time (Otyp)
3741 and then not (Is_Record_Type (Otyp) and then not Is_Constrained (Otyp))
3760 elsif Is_Packed_Array_Type (Otyp)
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dexp_vfpt.adb323 function Call_Type (T : Entity_Id; Otyp : Entity_Id) return RE_Id;
338 function Call_Type (T : Entity_Id; Otyp : Entity_Id) return RE_Id is
355 if Vax_Float (Otyp)
356 and then Digits_Value (Otyp) = VAXGF_Digits
375 if Digits_Value (Otyp) = VAXFF_Digits then
H A Dexp_util.adb7340 Otyp : Entity_Id; variable
7384 Otyp := Etype (Exp);
7386 Otyp := Entity (Subtype_Mark (Exp));
7405 Otyp := Underlying_Type (Otyp);
7412 if Is_Concurrent_Type (Otyp) then
7413 Otyp := Corresponding_Record_Type (Otyp);
7429 elsif Etype (Ityp) = Otyp
7453 elsif Size_Known_At_Compile_Time (Otyp)
7457 and then not (Is_Record_Type (Otyp) and then not Is_Constrained (Otyp))
7476 elsif Is_Packed_Array_Type (Otyp)
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dexp_vfpt.adb323 function Call_Type (T : Entity_Id; Otyp : Entity_Id) return RE_Id;
338 function Call_Type (T : Entity_Id; Otyp : Entity_Id) return RE_Id is
355 if Vax_Float (Otyp)
356 and then Digits_Value (Otyp) = VAXGF_Digits
375 if Digits_Value (Otyp) = VAXFF_Digits then
H A Dexp_util.adb7358 Otyp : Entity_Id; variable
7402 Otyp := Etype (Exp);
7404 Otyp := Entity (Subtype_Mark (Exp));
7423 Otyp := Underlying_Type (Otyp);
7430 if Is_Concurrent_Type (Otyp) then
7431 Otyp := Corresponding_Record_Type (Otyp);
7447 elsif Etype (Ityp) = Otyp
7471 elsif Size_Known_At_Compile_Time (Otyp)
7475 and then not (Is_Record_Type (Otyp) and then not Is_Constrained (Otyp))
7494 elsif Is_Packed_Array_Type (Otyp)
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dexp_vfpt.adb323 function Call_Type (T : Entity_Id; Otyp : Entity_Id) return RE_Id;
338 function Call_Type (T : Entity_Id; Otyp : Entity_Id) return RE_Id is
355 if Vax_Float (Otyp)
356 and then Digits_Value (Otyp) = VAXGF_Digits
375 if Digits_Value (Otyp) = VAXFF_Digits then
H A Dexp_util.adb7358 Otyp : Entity_Id; variable
7402 Otyp := Etype (Exp);
7404 Otyp := Entity (Subtype_Mark (Exp));
7423 Otyp := Underlying_Type (Otyp);
7430 if Is_Concurrent_Type (Otyp) then
7431 Otyp := Corresponding_Record_Type (Otyp);
7447 elsif Etype (Ityp) = Otyp
7471 elsif Size_Known_At_Compile_Time (Otyp)
7475 and then not (Is_Record_Type (Otyp) and then not Is_Constrained (Otyp))
7494 elsif Is_Packed_Array_Type (Otyp)
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-ieee-numeric_std.adb48 function Create_Res_Type (Otyp : Type_Acc; Len : Uns32) return Type_Acc is
50 if Otyp.Vbound.Len = Len
51 and then Otyp.Vbound.Right = 0
52 and then Otyp.Vbound.Dir = Dir_Downto
54 pragma Assert (Otyp.Vbound.Left = Int32 (Len) - 1);
55 return Otyp;
57 return Create_Vec_Type_By_Length (Len, Otyp.Vec_El);
H A Dsynth-context.adb314 Otyp : constant Type_Acc := Get_Subtype_Object (Syn_Inst, Obj_Type); constant
321 Wid := Alloc_Wire (Kind, Otyp, Obj);
323 Val := Create_Value_Wire (Wid, Otyp);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dexp_util.adb8321 Otyp : Entity_Id; variable
8365 Otyp := Etype (Exp);
8367 Otyp := Entity (Subtype_Mark (Exp));
8386 Otyp := Underlying_Type (Otyp);
8393 if Is_Concurrent_Type (Otyp) then
8394 Otyp := Corresponding_Record_Type (Otyp);
8410 elsif Etype (Ityp) = Otyp
8434 elsif Size_Known_At_Compile_Time (Otyp)
8438 and then not (Is_Record_Type (Otyp) and then not Is_Constrained (Otyp))
8457 elsif Is_Packed_Array_Impl_Type (Otyp)
[all …]
H A Dexp_pakd.adb2427 Otyp : Entity_Id; variable
2440 Otyp := Component_Type (PAT);
2444 Otyp := PAT;
2453 Osiz := UI_From_Int (Minimum_Size (Otyp));
2542 Analyze_And_Resolve (Obj, Otyp, Suppress => All_Checks);
2547 Set_Etype (Obj, Otyp);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dexp_util.adb8321 Otyp : Entity_Id; variable
8365 Otyp := Etype (Exp);
8367 Otyp := Entity (Subtype_Mark (Exp));
8386 Otyp := Underlying_Type (Otyp);
8393 if Is_Concurrent_Type (Otyp) then
8394 Otyp := Corresponding_Record_Type (Otyp);
8410 elsif Etype (Ityp) = Otyp
8434 elsif Size_Known_At_Compile_Time (Otyp)
8438 and then not (Is_Record_Type (Otyp) and then not Is_Constrained (Otyp))
8457 elsif Is_Packed_Array_Impl_Type (Otyp)
[all …]
H A Dexp_pakd.adb2427 Otyp : Entity_Id; variable
2440 Otyp := Component_Type (PAT);
2444 Otyp := PAT;
2453 Osiz := UI_From_Int (Minimum_Size (Otyp));
2542 Analyze_And_Resolve (Obj, Otyp, Suppress => All_Checks);
2547 Set_Etype (Obj, Otyp);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_pakd.adb2399 Otyp : Entity_Id; variable
2412 Otyp := Component_Type (PAT);
2416 Otyp := PAT;
2425 Osiz := UI_From_Int (Minimum_Size (Otyp));
2514 Analyze_And_Resolve (Obj, Otyp, Suppress => All_Checks);
2519 Set_Etype (Obj, Otyp);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_pakd.adb2399 Otyp : Entity_Id; variable
2412 Otyp := Component_Type (PAT);
2416 Otyp := PAT;
2425 Osiz := UI_From_Int (Minimum_Size (Otyp));
2514 Analyze_And_Resolve (Obj, Otyp, Suppress => All_Checks);
2519 Set_Etype (Obj, Otyp);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_pakd.adb2399 Otyp : Entity_Id; variable
2412 Otyp := Component_Type (PAT);
2416 Otyp := PAT;
2425 Osiz := UI_From_Int (Minimum_Size (Otyp));
2514 Analyze_And_Resolve (Obj, Otyp, Suppress => All_Checks);
2519 Set_Etype (Obj, Otyp);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dexp_pakd.adb2399 Otyp : Entity_Id; variable
2412 Otyp := Component_Type (PAT);
2416 Otyp := PAT;
2425 Osiz := UI_From_Int (Minimum_Size (Otyp));
2514 Analyze_And_Resolve (Obj, Otyp, Suppress => All_Checks);
2519 Set_Etype (Obj, Otyp);
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dexp_pakd.adb2399 Otyp : Entity_Id; variable
2412 Otyp := Component_Type (PAT);
2416 Otyp := PAT;
2425 Osiz := UI_From_Int (Minimum_Size (Otyp));
2514 Analyze_And_Resolve (Obj, Otyp, Suppress => All_Checks);
2519 Set_Etype (Obj, Otyp);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_pakd.adb2399 Otyp : Entity_Id; variable
2412 Otyp := Component_Type (PAT);
2416 Otyp := PAT;
2425 Osiz := UI_From_Int (Minimum_Size (Otyp));
2514 Analyze_And_Resolve (Obj, Otyp, Suppress => All_Checks);
2519 Set_Etype (Obj, Otyp);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dexp_pakd.adb2400 Otyp : Entity_Id; variable
2413 Otyp := Component_Type (PAT);
2417 Otyp := PAT;
2426 Osiz := UI_From_Int (Minimum_Size (Otyp));
2515 Analyze_And_Resolve (Obj, Otyp, Suppress => All_Checks);
2520 Set_Etype (Obj, Otyp);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dexp_pakd.adb2400 Otyp : Entity_Id; variable
2413 Otyp := Component_Type (PAT);
2417 Otyp := PAT;
2426 Osiz := UI_From_Int (Minimum_Size (Otyp));
2515 Analyze_And_Resolve (Obj, Otyp, Suppress => All_Checks);
2520 Set_Etype (Obj, Otyp);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dexp_pakd.adb2400 Otyp : Entity_Id; variable
2413 Otyp := Component_Type (PAT);
2417 Otyp := PAT;
2426 Osiz := UI_From_Int (Minimum_Size (Otyp));
2515 Analyze_And_Resolve (Obj, Otyp, Suppress => All_Checks);
2520 Set_Etype (Obj, Otyp);

1234