Home
last modified time | relevance | path

Searched refs:RM_Size (Results 26 – 50 of 786) sorted by relevance

12345678910>>...32

/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dexp_fixd.adb356 Left_Size := UI_To_Int (RM_Size (Left_Type));
372 Right_Size := UI_To_Int (RM_Size (Right_Type));
445 X_Size : constant Nat := UI_To_Int (RM_Size (Etype (X)));
446 Y_Size : constant Nat := UI_To_Int (RM_Size (Etype (Y)));
447 Z_Size : constant Nat := UI_To_Int (RM_Size (Etype (Z)));
520 X_Size : constant Nat := UI_To_Int (RM_Size (Etype (X)));
521 Y_Size : constant Nat := UI_To_Int (RM_Size (Etype (Y)));
522 Z_Size : constant Nat := UI_To_Int (RM_Size (Etype (Z)));
699 Left_Size := UI_To_Int (RM_Size (Left_Type));
715 Right_Size := UI_To_Int (RM_Size (Right_Type));
[all …]
H A Drepinfo-input.adb45 RM_Size : Node_Ref_Or_Val; component
188 return JSON_Entity_Table.Table (Index).RM_Size;
523 Ent.RM_Size := No_Uint;
545 Ent.RM_Size := Siz;
549 Ent.RM_Size := Read_Numerical_Expr;
H A Dfreeze.adb785 if RM_Size (T) < S then
2787 Csiz := UI_Max (RM_Size (Ctyp), 1);
3233 and then RM_Size (Idx_Typ) = RM_Size (Standard_Long_Long_Integer)
5846 if RM_Size (E) = Num_Elmts * Rsiz then
5969 Error_Msg_Uint_1 := RM_Size (E);
8338 if Size_Incl_EP <= RM_Size (Typ) then
8560 if Actual_Size > RM_Size (Typ) then
8561 Error_Msg_Uint_1 := RM_Size (Typ);
8651 if RM_Size (Typ) /= Uint_0 then
8652 if RM_Size (Typ) < Minsiz then
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dexp_fixd.adb356 Left_Size := UI_To_Int (RM_Size (Left_Type));
372 Right_Size := UI_To_Int (RM_Size (Right_Type));
445 X_Size : constant Nat := UI_To_Int (RM_Size (Etype (X)));
446 Y_Size : constant Nat := UI_To_Int (RM_Size (Etype (Y)));
447 Z_Size : constant Nat := UI_To_Int (RM_Size (Etype (Z)));
520 X_Size : constant Nat := UI_To_Int (RM_Size (Etype (X)));
521 Y_Size : constant Nat := UI_To_Int (RM_Size (Etype (Y)));
522 Z_Size : constant Nat := UI_To_Int (RM_Size (Etype (Z)));
699 Left_Size := UI_To_Int (RM_Size (Left_Type));
715 Right_Size := UI_To_Int (RM_Size (Right_Type));
[all …]
H A Drepinfo-input.adb45 RM_Size : Node_Ref_Or_Val;
188 return JSON_Entity_Table.Table (Index).RM_Size;
523 Ent.RM_Size := No_Uint;
545 Ent.RM_Size := Siz;
549 Ent.RM_Size := Read_Numerical_Expr;
H A Dfreeze.adb785 if RM_Size (T) < S then
2787 Csiz := UI_Max (RM_Size (Ctyp), 1);
3233 and then RM_Size (Idx_Typ) = RM_Size (Standard_Long_Long_Integer)
5846 if RM_Size (E) = Num_Elmts * Rsiz then
5969 Error_Msg_Uint_1 := RM_Size (E);
8338 if Size_Incl_EP <= RM_Size (Typ) then
8560 if Actual_Size > RM_Size (Typ) then
8561 Error_Msg_Uint_1 := RM_Size (Typ);
8651 if RM_Size (Typ) /= Uint_0 then
8652 if RM_Size (Typ) < Minsiz then
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dfreeze.adb660 if RM_Size (T) < S then
986 if RM_Size (Ctyp) = Uint_0 then
3452 and then RM_Size (Ctyp) < 64
3475 if RM_Size (E) = Len * Rsiz
3497 elsif RM_Size (E) = Len * Rsiz
5714 if Size_Incl_EP <= RM_Size (Typ) then
5830 if Actual_Size > RM_Size (Typ) then
5831 Error_Msg_Uint_1 := RM_Size (Typ);
5920 if RM_Size (Typ) /= Uint_0 then
5921 if RM_Size (Typ) < Minsiz then
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dfreeze.adb660 if RM_Size (T) < S then
986 if RM_Size (Ctyp) = Uint_0 then
3452 and then RM_Size (Ctyp) < 64
3475 if RM_Size (E) = Len * Rsiz
3497 elsif RM_Size (E) = Len * Rsiz
5714 if Size_Incl_EP <= RM_Size (Typ) then
5830 if Actual_Size > RM_Size (Typ) then
5831 Error_Msg_Uint_1 := RM_Size (Typ);
5920 if RM_Size (Typ) /= Uint_0 then
5921 if RM_Size (Typ) < Minsiz then
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dfreeze.adb774 if RM_Size (T) < S then
2350 Csiz := UI_Max (RM_Size (Ctyp), 1);
5239 and then RM_Size (Ctyp) < 64
5275 if RM_Size (E) = Num_Elmts * Rsiz
5404 Error_Msg_Uint_1 := RM_Size (E);
7268 if Size_Incl_EP <= RM_Size (Typ) then
7384 if Actual_Size > RM_Size (Typ) then
7385 Error_Msg_Uint_1 := RM_Size (Typ);
7474 if RM_Size (Typ) /= Uint_0 then
7475 if RM_Size (Typ) < Minsiz then
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dfreeze.adb774 if RM_Size (T) < S then
2350 Csiz := UI_Max (RM_Size (Ctyp), 1);
5239 and then RM_Size (Ctyp) < 64
5275 if RM_Size (E) = Num_Elmts * Rsiz
5404 Error_Msg_Uint_1 := RM_Size (E);
7268 if Size_Incl_EP <= RM_Size (Typ) then
7384 if Actual_Size > RM_Size (Typ) then
7385 Error_Msg_Uint_1 := RM_Size (Typ);
7474 if RM_Size (Typ) /= Uint_0 then
7475 if RM_Size (Typ) < Minsiz then
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dfreeze.adb665 if RM_Size (T) < S then
994 if RM_Size (Ctyp) = Uint_0 then
2091 Csiz := UI_Max (RM_Size (Ctyp), 1);
4393 and then RM_Size (Ctyp) < 64
4429 if RM_Size (E) = Num_Elmts * Rsiz
6234 if Size_Incl_EP <= RM_Size (Typ) then
6350 if Actual_Size > RM_Size (Typ) then
6351 Error_Msg_Uint_1 := RM_Size (Typ);
6440 if RM_Size (Typ) /= Uint_0 then
6441 if RM_Size (Typ) < Minsiz then
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Drepinfo-input.adb45 RM_Size : Node_Ref_Or_Val; component
188 return JSON_Entity_Table.Table (Index).RM_Size;
523 Ent.RM_Size := No_Uint;
545 Ent.RM_Size := Siz;
549 Ent.RM_Size := Read_Numerical_Expr;
H A Dfreeze.adb785 if RM_Size (T) < S then
2787 Csiz := UI_Max (RM_Size (Ctyp), 1);
3233 and then RM_Size (Idx_Typ) = RM_Size (Standard_Long_Long_Integer)
5846 if RM_Size (E) = Num_Elmts * Rsiz then
5969 Error_Msg_Uint_1 := RM_Size (E);
8338 if Size_Incl_EP <= RM_Size (Typ) then
8560 if Actual_Size > RM_Size (Typ) then
8561 Error_Msg_Uint_1 := RM_Size (Typ);
8651 if RM_Size (Typ) /= Uint_0 then
8652 if RM_Size (Typ) < Minsiz then
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Drepinfo-input.adb52 RM_Size : Node_Ref_Or_Val; component
195 return JSON_Entity_Table.Table (Index).RM_Size;
530 Ent.RM_Size := No_Uint;
552 Ent.RM_Size := Siz;
556 Ent.RM_Size := Read_Numerical_Expr;
H A Dfreeze.adb787 if RM_Size (T) < S then
2798 Csiz := UI_Max (RM_Size (Ctyp), 1);
3256 and then RM_Size (Idx_Typ) = RM_Size (Standard_Long_Long_Integer)
5881 if RM_Size (E) = Num_Elmts * Rsiz then
6004 Error_Msg_Uint_1 := RM_Size (E);
8254 if Size_Incl_EP <= RM_Size (Typ) then
8370 if Actual_Size > RM_Size (Typ) then
8371 Error_Msg_Uint_1 := RM_Size (Typ);
8460 if RM_Size (Typ) /= Uint_0 then
8461 if RM_Size (Typ) < Minsiz then
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Drepinfo-input.adb45 RM_Size : Node_Ref_Or_Val; component
188 return JSON_Entity_Table.Table (Index).RM_Size;
523 Ent.RM_Size := No_Uint;
545 Ent.RM_Size := Siz;
549 Ent.RM_Size := Read_Numerical_Expr;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Drepinfo-input.adb52 RM_Size : Node_Ref_Or_Val; component
195 return JSON_Entity_Table.Table (Index).RM_Size;
530 Ent.RM_Size := No_Uint;
552 Ent.RM_Size := Siz;
556 Ent.RM_Size := Read_Numerical_Expr;
H A Dfreeze.adb787 if RM_Size (T) < S then
2795 Csiz := UI_Max (RM_Size (Ctyp), 1);
3253 and then RM_Size (Idx_Typ) = RM_Size (Standard_Long_Long_Integer)
5878 if RM_Size (E) = Num_Elmts * Rsiz then
6001 Error_Msg_Uint_1 := RM_Size (E);
8251 if Size_Incl_EP <= RM_Size (Typ) then
8367 if Actual_Size > RM_Size (Typ) then
8368 Error_Msg_Uint_1 := RM_Size (Typ);
8457 if RM_Size (Typ) /= Uint_0 then
8458 if RM_Size (Typ) < Minsiz then
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Drepinfo-input.adb52 RM_Size : Node_Ref_Or_Val; component
195 return JSON_Entity_Table.Table (Index).RM_Size;
530 Ent.RM_Size := No_Uint;
552 Ent.RM_Size := Siz;
556 Ent.RM_Size := Read_Numerical_Expr;
H A Dfreeze.adb787 if RM_Size (T) < S then
2795 Csiz := UI_Max (RM_Size (Ctyp), 1);
3253 and then RM_Size (Idx_Typ) = RM_Size (Standard_Long_Long_Integer)
5878 if RM_Size (E) = Num_Elmts * Rsiz then
6001 Error_Msg_Uint_1 := RM_Size (E);
8251 if Size_Incl_EP <= RM_Size (Typ) then
8367 if Actual_Size > RM_Size (Typ) then
8368 Error_Msg_Uint_1 := RM_Size (Typ);
8457 if RM_Size (Typ) /= Uint_0 then
8458 if RM_Size (Typ) < Minsiz then
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dfreeze.adb533 if RM_Size (T) < S then
837 if RM_Size (Ctyp) = Uint_0 then
2278 Csiz := UI_Max (RM_Size (Ctyp), 1);
2443 and then RM_Size (Ctyp) < 64
2675 Set_RM_Size (E, RM_Size (Full_View (E)));
3745 if Size_Incl_EP <= RM_Size (Typ) then
3866 if Actual_Size > RM_Size (Typ) then
3867 Error_Msg_Uint_1 := RM_Size (Typ);
3956 if RM_Size (Typ) /= Uint_0 then
3957 if RM_Size (Typ) < Minsiz then
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dfreeze.adb533 if RM_Size (T) < S then
837 if RM_Size (Ctyp) = Uint_0 then
2278 Csiz := UI_Max (RM_Size (Ctyp), 1);
2443 and then RM_Size (Ctyp) < 64
2675 Set_RM_Size (E, RM_Size (Full_View (E)));
3745 if Size_Incl_EP <= RM_Size (Typ) then
3866 if Actual_Size > RM_Size (Typ) then
3867 Error_Msg_Uint_1 := RM_Size (Typ);
3956 if RM_Size (Typ) /= Uint_0 then
3957 if RM_Size (Typ) < Minsiz then
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dfreeze.adb783 if RM_Size (T) < S then
2643 Csiz := UI_Max (RM_Size (Ctyp), 1);
3245 and then RM_Size (Idx_Typ) = RM_Size (Standard_Long_Long_Integer)
5876 if RM_Size (E) = Num_Elmts * Rsiz then
5987 Error_Msg_Uint_1 := RM_Size (E);
8208 if Size_Incl_EP <= RM_Size (Typ) then
8324 if Actual_Size > RM_Size (Typ) then
8325 Error_Msg_Uint_1 := RM_Size (Typ);
8414 if RM_Size (Typ) /= Uint_0 then
8415 if RM_Size (Typ) < Minsiz then
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dfreeze.adb783 if RM_Size (T) < S then
2643 Csiz := UI_Max (RM_Size (Ctyp), 1);
3245 and then RM_Size (Idx_Typ) = RM_Size (Standard_Long_Long_Integer)
5876 if RM_Size (E) = Num_Elmts * Rsiz then
5987 Error_Msg_Uint_1 := RM_Size (E);
8208 if Size_Incl_EP <= RM_Size (Typ) then
8324 if Actual_Size > RM_Size (Typ) then
8325 Error_Msg_Uint_1 := RM_Size (Typ);
8414 if RM_Size (Typ) /= Uint_0 then
8415 if RM_Size (Typ) < Minsiz then
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dfreeze.adb783 if RM_Size (T) < S then
2643 Csiz := UI_Max (RM_Size (Ctyp), 1);
3245 and then RM_Size (Idx_Typ) = RM_Size (Standard_Long_Long_Integer)
5876 if RM_Size (E) = Num_Elmts * Rsiz then
5987 Error_Msg_Uint_1 := RM_Size (E);
8208 if Size_Incl_EP <= RM_Size (Typ) then
8324 if Actual_Size > RM_Size (Typ) then
8325 Error_Msg_Uint_1 := RM_Size (Typ);
8414 if RM_Size (Typ) /= Uint_0 then
8415 if RM_Size (Typ) < Minsiz then
[all …]

12345678910>>...32