aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/fe.h
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2009-04-09 10:27:10 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-09 12:27:10 +0200
commita4100e558204bb2c334606f33cd180b773fe1bf5 (patch)
tree61e8efa1dd19ecaf93ec8ce28f75848c145f7599 /gcc/ada/fe.h
parentf17889b313b679f7c6461634369eb74bb4f02179 (diff)
downloadgcc-a4100e558204bb2c334606f33cd180b773fe1bf5.zip
gcc-a4100e558204bb2c334606f33cd180b773fe1bf5.tar.gz
gcc-a4100e558204bb2c334606f33cd180b773fe1bf5.tar.bz2
sem_aggr.adb, [...]: Reorganize einfo/sem_aux, moving routines from einfo to sem_aux
2009-04-09 Robert Dewar <dewar@adacore.com> * sem_aggr.adb, exp_ch5.adb, sem_ch3.adb, exp_atag.adb, layout.adb, sem_dist.adb, exp_ch7.adb, sem_ch5.adb, sem_type.adb, exp_imgv.adb, exp_util.adb, sem_aux.adb, sem_aux.ads, exp_attr.adb, exp_ch9.adb, sem_ch7.adb, inline.adb, fe.h, sem_ch9.adb, exp_code.adb, einfo.adb, einfo.ads, exp_pakd.adb, checks.adb, sem_ch12.adb, exp_smem.adb, tbuild.adb, freeze.adb, sem_util.adb, sem_res.adb, sem_attr.adb, exp_dbug.adb, sem_case.adb, exp_tss.adb, exp_ch4.adb, exp_ch6.adb, sem_smem.adb, sem_ch4.adb, sem_mech.adb, sem_ch6.adb, exp_disp.adb, sem_ch8.adb, exp_aggr.adb, sem_eval.adb, sem_cat.adb, exp_dist.adb, sem_ch13.adb, exp_strm.adb, lib-xref.adb, sem_disp.adb, exp_ch3.adb: Reorganize einfo/sem_aux, moving routines from einfo to sem_aux From-SVN: r145820
Diffstat (limited to 'gcc/ada/fe.h')
-rw-r--r--gcc/ada/fe.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ada/fe.h b/gcc/ada/fe.h
index e69f798..44f4165 100644
--- a/gcc/ada/fe.h
+++ b/gcc/ada/fe.h
@@ -179,6 +179,22 @@ extern void Check_No_Implicit_Heap_Alloc (Node_Id);
extern void Check_Elaboration_Code_Allowed (Node_Id);
extern void Check_Implicit_Dynamic_Code_Allowed (Node_Id);
+/* sem_aux: */
+
+#define Ancestor_Subtype sem_aux__ancestor_subtype
+#define First_Discriminant sem_aux__first_discriminant
+#define First_Stored_Discriminant sem_aux__first_stored_discriminant
+#define First_Subtype sem_aux__first_subtype
+#define Is_By_Reference_Type sem_aux__is_by_reference_type
+#define Is_Derived_Type sem_aux__is_derived_type
+
+extern Entity_Id Ancestor_Subtype (Entity_Id);
+extern Entity_Id First_Discriminant (Entity_Id);
+extern Entity_Id First_Stored_Discriminant (Entity_Id);
+extern Entity_Id First_Subtype (Entity_Id);
+extern Boolean Is_By_Reference_Type (Entity_Id);
+extern Boolean Is_Derived_Type (Entity_Id);
+
/* sem_elim: */
#define Eliminate_Error_Msg sem_elim__eliminate_error_msg