home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gnat-2.06-src.tgz / tar.out / fsf / gnat / ada / sem_ch6.ads < prev    next >
Text File  |  1996-09-28  |  6KB  |  124 lines

  1. ------------------------------------------------------------------------------
  2. --                                                                          --
  3. --                         GNAT COMPILER COMPONENTS                         --
  4. --                                                                          --
  5. --                              S E M _ C H 6                               --
  6. --                                                                          --
  7. --                                 S p e c                                  --
  8. --                                                                          --
  9. --                            $Revision: 1.12 $                             --
  10. --                                                                          --
  11. --           Copyright (c) 1992,1993,1994 NYU, All Rights Reserved          --
  12. --                                                                          --
  13. -- GNAT is free software;  you can  redistribute it  and/or modify it under --
  14. -- terms of the  GNU General Public License as published  by the Free Soft- --
  15. -- ware  Foundation;  either version 2,  or (at your option) any later ver- --
  16. -- sion.  GNAT is distributed in the hope that it will be useful, but WITH- --
  17. -- OUT ANY WARRANTY;  without even the  implied warranty of MERCHANTABILITY --
  18. -- or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License --
  19. -- for  more details.  You should have  received  a copy of the GNU General --
  20. -- Public License  distributed with GNAT;  see file COPYING.  If not, write --
  21. -- to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. --
  22. --                                                                          --
  23. ------------------------------------------------------------------------------
  24.  
  25. with Types; use Types;
  26. package Sem_Ch6 is
  27.  
  28.    procedure Analyze_Abstract_Subprogram_Declaration    (N : Node_Id);
  29.    procedure Analyze_Function_Call                      (N : Node_Id);
  30.    procedure Analyze_Operator_Symbol                    (N : Node_Id);
  31.    procedure Analyze_Parameter_Association              (N : Node_Id);
  32.    procedure Analyze_Procedure_Call                     (N : Node_Id);
  33.    procedure Analyze_Subprogram_Declaration             (N : Node_Id);
  34.    procedure Analyze_Subprogram_Body                    (N : Node_Id);
  35.  
  36.    function Analyze_Spec (N : Node_Id) return Entity_Id;
  37.    --  Analyze subprogram specification in both subprogram declarations
  38.    --  and body declarations.
  39.  
  40.    procedure Check_Delayed_Subprogram (Designator : Entity_Id);
  41.    --  Designator can be a E_Subrpgram_Type, E_Procedure or E_Function. If a
  42.    --  type in its profile depends on a private type without a full
  43.    --  declaration, indicate that the subprogram is delayed.
  44.  
  45.    procedure Check_Fully_Conformant
  46.      (New_Id  : Entity_Id;
  47.       Old_Id  : Entity_Id;
  48.       Err_Loc : Node_Id := Empty);
  49.    --  Check that two callable entitites (subprograms, entries, literals)
  50.    --  are fully conformant, post error message if not (RM 6.3.1(17)) with
  51.    --  the flag being placed on the Err_Loc node if it is specified, and
  52.    --  on the appropriate component of the New_Id construct if not.
  53.  
  54.    procedure Check_Mode_Conformant
  55.      (New_Id  : Entity_Id;
  56.       Old_Id  : Entity_Id;
  57.       Err_Loc : Node_Id := Empty);
  58.    --  Check that two callable entitites (subprograms, entries, literals)
  59.    --  are mode conformant, post error message if not (RM 6.3.1(15)) with
  60.    --  the flag being placed on the Err_Loc node if it is specified, and
  61.    --  on the appropriate component of the New_Id construct if not.
  62.  
  63.    procedure Check_Subtype_Conformant
  64.      (New_Id  : Entity_Id;
  65.       Old_Id  : Entity_Id;
  66.       Err_Loc : Node_Id := Empty);
  67.    --  Check that two callable entitites (subprograms, entries, literals)
  68.    --  are subtype conformant, post error message if not (RM 6.3.1(16))
  69.    --  the flag being placed on the Err_Loc node if it is specified, and
  70.    --  on the appropriate component of the New_Id construct if not.
  71.  
  72.    procedure Check_Type_Conformant
  73.      (New_Id  : Entity_Id;
  74.       Old_Id  : Entity_Id;
  75.       Err_Loc : Node_Id := Empty);
  76.    --  Check that two callable entitites (subprograms, entries, literals)
  77.    --  are type conformant, post error message if not (RM 6.3.1(14)) with
  78.    --  the flag being placed on the Err_Loc node if it is specified, and
  79.    --  on the appropriate component of the New_Id construct if not.
  80.  
  81.    function Find_Corresponding_Spec (N : Node_Id) return Entity_Id;
  82.    --  Use the subprogram specification in the body to retrieve the previous
  83.    --  subprogram declaration, if any.
  84.  
  85.    function Fully_Conformant (New_Id, Old_Id : Entity_Id) return Boolean;
  86.    --  Determine whether two callable entities (subprograms, entries,
  87.    --  literals) are fully conformant (RM 6.3.1(17))
  88.  
  89.    function Mode_Conformant (New_Id, Old_Id : Entity_Id) return Boolean;
  90.    --  Determine whether two callable entities (subprograms, entries,
  91.    --  literals) are mode conformant (RM 6.3.1(15))
  92.  
  93.    procedure New_Overloaded_Entity (S : Entity_Id);
  94.    --  Process new overloaded entity. Overloaded entities are created
  95.    --  by enumeration type declarations, subprogram specifications,
  96.    --  entry declarations, and (implicitly) by type derivations.
  97.  
  98.    procedure Process_Formals (
  99.      S           : Entity_Id;
  100.      T           : List_Id;
  101.      Related_Nod : Node_Id);
  102.    --  Enter the formals in the scope of the subprogram or entry, and
  103.    --  analyze default expressions if any. The implicit types created for
  104.    --  access parameter are attached to the Related_Nod which comes from the
  105.    --  context.
  106.  
  107.    procedure Set_Actual_Subtypes (N : Node_Id; Subp : Entity_Id);
  108.    --  If the formals of a subprogram are unconstrained, build a subtype
  109.    --  declaration that uses the bounds or discriminants of the actual to
  110.    --  construct an actual subtype for them.
  111.  
  112.    procedure Set_Formal_Mode (Formal_Id : Entity_Id);
  113.    --  Set proper Ekind to reflect formal mode (in, out, in out)
  114.  
  115.    function Subtype_Conformant (New_Id, Old_Id : Entity_Id) return Boolean;
  116.    --  Determine whether two callable entities (subprograms, entries,
  117.    --  literals) are subtype conformant (RM6.3.1(16))
  118.  
  119.    function Type_Conformant (New_Id, Old_Id : Entity_Id) return Boolean;
  120.    --  Determine whether two callable entities (subprograms, entries,
  121.    --  literals) are type conformant (RM6.3.1(14))
  122.  
  123. end Sem_Ch6;
  124.