annotate gcc/ada/snames.h-tmpl @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /****************************************************************************
kono
parents:
diff changeset
2 * *
kono
parents:
diff changeset
3 * GNAT COMPILER COMPONENTS *
kono
parents:
diff changeset
4 * *
kono
parents:
diff changeset
5 * S N A M E S *
kono
parents:
diff changeset
6 * *
kono
parents:
diff changeset
7 * C Header File *
kono
parents:
diff changeset
8 * *
kono
parents:
diff changeset
9 * Copyright (C) 1992-2008, Free Software Foundation, Inc. *
kono
parents:
diff changeset
10 * *
kono
parents:
diff changeset
11 * GNAT is free software; you can redistribute it and/or modify it under *
kono
parents:
diff changeset
12 * terms of the GNU General Public License as published by the Free Soft- *
kono
parents:
diff changeset
13 * ware Foundation; either version 3, or (at your option) any later ver- *
kono
parents:
diff changeset
14 * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
kono
parents:
diff changeset
15 * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
kono
parents:
diff changeset
16 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License *
kono
parents:
diff changeset
17 * for more details. You should have received a copy of the GNU General *
kono
parents:
diff changeset
18 * Public License distributed with GNAT; see file COPYING3. If not, go to *
kono
parents:
diff changeset
19 * http://www.gnu.org/licenses for a complete copy of the license. *
kono
parents:
diff changeset
20 * *
kono
parents:
diff changeset
21 * GNAT was originally developed by the GNAT team at New York University. *
kono
parents:
diff changeset
22 * Extensive contributions were provided by Ada Core Technologies Inc. *
kono
parents:
diff changeset
23 * *
kono
parents:
diff changeset
24 ****************************************************************************/
kono
parents:
diff changeset
25
kono
parents:
diff changeset
26 /* This is the C file that corresponds to the Ada package specification
kono
parents:
diff changeset
27 Snames. It was created automatically from the file snames.ads. */
kono
parents:
diff changeset
28
kono
parents:
diff changeset
29 /* Name_Id values */
kono
parents:
diff changeset
30
kono
parents:
diff changeset
31 #define Name_ !! TEMPLATE INSERTION POINT
kono
parents:
diff changeset
32
kono
parents:
diff changeset
33 /* Define the function to return one of the numeric values below. Note
kono
parents:
diff changeset
34 that it actually returns a char since an enumeration value of less
kono
parents:
diff changeset
35 than 256 entries is represented that way in Ada. The operand is a Chars
kono
parents:
diff changeset
36 field value. */
kono
parents:
diff changeset
37
kono
parents:
diff changeset
38 #define Get_Attribute_Id snames__get_attribute_id
kono
parents:
diff changeset
39 extern unsigned char Get_Attribute_Id (int);
kono
parents:
diff changeset
40
kono
parents:
diff changeset
41 /* Define the numeric values for attributes. */
kono
parents:
diff changeset
42
kono
parents:
diff changeset
43 #define Attr_ !! TEMPLATE INSERTION POINT
kono
parents:
diff changeset
44
kono
parents:
diff changeset
45 /* Define the numeric values for the conventions. */
kono
parents:
diff changeset
46
kono
parents:
diff changeset
47 #define Convention_ !! TEMPLATE INSERTION POINT
kono
parents:
diff changeset
48
kono
parents:
diff changeset
49 /* Define the function to check if a Name_Id value is a valid pragma */
kono
parents:
diff changeset
50
kono
parents:
diff changeset
51 #define Is_Pragma_Name snames__is_pragma_name
kono
parents:
diff changeset
52 extern Boolean Is_Pragma_Name (Name_Id);
kono
parents:
diff changeset
53
kono
parents:
diff changeset
54 /* Define the function to return one of the numeric values below. Note
kono
parents:
diff changeset
55 that it actually returns a char since an enumeration value of less
kono
parents:
diff changeset
56 than 256 entries is represented that way in Ada. The operand is a Chars
kono
parents:
diff changeset
57 field value. */
kono
parents:
diff changeset
58
kono
parents:
diff changeset
59 #define Get_Pragma_Id snames__get_pragma_id
kono
parents:
diff changeset
60 extern unsigned char Get_Pragma_Id (int);
kono
parents:
diff changeset
61
kono
parents:
diff changeset
62 /* Define the numeric values for the pragmas. */
kono
parents:
diff changeset
63
kono
parents:
diff changeset
64 #define Pragma_ !! TEMPLATE_INSERTION_POINT
kono
parents:
diff changeset
65
kono
parents:
diff changeset
66 /* End of snames.h (C version of Snames package spec) */