ada: Cleanup more "not Present"
commitafb52e6e41383d778c10ea086366980004ed5d6c
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 13 Oct 2023 08:40:12 +0000 (13 10:40 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 7 Nov 2023 09:15:03 +0000 (7 10:15 +0100)
treef661845d847869c3deb8735e89d8e5aca79a8385
parentf9e0e67b260f55fc05c7ffe01217561ac3f2aef4
ada: Cleanup more "not Present"

We had a GNATcheck rule that suggests replacing "not Present (...)" with
"No (...)", but it only detected calls with a parameter of type Node_Id.
Now this rules also detects parameters of type Elist_Id.

gcc/ada/

* sem_ch3.adb, sem_ch4.adb, sem_eval.adb: Fix newly detected
violations.
gcc/ada/sem_ch3.adb
gcc/ada/sem_ch4.adb
gcc/ada/sem_eval.adb