Searched defs:Decode_Integer (Results 1 – 6 of 6) sorted by relevance
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/ |
H A D | repinfo-input.adb | 224 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint; subprogspec 290 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint is subprogram 291 Len : constant Nat := Int (Hi) - Int (Lo) + 1;
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/ |
H A D | repinfo-input.adb | 231 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint; subprogspec 297 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint is subprogram 298 Len : constant Nat := Int (Hi) - Int (Lo) + 1;
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/ |
H A D | repinfo-input.adb | 224 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint; subprogspec 290 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint is subprogram 291 Len : constant Nat := Int (Hi) - Int (Lo) + 1;
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/ |
H A D | repinfo-input.adb | 231 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint; subprogspec 297 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint is subprogram 298 Len : constant Nat := Int (Hi) - Int (Lo) + 1;
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/ |
H A D | repinfo-input.adb | 224 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint; subprogspec 290 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint is subprogram 291 Len : constant Nat := Int (Hi) - Int (Lo) + 1;
|
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/ |
H A D | repinfo-input.adb | 231 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint; subprogspec 297 function Decode_Integer (Lo, Hi : Text_Ptr) return Uint is subprogram 298 Len : constant Nat := Int (Hi) - Int (Lo) + 1;
|