]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Present and No functions for type Uint
authorBob Duff <duff@adacore.com>
Tue, 29 Jun 2021 00:02:20 +0000 (20:02 -0400)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 20 Sep 2021 12:31:37 +0000 (12:31 +0000)
commit2175b50b74dd03df45b4efb792029848c4a76381
tree178a93d43acd58d98b39459ca33266ffd0b9dab2
parent9613900aef1cdb5c5c3b867825b6295c0b00f4cc
[Ada] Present and No functions for type Uint

gcc/ada/

* uintp.ads, uintp.adb (Present, No): New functions for
comparing with No_Uint.
* checks.adb, einfo-utils.adb, exp_aggr.adb, exp_attr.adb,
exp_ch3.adb, exp_ch4.adb, exp_dbug.adb, exp_disp.adb,
exp_util.adb, repinfo.adb, repinfo-input.adb, scn.adb,
sem_attr.adb, sem_ch13.adb, sem_eval.adb, sem_util.adb,
sinfo-utils.adb, treepr.adb: Use Present (...) instead of "...
/= No_Uint", and No (...) instead of "... = No_Uint".
20 files changed:
gcc/ada/checks.adb
gcc/ada/einfo-utils.adb
gcc/ada/exp_aggr.adb
gcc/ada/exp_attr.adb
gcc/ada/exp_ch3.adb
gcc/ada/exp_ch4.adb
gcc/ada/exp_dbug.adb
gcc/ada/exp_disp.adb
gcc/ada/exp_util.adb
gcc/ada/repinfo-input.adb
gcc/ada/repinfo.adb
gcc/ada/scn.adb
gcc/ada/sem_attr.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_eval.adb
gcc/ada/sem_util.adb
gcc/ada/sinfo-utils.adb
gcc/ada/treepr.adb
gcc/ada/uintp.adb
gcc/ada/uintp.ads