aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem.ads')
-rw-r--r--gcc/ada/sem.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/sem.ads b/gcc/ada/sem.ads
index fca920a8a00..500f9220fd2 100644
--- a/gcc/ada/sem.ads
+++ b/gcc/ada/sem.ads
@@ -683,6 +683,10 @@ package Sem is
-- This function returns True if an explicit pragma Suppress for check C
-- is present in the package defining E.
+ function Preanalysis_Active return Boolean;
+ pragma Inline (Preanalysis_Active);
+ -- Determine whether preanalysis is active at the point of invocation
+
procedure Preanalyze (N : Node_Id);
-- Performs a pre-analysis of node N. During pre-analysis no expansion is
-- carried out for N or its children. For more info on pre-analysis read