inline.adb (Has_Initialized_Type): Adapt to new names.
authorYannick Moy <moy@adacore.com>
Tue, 26 May 2015 09:35:07 +0000 (09:35 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 26 May 2015 09:35:07 +0000 (11:35 +0200)
commit90a4b3367997dd7327bb1668c0a89c2318e8ef9c
tree8066afafdb2ec4a6940ea9c2e31bc092ced59858
parent35fd12d80463c7e5fcc05c2128311f2f0c5b37cc
inline.adb (Has_Initialized_Type): Adapt to new names.

2015-05-26  Yannick Moy  <moy@adacore.com>

* inline.adb (Has_Initialized_Type): Adapt to new names.
* sem_aux.adb, sem_aux.ads (Get_Low_Bound, Number_Components,
Subprogram_Body, Subprogram_Body_Entity, Subprogram_Spec,
Subprogram_Specification): New query functions used in GNATprove.
* sem_disp.adb, sem_disp.ads (Is_Overriding_Subprogram): New
query functions used in GNATprove.
* sem_util.adb, sem_util.adso (Enclosing_Lib_Unit_Node,
Get_Cursor_Type, Get_Return_Object, Get_User_Defined_Eq,
Is_Double_Precision_Floating_Point_Type,
Is_Single_Precision_Floating_Point_Type): New query functions
used in GNATprove.

From-SVN: r223674
gcc/ada/ChangeLog
gcc/ada/inline.adb
gcc/ada/sem_aux.adb
gcc/ada/sem_aux.ads
gcc/ada/sem_disp.adb
gcc/ada/sem_disp.ads
gcc/ada/sem_util.adb
gcc/ada/sem_util.ads