Home
last modified time | relevance | path

Searched refs:Slice_Subtype (Results 1 – 24 of 24) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_res.adb6484 Slice_Subtype : Entity_Id; variable
6513 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
6519 Set_First_Index (Slice_Subtype, Index);
6520 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
6521 Set_Is_Constrained (Slice_Subtype, True);
6522 Init_Size_Align (Slice_Subtype);
6524 Check_Compile_Time_Size (Slice_Subtype);
6529 Set_Etype (N, Slice_Subtype);
6537 if Is_Packed (Slice_Subtype) and not In_Default_Expression then
6538 Freeze_Itype (Slice_Subtype, N);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_res.adb6484 Slice_Subtype : Entity_Id; variable
6513 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
6519 Set_First_Index (Slice_Subtype, Index);
6520 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
6521 Set_Is_Constrained (Slice_Subtype, True);
6522 Init_Size_Align (Slice_Subtype);
6524 Check_Compile_Time_Size (Slice_Subtype);
6529 Set_Etype (N, Slice_Subtype);
6537 if Is_Packed (Slice_Subtype) and not In_Default_Expression then
6538 Freeze_Itype (Slice_Subtype, N);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_res.adb10140 Slice_Subtype : Entity_Id; variable
10180 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
10186 Set_First_Index (Slice_Subtype, Index);
10187 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
10188 Set_Is_Constrained (Slice_Subtype, True);
10190 Check_Compile_Time_Size (Slice_Subtype);
10195 Set_Etype (N, Slice_Subtype);
10201 if Is_Packed (Slice_Subtype) and not In_Spec_Expression then
10202 Freeze_Itype (Slice_Subtype, N);
10212 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_res.adb10140 Slice_Subtype : Entity_Id; variable
10180 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
10186 Set_First_Index (Slice_Subtype, Index);
10187 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
10188 Set_Is_Constrained (Slice_Subtype, True);
10190 Check_Compile_Time_Size (Slice_Subtype);
10195 Set_Etype (N, Slice_Subtype);
10201 if Is_Packed (Slice_Subtype) and not In_Spec_Expression then
10202 Freeze_Itype (Slice_Subtype, N);
10212 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_res.adb11400 Slice_Subtype : Entity_Id; variable
11452 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
11458 Set_First_Index (Slice_Subtype, Index);
11459 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
11460 Set_Is_Constrained (Slice_Subtype, True);
11462 Check_Compile_Time_Size (Slice_Subtype);
11467 Set_Etype (N, Slice_Subtype);
11473 if Is_Packed (Slice_Subtype) and not In_Spec_Expression then
11474 Freeze_Itype (Slice_Subtype, N);
11484 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_res.adb10649 Slice_Subtype : Entity_Id; variable
10701 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
10707 Set_First_Index (Slice_Subtype, Index);
10708 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
10709 Set_Is_Constrained (Slice_Subtype, True);
10711 Check_Compile_Time_Size (Slice_Subtype);
10716 Set_Etype (N, Slice_Subtype);
10722 if Is_Packed (Slice_Subtype) and not In_Spec_Expression then
10723 Freeze_Itype (Slice_Subtype, N);
10733 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_res.adb11400 Slice_Subtype : Entity_Id; variable
11452 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
11458 Set_First_Index (Slice_Subtype, Index);
11459 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
11460 Set_Is_Constrained (Slice_Subtype, True);
11462 Check_Compile_Time_Size (Slice_Subtype);
11467 Set_Etype (N, Slice_Subtype);
11473 if Is_Packed (Slice_Subtype) and not In_Spec_Expression then
11474 Freeze_Itype (Slice_Subtype, N);
11484 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_res.adb11620 Slice_Subtype : Entity_Id; variable
11672 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
11678 Set_First_Index (Slice_Subtype, Index);
11679 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
11680 Set_Is_Constrained (Slice_Subtype, True);
11682 Check_Compile_Time_Size (Slice_Subtype);
11687 Set_Etype (N, Slice_Subtype);
11693 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
11694 Freeze_Itype (Slice_Subtype, N);
11704 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_res.adb11826 Slice_Subtype : Entity_Id; variable
11879 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
11885 Set_First_Index (Slice_Subtype, Index);
11886 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
11887 Set_Is_Constrained (Slice_Subtype, True);
11889 Check_Compile_Time_Size (Slice_Subtype);
11894 Set_Etype (N, Slice_Subtype);
11900 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
11901 Freeze_Itype (Slice_Subtype, N);
11911 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_res.adb12359 Slice_Subtype : Entity_Id; variable
12412 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
12418 Set_First_Index (Slice_Subtype, Index);
12419 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
12420 Set_Is_Constrained (Slice_Subtype, True);
12422 Check_Compile_Time_Size (Slice_Subtype);
12427 Set_Etype (N, Slice_Subtype);
12433 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
12434 Freeze_Itype (Slice_Subtype, N);
12444 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_res.adb11620 Slice_Subtype : Entity_Id; variable
11672 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
11678 Set_First_Index (Slice_Subtype, Index);
11679 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
11680 Set_Is_Constrained (Slice_Subtype, True);
11682 Check_Compile_Time_Size (Slice_Subtype);
11687 Set_Etype (N, Slice_Subtype);
11693 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
11694 Freeze_Itype (Slice_Subtype, N);
11704 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_res.adb12417 Slice_Subtype : Entity_Id; variable
12470 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
12476 Set_First_Index (Slice_Subtype, Index);
12477 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
12478 Set_Is_Constrained (Slice_Subtype, True);
12480 Check_Compile_Time_Size (Slice_Subtype);
12485 Set_Etype (N, Slice_Subtype);
12491 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
12492 Freeze_Itype (Slice_Subtype, N);
12503 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_res.adb12359 Slice_Subtype : Entity_Id; variable
12412 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
12418 Set_First_Index (Slice_Subtype, Index);
12419 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
12420 Set_Is_Constrained (Slice_Subtype, True);
12422 Check_Compile_Time_Size (Slice_Subtype);
12427 Set_Etype (N, Slice_Subtype);
12433 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
12434 Freeze_Itype (Slice_Subtype, N);
12444 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_res.adb11620 Slice_Subtype : Entity_Id; variable
11672 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
11678 Set_First_Index (Slice_Subtype, Index);
11679 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
11680 Set_Is_Constrained (Slice_Subtype, True);
11682 Check_Compile_Time_Size (Slice_Subtype);
11687 Set_Etype (N, Slice_Subtype);
11693 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
11694 Freeze_Itype (Slice_Subtype, N);
11704 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_res.adb11620 Slice_Subtype : Entity_Id; variable
11672 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
11678 Set_First_Index (Slice_Subtype, Index);
11679 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
11680 Set_Is_Constrained (Slice_Subtype, True);
11682 Check_Compile_Time_Size (Slice_Subtype);
11687 Set_Etype (N, Slice_Subtype);
11693 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
11694 Freeze_Itype (Slice_Subtype, N);
11704 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_res.adb11620 Slice_Subtype : Entity_Id; variable
11672 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
11678 Set_First_Index (Slice_Subtype, Index);
11679 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
11680 Set_Is_Constrained (Slice_Subtype, True);
11682 Check_Compile_Time_Size (Slice_Subtype);
11687 Set_Etype (N, Slice_Subtype);
11693 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
11694 Freeze_Itype (Slice_Subtype, N);
11704 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_res.adb12417 Slice_Subtype : Entity_Id; variable
12470 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
12476 Set_First_Index (Slice_Subtype, Index);
12477 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
12478 Set_Is_Constrained (Slice_Subtype, True);
12480 Check_Compile_Time_Size (Slice_Subtype);
12485 Set_Etype (N, Slice_Subtype);
12491 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
12492 Freeze_Itype (Slice_Subtype, N);
12503 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_res.adb12359 Slice_Subtype : Entity_Id; variable
12412 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
12418 Set_First_Index (Slice_Subtype, Index);
12419 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
12420 Set_Is_Constrained (Slice_Subtype, True);
12422 Check_Compile_Time_Size (Slice_Subtype);
12427 Set_Etype (N, Slice_Subtype);
12433 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
12434 Freeze_Itype (Slice_Subtype, N);
12444 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_res.adb11620 Slice_Subtype : Entity_Id; variable
11672 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
11678 Set_First_Index (Slice_Subtype, Index);
11679 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
11680 Set_Is_Constrained (Slice_Subtype, True);
11682 Check_Compile_Time_Size (Slice_Subtype);
11687 Set_Etype (N, Slice_Subtype);
11693 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
11694 Freeze_Itype (Slice_Subtype, N);
11704 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_res.adb12417 Slice_Subtype : Entity_Id; variable
12470 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
12476 Set_First_Index (Slice_Subtype, Index);
12477 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
12478 Set_Is_Constrained (Slice_Subtype, True);
12480 Check_Compile_Time_Size (Slice_Subtype);
12485 Set_Etype (N, Slice_Subtype);
12491 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
12492 Freeze_Itype (Slice_Subtype, N);
12503 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_res.adb11826 Slice_Subtype : Entity_Id; variable
11879 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
11885 Set_First_Index (Slice_Subtype, Index);
11886 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
11887 Set_Is_Constrained (Slice_Subtype, True);
11889 Check_Compile_Time_Size (Slice_Subtype);
11894 Set_Etype (N, Slice_Subtype);
11900 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
11901 Freeze_Itype (Slice_Subtype, N);
11911 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_res.adb11826 Slice_Subtype : Entity_Id; variable
11879 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
11885 Set_First_Index (Slice_Subtype, Index);
11886 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
11887 Set_Is_Constrained (Slice_Subtype, True);
11889 Check_Compile_Time_Size (Slice_Subtype);
11894 Set_Etype (N, Slice_Subtype);
11900 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
11901 Freeze_Itype (Slice_Subtype, N);
11911 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_res.adb12628 Slice_Subtype : Entity_Id; variable
12681 Slice_Subtype := Create_Itype (E_Array_Subtype, N);
12687 Set_First_Index (Slice_Subtype, Index);
12688 Set_Etype (Slice_Subtype, Base_Type (Etype (N)));
12689 Set_Is_Constrained (Slice_Subtype, True);
12691 Check_Compile_Time_Size (Slice_Subtype);
12696 Set_Etype (N, Slice_Subtype);
12702 if Is_Bit_Packed_Array (Slice_Subtype) and not In_Spec_Expression then
12703 Freeze_Itype (Slice_Subtype, N);
12713 Ensure_Defined (Typ => Slice_Subtype, N => N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes_meta.py363 Slice_Subtype = 290 variable in fields