OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gnat.dg/] [aggr10_pkg.ads] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 304 jeremybenn
package Aggr10_Pkg is
2
 
3
   type Name_Id is range 300_000_000 .. 399_999_999;
4
   type Int is range -2 ** 31 .. +2 ** 31 - 1;
5
   type Source_Id is range 5_000_000 .. 5_999_999;
6
 
7
   type Name_Location is record
8
      Name     : Name_Id;
9
      Location : Int;
10
      Source   : Source_Id;
11
      Except   : Boolean;
12
      Found    : Boolean := False;
13
   end record;
14
 
15
   function Get return Name_Location;
16
   procedure Set (Name_Loc : Name_Location);
17
 
18
end Aggr10_Pkg;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.