]> gcc.gnu.org Git - gcc.git/blame - gcc/cp/cp-tree.h
Get ready for garbage collection.
[gcc.git] / gcc / cp / cp-tree.h
CommitLineData
8d08fdba 1/* Definitions for C++ parsing and type checking.
4c571114 2 Copyright (C) 1987, 92-97, 1998, 1999 Free Software Foundation, Inc.
8d08fdba
MS
3 Hacked by Michael Tiemann (tiemann@cygnus.com)
4
5This file is part of GNU CC.
6
7GNU CC is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option)
10any later version.
11
12GNU CC is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU CC; see the file COPYING. If not, write to
e9fa0c7c
RK
19the Free Software Foundation, 59 Temple Place - Suite 330,
20Boston, MA 02111-1307, USA. */
8d08fdba 21
7f4edbcb 22#include "c-common.h"
99dccabc 23#include "function.h"
9cd64686 24#include "varray.h"
7f4edbcb 25
8d08fdba
MS
26#ifndef _CP_TREE_H
27#define _CP_TREE_H
28
cfdd0551 29/* Usage of TREE_LANG_FLAG_?:
280f9385 30 0: BINFO_MARKED (BINFO nodes).
cfdd0551
PB
31 COMPOUND_STMT_NO_SCOPE (in COMPOUND_STMT).
32 NEW_EXPR_USE_GLOBAL (in NEW_EXPR).
33 DELETE_EXPR_USE_GLOBAL (in DELETE_EXPR).
34 LOOKUP_EXPR_GLOBAL (in LOOKUP_EXPR).
35 TREE_NEGATED_INT (in INTEGER_CST).
b26caacd 36 TREE_INDIRECT_USING (in NAMESPACE_DECL).
72c4a2a6 37 IDENTIFIER_MARKED (used by search routines).
f181d4ae 38 LOCAL_BINDING_P (in CPLUS_BINDING)
27b8d0cd 39 ICS_USER_FLAG (in _CONV)
f1dedc31 40 CLEANUP_P (in TRY_BLOCK)
e1376b00 41 AGGR_INIT_VIA_CTOR_P (in AGGR_INIT_EXPR)
4bb0968f 42 1: IDENTIFIER_VIRTUAL_P.
cfdd0551 43 TI_PENDING_TEMPLATE_FLAG.
cfdd0551
PB
44 TEMPLATE_PARMS_FOR_INLINE.
45 DELETE_EXPR_USE_VEC (in DELETE_EXPR).
46 (TREE_CALLS_NEW) (in _EXPR or _REF) (commented-out).
47 TYPE_USES_COMPLEX_INHERITANCE (in _TYPE).
b5434ee0 48 C_DECLARED_LABEL_FLAG (in LABEL_DECL)
8f032717 49 INHERITED_VALUE_BINDING_P (in CPLUS_BINDING)
4bb0968f 50 BASELINK_P (in TREE_LIST)
27b8d0cd 51 ICS_ELLIPSIS_FLAG (in _CONV)
cfdd0551 52 2: IDENTIFIER_OPNAME_P.
0ec57017 53 BINFO_VBASE_MARKED.
cfdd0551
PB
54 BINFO_FIELDS_MARKED.
55 TYPE_VIRTUAL_P.
27b8d0cd 56 ICS_THIS_FLAG (in _CONV)
cfdd0551
PB
57 3: TYPE_USES_VIRTUAL_BASECLASSES (in a class TYPE).
58 BINFO_VTABLE_PATH_MARKED.
0ec57017 59 BINFO_PUSHDECLS_MARKED.
cfdd0551 60 (TREE_REFERENCE_EXPR) (in NON_LVALUE_EXPR) (commented-out).
27b8d0cd 61 ICS_BAD_FLAG (in _CONV)
cfdd0551
PB
62 4: BINFO_NEW_VTABLE_MARKED.
63 TREE_HAS_CONSTRUCTOR (in INDIRECT_REF, SAVE_EXPR, CONSTRUCTOR,
64 or FIELD_DECL).
27b8d0cd 65 NEED_TEMPORARY_P (in REF_BIND, BASE_CONV)
0ec57017 66 5: Not used.
cfdd0551
PB
67 6: Not used.
68
69 Usage of TYPE_LANG_FLAG_?:
70 0: C_TYPE_FIELDS_READONLY (in RECORD_TYPE or UNION_TYPE).
71 1: TYPE_HAS_CONSTRUCTOR.
72 2: TYPE_HAS_DESTRUCTOR.
ea419909 73 3: TYPE_FOR_JAVA.
cfdd0551
PB
74 4: TYPE_NEEDS_DESTRUCTOR.
75 5: IS_AGGR_TYPE.
ea419909 76 6: TYPE_BUILT_IN.
cfdd0551
PB
77
78 Usage of DECL_LANG_FLAG_?:
79 0: DECL_ERROR_REPORTED (in VAR_DECL).
50714e79 80 DECL_TEMPLATE_PARM_P (in CONST_DECL, TYPE_DECL, or TEMPLATE_DECL)
cfdd0551 81 1: C_TYPEDEF_EXPLICITLY_SIGNED (in TYPE_DECL).
fbf1c34b 82 DECL_TEMPLATE_INSTANTIATED (in a VAR_DECL or a FUNCTION_DECL)
cfdd0551 83 2: DECL_THIS_EXTERN (in VAR_DECL or FUNCTION_DECL).
9188c363 84 DECL_IMPLICIT_TYPEDEF_P (in a TYPE_DECL)
cfdd0551
PB
85 3: DECL_IN_AGGR_P.
86 4: DECL_MAYBE_TEMPLATE.
87 5: DECL_INTERFACE_KNOWN.
88 6: DECL_THIS_STATIC (in VAR_DECL or FUNCTION_DECL).
89 7: DECL_DEAD_FOR_LOCAL (in VAR_DECL).
7ddedda4
MM
90
91 Usage of language-independent fields in a language-dependent manner:
92
93 TYPE_ALIAS_SET
94 This field is used by TYPENAME_TYPEs, TEMPLATE_TYPE_PARMs, and so
95 forth as a substitute for the mark bits provided in `lang_type'.
96 At present, only the six low-order bits are used.
97
98 TYPE_BINFO
99 For an ENUMERAL_TYPE, this is ENUM_TEMPLATE_INFO.
100 For a TYPENAME_TYPE, this is TYPENAME_TYPE_FULLNAME.
101 For a TEMPLATE_TEMPLATE_PARM, this is
102 TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
0aafb128
MM
103
104 DECL_SAVED_INSNS/DECL_FIELD_SIZE
105 For a static VAR_DECL, this is DECL_INIT_PRIORITY.
83f2ccf4
MM
106
107 BINFO_VIRTUALS
108 For a binfo, this is a TREE_LIST. The TREE_PURPOSE of each node
109 gives the amount by which to adjust the `this' pointer when
110 calling the function. The TREE_VALUE is the declaration for the
111 virtual function itself. When CLASSTYPE_COM_INTERFACE_P does not
112 hold, the first entry does not have a TREE_VALUE; it is just an
113 offset. */
cfdd0551 114
8d08fdba
MS
115/* Language-dependent contents of an identifier. */
116
117struct lang_identifier
118{
119 struct tree_identifier ignore;
f181d4ae
MM
120 tree namespace_bindings;
121 tree bindings;
8d08fdba
MS
122 tree class_value;
123 tree class_template_info;
124 struct lang_id2 *x;
125};
126
127struct lang_id2
128{
129 tree label_value, implicit_decl;
9e0781b5 130 tree error_locus;
8d08fdba
MS
131};
132
46b02c6d
MS
133typedef struct
134{
135 tree t;
136 int new_type_flag;
137} flagged_type_tree;
138
f84b4be9
JM
139typedef struct
140{
141 char common[sizeof (struct tree_common)];
142 struct rtx_def *rtl; /* Unused, but required to match up with what
143 the middle-end expects. */
144 HOST_WIDE_INT index;
145 HOST_WIDE_INT level;
146 HOST_WIDE_INT orig_level;
147 tree decl;
148} template_parm_index;
149
61a127b3
MM
150typedef struct ptrmem_cst
151{
152 char common[sizeof (struct tree_common)];
153 tree member;
154}* ptrmem_cst_t;
155
f181d4ae
MM
156/* Nonzero if this binding is for a local scope, as opposed to a class
157 or namespace scope. */
158#define LOCAL_BINDING_P(NODE) TREE_LANG_FLAG_0(NODE)
159
8f032717
MM
160/* Nonzero if BINDING_VALUE is from a base class of the class which is
161 currently being defined. */
162#define INHERITED_VALUE_BINDING_P(NODE) TREE_LANG_FLAG_1(NODE)
163
f181d4ae
MM
164/* For a binding between a name and an entity at a non-local scope,
165 defines the scope where the binding is declared. (Either a class
166 _TYPE node, or a NAMESPACE_DECL.) This macro should be used only
167 for namespace-level bindings; on the IDENTIFIER_BINDING list
168 BINDING_LEVEL is used instead. */
c7a932b1 169#define BINDING_SCOPE(NODE) (((struct tree_binding*)NODE)->scope.scope)
f181d4ae 170
2c73f9f5
ML
171/* This is the declaration bound to the name. Possible values:
172 variable, overloaded function, namespace, template, enumerator. */
173#define BINDING_VALUE(NODE) (((struct tree_binding*)NODE)->value)
f181d4ae 174
2c73f9f5
ML
175/* If name is bound to a type, this is the type (struct, union, enum). */
176#define BINDING_TYPE(NODE) TREE_TYPE(NODE)
f181d4ae 177
30394414 178#define IDENTIFIER_GLOBAL_VALUE(NODE) \
2c73f9f5
ML
179 namespace_binding (NODE, global_namespace)
180#define SET_IDENTIFIER_GLOBAL_VALUE(NODE, VAL) \
181 set_namespace_binding (NODE, global_namespace, VAL)
30394414 182#define IDENTIFIER_NAMESPACE_VALUE(NODE) \
2c73f9f5
ML
183 namespace_binding (NODE, current_namespace)
184#define SET_IDENTIFIER_NAMESPACE_VALUE(NODE, VAL) \
185 set_namespace_binding (NODE, current_namespace, VAL)
30394414
JM
186
187struct tree_binding
188{
189 char common[sizeof (struct tree_common)];
c7a932b1
JM
190 union {
191 tree scope;
192 struct binding_level *level;
193 } scope;
30394414
JM
194 tree value;
195};
196
2c73f9f5
ML
197/* The overloaded FUNCTION_DECL. */
198#define OVL_FUNCTION(NODE) (((struct tree_overload*)NODE)->function)
199#define OVL_CHAIN(NODE) TREE_CHAIN(NODE)
200/* Polymorphic access to FUNCTION and CHAIN. */
201#define OVL_CURRENT(NODE) \
202 ((TREE_CODE(NODE)==OVERLOAD) ? OVL_FUNCTION(NODE) : NODE)
203#define OVL_NEXT(NODE) \
204 ((TREE_CODE(NODE)==OVERLOAD) ? TREE_CHAIN(NODE) : NULL_TREE)
205/* If set, this was imported in a using declaration.
206 This is not to confuse with being used somewhere, which
207 is not important for this node. */
208#define OVL_USED(NODE) TREE_USED(NODE)
209
210struct tree_overload
211{
212 char common[sizeof (struct tree_common)];
213 tree function;
214};
215
4bb0968f
MM
216/* A `baselink' is a TREE_LIST whose TREE_PURPOSE is a BINFO
217 indicating a particular base class, and whose TREE_VALUE is a
218 (possibly overloaded) function from that base class. */
219#define BASELINK_P(NODE) \
3927874d 220 (TREE_CODE (NODE) == TREE_LIST && TREE_LANG_FLAG_1 (NODE))
4bb0968f 221#define SET_BASELINK_P(NODE) \
3927874d 222 (TREE_LANG_FLAG_1 (NODE) = 1)
4bb0968f 223
3927874d
JM
224#define WRAPPER_PTR(NODE) (((struct tree_wrapper*)(NODE))->u.ptr)
225#define WRAPPER_INT(NODE) (((struct tree_wrapper*)(NODE))->u.i)
5ffe581d
JM
226
227struct tree_wrapper
228{
229 char common[sizeof (struct tree_common)];
230 union {
231 void *ptr;
232 int i;
233 } u;
234};
235
1139b3d8
JM
236#define SRCLOC_FILE(NODE) (((struct tree_srcloc*)NODE)->filename)
237#define SRCLOC_LINE(NODE) (((struct tree_srcloc*)NODE)->linenum)
238struct tree_srcloc
239{
240 char common[sizeof (struct tree_common)];
241 char *filename;
242 int linenum;
243};
244
8d08fdba
MS
245/* To identify to the debug emitters if it should pay attention to the
246 flag `-Wtemplate-debugging'. */
247#define HAVE_TEMPLATES 1
248
249/* Macros for access to language-specific slots in an identifier. */
250
30394414 251#define IDENTIFIER_NAMESPACE_BINDINGS(NODE) \
32e02ee0 252 (((struct lang_identifier *)(NODE))->namespace_bindings)
8d08fdba
MS
253#define IDENTIFIER_TEMPLATE(NODE) \
254 (((struct lang_identifier *)(NODE))->class_template_info)
255
f181d4ae
MM
256/* The IDENTIFIER_BINDING is the innermost CPLUS_BINDING for the
257 identifier. It's TREE_CHAIN is the next outermost binding. Each
258 BINDING_VALUE is a DECL for the associated declaration. Thus,
259 name lookup consists simply of pulling off the node at the front
260 of the list (modulo oddities for looking up the names of types,
261 and such.) You can use BINDING_SCOPE or BINDING_LEVEL to
262 determine the scope that bound the name. */
263#define IDENTIFIER_BINDING(NODE) \
264 (((struct lang_identifier*) (NODE))->bindings)
265
266/* The IDENTIFIER_VALUE is the value of the IDENTIFIER_BINDING, or
267 NULL_TREE if there is no binding. */
268#define IDENTIFIER_VALUE(NODE) \
269 (IDENTIFIER_BINDING (NODE) \
270 ? BINDING_VALUE (IDENTIFIER_BINDING (NODE)) \
271 : NULL_TREE)
272
8f032717
MM
273/* If IDENTIFIER_CLASS_VALUE is set, then NODE is bound in the current
274 class, and IDENTIFIER_CLASS_VALUE is the value binding. This is
275 just a pointer to the BINDING_VALUE of one of the bindings in the
276 IDENTIFIER_BINDINGs list, so any time that this is non-NULL so is
f181d4ae
MM
277 IDENTIFIER_BINDING. */
278#define IDENTIFIER_CLASS_VALUE(NODE) \
279 (((struct lang_identifier *) (NODE))->class_value)
280
281/* The amount of time used by the file whose special "time identifier"
282 is NODE, represented as an INTEGER_CST. See get_time_identifier. */
283#define TIME_IDENTIFIER_TIME(NODE) IDENTIFIER_BINDING(NODE)
284
285/* For a "time identifier" this is a INTEGER_CST. The
286 TREE_INT_CST_LOW is 1 if the corresponding file is "interface only".
287 The TRE_INT_CST_HIGH is 1 if it is "interface unknown". */
288#define TIME_IDENTIFIER_FILEINFO(NODE) IDENTIFIER_CLASS_VALUE (NODE)
289
2c73f9f5
ML
290/* TREE_TYPE only indicates on local and class scope the current
291 type. For namespace scope, the presence of a type in any namespace
292 is indicated with global_type_node, and the real type behind must
293 be found through lookup. */
294#define IDENTIFIER_TYPE_VALUE(NODE) (identifier_type_value(NODE))
295#define REAL_IDENTIFIER_TYPE_VALUE(NODE) (TREE_TYPE (NODE))
8d08fdba 296#define SET_IDENTIFIER_TYPE_VALUE(NODE,TYPE) (TREE_TYPE (NODE) = TYPE)
2c73f9f5 297#define IDENTIFIER_HAS_TYPE_VALUE(NODE) (IDENTIFIER_TYPE_VALUE (NODE) ? 1 : 0)
8d08fdba
MS
298
299#define LANG_ID_FIELD(NAME,NODE) \
300 (((struct lang_identifier *)(NODE))->x \
301 ? ((struct lang_identifier *)(NODE))->x->NAME : 0)
302#define SET_LANG_ID(NODE,VALUE,NAME) \
303 (((struct lang_identifier *)(NODE))->x == 0 \
304 ? ((struct lang_identifier *)(NODE))->x \
305 = (struct lang_id2 *)perm_calloc (1, sizeof (struct lang_id2)) : 0, \
306 ((struct lang_identifier *)(NODE))->x->NAME = (VALUE))
307
308#define IDENTIFIER_LABEL_VALUE(NODE) LANG_ID_FIELD(label_value, NODE)
309#define SET_IDENTIFIER_LABEL_VALUE(NODE,VALUE) \
310 SET_LANG_ID(NODE, VALUE, label_value)
311
312#define IDENTIFIER_IMPLICIT_DECL(NODE) LANG_ID_FIELD(implicit_decl, NODE)
313#define SET_IDENTIFIER_IMPLICIT_DECL(NODE,VALUE) \
314 SET_LANG_ID(NODE, VALUE, implicit_decl)
315
8d08fdba
MS
316#define IDENTIFIER_ERROR_LOCUS(NODE) LANG_ID_FIELD(error_locus, NODE)
317#define SET_IDENTIFIER_ERROR_LOCUS(NODE,VALUE) \
318 SET_LANG_ID(NODE, VALUE, error_locus)
319
320
321#define IDENTIFIER_VIRTUAL_P(NODE) TREE_LANG_FLAG_1(NODE)
322
f71f87f9
MM
323/* Nonzero if this identifier is the prefix for a mangled C++ operator
324 name. */
8d08fdba
MS
325#define IDENTIFIER_OPNAME_P(NODE) TREE_LANG_FLAG_2(NODE)
326
4c571114
MM
327/* Nonzero if this identifier is the name of a type-conversion
328 operator. */
329#define IDENTIFIER_TYPENAME_P(NODE) \
330 (! strncmp (IDENTIFIER_POINTER (NODE), \
331 OPERATOR_TYPENAME_FORMAT, \
332 strlen (OPERATOR_TYPENAME_FORMAT)))
8d08fdba
MS
333
334/* Nonzero means reject anything that ANSI standard C forbids. */
335extern int pedantic;
336
337/* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */
338#define C_TYPE_FIELDS_READONLY(type) TYPE_LANG_FLAG_0 (type)
e1cd6e56
MS
339
340/* Record in each node resulting from a binary operator
341 what operator was specified for it. */
342#define C_EXP_ORIGINAL_CODE(exp) ((enum tree_code) TREE_COMPLEXITY (exp))
343
344/* Store a value in that field. */
345#define C_SET_EXP_ORIGINAL_CODE(exp, code) \
346 (TREE_COMPLEXITY (exp) = (int)(code))
8d08fdba
MS
347\f
348/* If non-zero, a VAR_DECL whose cleanup will cause a throw to the
349 next exception handler. */
350extern tree exception_throw_decl;
351
7f4edbcb
BS
352enum cp_tree_index
353{
354 CPTI_JAVA_BYTE_TYPE,
355 CPTI_JAVA_SHORT_TYPE,
356 CPTI_JAVA_INT_TYPE,
357 CPTI_JAVA_LONG_TYPE,
358 CPTI_JAVA_FLOAT_TYPE,
359 CPTI_JAVA_DOUBLE_TYPE,
360 CPTI_JAVA_CHAR_TYPE,
361 CPTI_JAVA_BOOLEAN_TYPE,
362
363 CPTI_VOID_ZERO,
364 CPTI_WCHAR_DECL,
365 CPTI_VTABLE_ENTRY_TYPE,
366 CPTI_DELTA_TYPE,
367
368 CPTI_TP_DESC_TYPE,
369 CPTI_ACCESS_MODE_TYPE,
370 CPTI_BLTN_DESC_TYPE,
371 CPTI_USER_DESC_TYPE,
372 CPTI_CLASS_DESC_TYPE,
373 CPTI_PTR_DESC_TYPE,
374 CPTI_ATTR_DESC_TYPE,
375 CPTI_FUNC_DESC_TYPE,
376 CPTI_PTMF_DESC_TYPE,
377 CPTI_PTMD_DESC_TYPE,
378
379 CPTI_CLASS_STAR_TYPE,
380 CPTI_CLASS_TYPE,
381 CPTI_RECORD_TYPE,
382 CPTI_UNION_TYPE,
383 CPTI_ENUM_TYPE,
384 CPTI_UNKNOWN_TYPE,
7f4edbcb
BS
385 CPTI_VTBL_TYPE,
386 CPTI_VTBL_PTR_TYPE,
387 CPTI_STD,
388 CPTI_TYPE_INFO_TYPE,
389 CPTI_TINFO_FN_ID,
390 CPTI_TINFO_FN_TYPE,
391 CPTI_ABORT_FNDECL,
392 CPTI_GLOBAL_DELETE_FNDECL,
393
9cd64686
MM
394 CPTI_ACCESS_DEFAULT,
395 CPTI_ACCESS_PUBLIC,
396 CPTI_ACCESS_PROTECTED,
397 CPTI_ACCESS_PRIVATE,
398 CPTI_ACCESS_DEFAULT_VIRTUAL,
399 CPTI_ACCESS_PUBLIC_VIRTUAL,
400 CPTI_ACCESS_PROTECTED_VIRTUAL,
401 CPTI_ACCESS_PRIVATE_VIRTUAL,
402
403 CPTI_CTOR_IDENTIFIER,
404 CPTI_DELTA2_IDENTIFIER,
405 CPTI_DELTA_IDENTIFIER,
406 CPTI_DTOR_IDENTIFIER,
407 CPTI_IN_CHARGE_IDENTIFIER,
408 CPTI_INDEX_IDENTIFIER,
409 CPTI_NELTS_IDENTIFIER,
410 CPTI_THIS_IDENTIFIER,
411 CPTI_PFN_IDENTIFIER,
412 CPTI_PFN_OR_DELTA2_IDENTIFIER,
413 CPTI_VPTR_IDENTIFIER,
414
415 CPTI_LANG_NAME_C,
416 CPTI_LANG_NAME_CPLUSPLUS,
417 CPTI_LANG_NAME_JAVA,
418
419 CPTI_EMPTY_EXCEPT_SPEC,
420 CPTI_NULL,
421 CPTI_JCLASS,
422 CPTI_MINUS_ONE,
423 CPTI_TERMINATE,
424
7f4edbcb
BS
425 CPTI_MAX
426};
8d08fdba 427
7f4edbcb
BS
428extern tree cp_global_trees[CPTI_MAX];
429
430#define java_byte_type_node cp_global_trees[CPTI_JAVA_BYTE_TYPE]
431#define java_short_type_node cp_global_trees[CPTI_JAVA_SHORT_TYPE]
432#define java_int_type_node cp_global_trees[CPTI_JAVA_INT_TYPE]
433#define java_long_type_node cp_global_trees[CPTI_JAVA_LONG_TYPE]
434#define java_float_type_node cp_global_trees[CPTI_JAVA_FLOAT_TYPE]
435#define java_double_type_node cp_global_trees[CPTI_JAVA_DOUBLE_TYPE]
436#define java_char_type_node cp_global_trees[CPTI_JAVA_CHAR_TYPE]
437#define java_boolean_type_node cp_global_trees[CPTI_JAVA_BOOLEAN_TYPE]
438
439#define void_zero_node cp_global_trees[CPTI_VOID_ZERO]
440#define wchar_decl_node cp_global_trees[CPTI_WCHAR_DECL]
441#define vtable_entry_type cp_global_trees[CPTI_VTABLE_ENTRY_TYPE]
442#define delta_type_node cp_global_trees[CPTI_DELTA_TYPE]
443#define __tp_desc_type_node cp_global_trees[CPTI_TP_DESC_TYPE]
444#define __access_mode_type_node cp_global_trees[CPTI_ACCESS_MODE_TYPE]
445#define __bltn_desc_type_node cp_global_trees[CPTI_BLTN_DESC_TYPE]
446#define __user_desc_type_node cp_global_trees[CPTI_USER_DESC_TYPE]
447#define __class_desc_type_node cp_global_trees[CPTI_CLASS_DESC_TYPE]
448#define __ptr_desc_type_node cp_global_trees[CPTI_PTR_DESC_TYPE]
449#define __attr_desc_type_node cp_global_trees[CPTI_ATTR_DESC_TYPE]
450#define __func_desc_type_node cp_global_trees[CPTI_FUNC_DESC_TYPE]
451#define __ptmf_desc_type_node cp_global_trees[CPTI_PTMF_DESC_TYPE]
452#define __ptmd_desc_type_node cp_global_trees[CPTI_PTMD_DESC_TYPE]
453#define class_star_type_node cp_global_trees[CPTI_CLASS_STAR_TYPE]
454#define class_type_node cp_global_trees[CPTI_CLASS_TYPE]
455#define record_type_node cp_global_trees[CPTI_RECORD_TYPE]
456#define union_type_node cp_global_trees[CPTI_UNION_TYPE]
457#define enum_type_node cp_global_trees[CPTI_ENUM_TYPE]
458#define unknown_type_node cp_global_trees[CPTI_UNKNOWN_TYPE]
7f4edbcb
BS
459#define vtbl_type_node cp_global_trees[CPTI_VTBL_TYPE]
460#define vtbl_ptr_type_node cp_global_trees[CPTI_VTBL_PTR_TYPE]
461#define std_node cp_global_trees[CPTI_STD]
462#define type_info_type_node cp_global_trees[CPTI_TYPE_INFO_TYPE]
463#define tinfo_fn_id cp_global_trees[CPTI_TINFO_FN_ID]
464#define tinfo_fn_type cp_global_trees[CPTI_TINFO_FN_TYPE]
465#define abort_fndecl cp_global_trees[CPTI_ABORT_FNDECL]
466#define global_delete_fndecl cp_global_trees[CPTI_GLOBAL_DELETE_FNDECL]
ea419909 467
9cd64686
MM
468/* Define the sets of attributes that member functions and baseclasses
469 can have. These are sensible combinations of {public,private,protected}
470 cross {virtual,non-virtual}. */
471
472#define access_default_node cp_global_trees[CPTI_ACCESS_DEFAULT]
473#define access_public_node cp_global_trees[CPTI_ACCESS_PUBLIC]
474#define access_protected_node cp_global_trees[CPTI_ACCESS_PROTECTED]
475#define access_private_node cp_global_trees[CPTI_ACCESS_PRIVATE]
476#define access_default_virtual_node cp_global_trees[CPTI_ACCESS_DEFAULT_VIRTUAL]
477#define access_public_virtual_node cp_global_trees[CPTI_ACCESS_PUBLIC_VIRTUAL]
478#define access_protected_virtual_node cp_global_trees[CPTI_ACCESS_PROTECTED_VIRTUAL]
479#define access_private_virtual_node cp_global_trees[CPTI_ACCESS_PRIVATE_VIRTUAL]
480
481/* We cache these tree nodes so as to call get_identifier less
482 frequently. */
483
484#define ctor_identifier cp_global_trees[CPTI_CTOR_IDENTIFIER]
485#define delta2_identifier cp_global_trees[CPTI_DELTA2_IDENTIFIER]
486#define delta_identifier cp_global_trees[CPTI_DELTA_IDENTIFIER]
487#define dtor_identifier cp_global_trees[CPTI_DTOR_IDENTIFIER]
488#define in_charge_identifier cp_global_trees[CPTI_IN_CHARGE_IDENTIFIER]
489#define index_identifier cp_global_trees[CPTI_INDEX_IDENTIFIER]
490#define nelts_identifier cp_global_trees[CPTI_NELTS_IDENTIFIER]
491#define this_identifier cp_global_trees[CPTI_THIS_IDENTIFIER]
492#define pfn_identifier cp_global_trees[CPTI_PFN_IDENTIFIER]
493#define pfn_or_delta2_identifier cp_global_trees[CPTI_PFN_OR_DELTA2_IDENTIFIER]
494#define vptr_identifier cp_global_trees[CPTI_VPTR_IDENTIFIER]
495
496#define lang_name_c cp_global_trees[CPTI_LANG_NAME_C]
497#define lang_name_cplusplus cp_global_trees[CPTI_LANG_NAME_CPLUSPLUS]
498#define lang_name_java cp_global_trees[CPTI_LANG_NAME_JAVA]
499
500/* Exception specifier used for throw(). */
501#define empty_except_spec cp_global_trees[CPTI_EMPTY_EXCEPT_SPEC]
502
503/* The node for `__null'. */
504#define null_node cp_global_trees[CPTI_NULL]
505
506/* If non-NULL, a POINTER_TYPE equivalent to (java::lang::Class*). */
507#define jclass_node cp_global_trees[CPTI_JCLASS]
508
509/* A node for `(int) -1'. */
510#define minus_one_node cp_global_trees[CPTI_MINUS_ONE]
511
512/* The declaration for `std::terminate'. */
513#define terminate_node cp_global_trees[CPTI_TERMINATE]
514
515/* Global state. */
516
517struct saved_scope {
518 struct binding_level *old_binding_level;
519 tree old_bindings;
520 tree old_namespace;
521 struct saved_scope *prev;
522 tree class_name, class_type;
523 tree access_specifier;
524 tree function_decl;
525 struct binding_level *class_bindings;
526 varray_type lang_base;
527 tree *lang_stack;
528 tree lang_name;
529 tree x_function_parms;
530 tree template_parms;
531 HOST_WIDE_INT x_processing_template_decl;
532 tree x_previous_class_type;
533 tree x_previous_class_values;
534 int x_processing_specialization;
535 int x_processing_explicit_instantiation;
536 char *firstobj;
537};
538
539/* The current open namespace. */
540
541#define current_namespace scope_chain->old_namespace
542
543/* IDENTIFIER_NODE: name of current class */
544
545#define current_class_name scope_chain->class_name
546
547/* _TYPE: the type of the current class */
548
549#define current_class_type scope_chain->class_type
550
551/* When parsing a class definition, the access specifier most recently
552 given by the user, or, if no access specifier was given, the
553 default value appropriate for the kind of class (i.e., struct,
554 class, or union). */
555
556#define current_access_specifier scope_chain->access_specifier
557
558/* Pointer to the top of the language name stack. */
559
560#define current_lang_stack scope_chain->lang_stack
561#define current_lang_base scope_chain->lang_base
562#define current_lang_name scope_chain->lang_name
563
564/* Parsing a function declarator leaves a list of parameter names
565 or a chain or parameter decls here. */
566
567#define current_function_parms scope_chain->x_function_parms
568#define current_template_parms scope_chain->template_parms
569
570#define processing_template_decl scope_chain->x_processing_template_decl
571#define processing_specialization scope_chain->x_processing_specialization
572#define processing_explicit_instantiation scope_chain->x_processing_explicit_instantiation
573
574/* _TYPE: the previous type that was a class */
575
576#define previous_class_type scope_chain->x_previous_class_type
577
578/* This is a copy of the class_shadowed list of the previous class
579 binding contour when at global scope. It's used to reset
580 IDENTIFIER_CLASS_VALUEs when entering another class scope (i.e. a
581 cache miss). */
582
583#define previous_class_values scope_chain->x_previous_class_values
584
585/* The low-water mark on the class-cache obstack. */
586
587#define class_cache_firstobj scope_chain->firstobj
588
589extern struct saved_scope *scope_chain;
590
8012c983
MM
591/* Global state pertinent to the current function. */
592
99dccabc 593struct language_function
8012c983 594{
4519c0a8
MM
595 tree x_named_labels;
596 tree x_ctor_label;
597 tree x_dtor_label;
598 tree x_base_init_list;
599 tree x_member_init_list;
600 tree x_base_init_expr;
601 tree x_current_class_ptr;
602 tree x_current_class_ref;
603 tree x_last_tree;
604 tree x_last_expr_type;
605
606 struct rtx_def *x_last_dtor_insn;
607 struct rtx_def *x_last_parm_cleanup_insn;
608 struct rtx_def *x_result_rtx;
8012c983
MM
609
610 int returns_value;
611 int returns_null;
612 int assigns_this;
613 int just_assigned_this;
614 int parms_stored;
615 int temp_name_counter;
616 int static_labelno;
617 int in_function_try_handler;
618 int expanding_p;
619 int stmts_are_full_exprs_p;
620
621 struct named_label_list *named_label_uses;
622 struct binding_level *binding_level;
8012c983
MM
623};
624
99dccabc 625/* The current C++-specific per-function global variables. */
8012c983 626
99dccabc 627#define cp_function_chain (outer_function_chain->language)
8012c983
MM
628
629/* In a destructor, the point at which all derived class destroying
630 has been done, just before any base class destroying will be done. */
631
4519c0a8 632#define dtor_label cp_function_chain->x_dtor_label
8012c983
MM
633
634/* In a constructor, the point at which we are ready to return
635 the pointer to the initialized object. */
636
4519c0a8 637#define ctor_label cp_function_chain->x_ctor_label
8012c983
MM
638
639/* In C++, structures with well-defined constructors are initialized by
640 those constructors, unasked. CURRENT_BASE_INIT_LIST
641 holds a list of stmts for a BASE_INIT term in the grammar.
642 This list has one element for each base class which must be
643 initialized. The list elements are [basename, init], with
644 type basetype. This allows the possibly anachronistic form
645 (assuming d : a, b, c) "d (int a) : c(a+5), b (a-4), a (a+3)"
646 where each successive term can be handed down the constructor
647 line. Perhaps this was not intended. */
648
4519c0a8
MM
649#define current_base_init_list cp_function_chain->x_base_init_list
650#define current_member_init_list cp_function_chain->x_member_init_list
8012c983
MM
651
652/* Sequence of insns which represents base initialization. */
653
4519c0a8 654#define base_init_expr cp_function_chain->x_base_init_expr
8012c983
MM
655
656/* When we're processing a member function, current_class_ptr is the
657 PARM_DECL for the `this' pointer. The current_class_ref is an
658 expression for `*this'. */
659
4519c0a8
MM
660#define current_class_ptr cp_function_chain->x_current_class_ptr
661#define current_class_ref cp_function_chain->x_current_class_ref
8012c983
MM
662
663/* When building a statement-tree, this is the last node added to the
664 tree. */
665
4519c0a8 666#define last_tree cp_function_chain->x_last_tree
8012c983
MM
667
668/* The type of the last expression-statement we have seen. This is
669 required because the type of a statement-expression is the type of
670 the last expression statement. */
671
4519c0a8 672#define last_expr_type cp_function_chain->x_last_expr_type
8d08fdba 673
8012c983
MM
674/* Set to 0 at beginning of a function definition, set to 1 if
675 a return statement that specifies a return value is seen. */
676
677#define current_function_returns_value cp_function_chain->returns_value
678
679/* Set to 0 at beginning of a function definition, set to 1 if
680 a return statement with no argument is seen. */
681
682#define current_function_returns_null cp_function_chain->returns_null
683
684#define current_function_just_assigned_this \
685 cp_function_chain->just_assigned_this
686
687#define current_function_parms_stored \
688 cp_function_chain->parms_stored
689
690/* Used to help generate temporary names which are unique within
691 a function. Reset to 0 by start_function. */
692
693#define temp_name_counter cp_function_chain->temp_name_counter
694
695#define static_labelno cp_function_chain->static_labelno
696
697/* Non-zero if we should generate RTL for functions that we process.
698 When this is zero, we just accumulate tree structure, without
699 interacting with the back end. */
700
701#define expanding_p cp_function_chain->expanding_p
702
703/* Non-zero if we should treat statements as full expressions. In
704 particular, this variable is no-zero if at the end of a statement
705 we should destroy any temporaries created during that statement.
706 Similarly, if, at the end of a block, we should destroy any local
707 variables in this block. Normally, this variable is non-zero,
708 since those are the normal semantics of C++.
709
710 However, in order to represent aggregate initialization code as
711 tree structure, we use statement-expressions. The statements
712 within the statement expression should not result in cleanups being
713 run until the entire enclosing statement is complete. */
714
715#define stmts_are_full_exprs_p cp_function_chain->stmts_are_full_exprs_p
716
717#define in_function_try_handler cp_function_chain->in_function_try_handler
718
719extern tree current_function_return_value;
30394414
JM
720extern tree global_namespace;
721
8d08fdba
MS
722extern tree ridpointers[];
723extern tree ansi_opname[];
724extern tree ansi_assopname[];
9cd64686 725extern tree null_pointer_node;
8d08fdba
MS
726
727/* Nonzero means `$' can be in an identifier. */
728
729extern int dollars_in_ident;
730
731/* Nonzero means allow type mismatches in conditional expressions;
732 just make their values `void'. */
733
734extern int flag_cond_mismatch;
735
736/* Nonzero means don't recognize the keyword `asm'. */
737
738extern int flag_no_asm;
739
740/* For cross referencing. */
741
742extern int flag_gnu_xref;
743
744/* For environments where you can use GNU binutils (as, ld in particular). */
745
746extern int flag_gnu_binutils;
747
8d08fdba
MS
748/* Nonzero means warn about implicit declarations. */
749
750extern int warn_implicit;
751
795add94
VM
752/* Nonzero means warn about usage of long long when `-pedantic'. */
753
754extern int warn_long_long;
755
8d08fdba
MS
756/* Nonzero means warn when all ctors or dtors are private, and the class
757 has no friends. */
758
759extern int warn_ctor_dtor_privacy;
760
761/* Nonzero means warn about function definitions that default the return type
762 or that use a null return and have a return-type other than void. */
763
764extern int warn_return_type;
765
d9cf7c82
JM
766/* Nonzero means give string constants the type `const char *', as mandated
767 by the standard. */
768
769extern int flag_const_strings;
770
771/* Nonzero means warn about deprecated conversion from string constant to
772 `char *'. */
8d08fdba
MS
773
774extern int warn_write_strings;
775
776/* Nonzero means warn about sizeof(function) or addition/subtraction
777 of function pointers. */
778
779extern int warn_pointer_arith;
780
8d08fdba
MS
781/* Nonzero means warn about suggesting putting in ()'s. */
782
783extern int warn_parentheses;
784
785/* Nonzero means warn about multiple (redundant) decls for the same single
786 variable or function. */
787
788extern int warn_redundant_decls;
789
790/* Warn if initializer is not completely bracketed. */
791
792extern int warn_missing_braces;
793
2ee887f2
MS
794/* Warn about comparison of signed and unsigned values. */
795
796extern int warn_sign_compare;
797
8d08fdba
MS
798/* Warn about a subscript that has type char. */
799
800extern int warn_char_subscripts;
801
802/* Nonzero means warn about pointer casts that can drop a type qualifier
803 from the pointer target type. */
804
805extern int warn_cast_qual;
806
e92cc029 807/* Warn about *printf or *scanf format/argument anomalies. */
8d08fdba
MS
808
809extern int warn_format;
810
811/* Nonzero means warn about non virtual destructors in classes that have
e92cc029 812 virtual functions. */
8d08fdba
MS
813
814extern int warn_nonvdtor;
815
9a3b49ac
MS
816/* Non-zero means warn when we convert a pointer to member function
817 into a pointer to (void or function). */
818
819extern int warn_pmf2ptr;
820
eb448459
MS
821/* Nonzero means warn about violation of some Effective C++ style rules. */
822
823extern int warn_ecpp;
824
da20811c
JM
825/* Nonzero means warn where overload resolution chooses a promotion from
826 unsigned to signed over a conversion to an unsigned of the same size. */
827
828extern int warn_sign_promo;
829
8d08fdba 830/* Non-zero means warn when a function is declared extern and later inline. */
eb448459 831
8d08fdba
MS
832extern int warn_extern_inline;
833
0c4b14c4
JM
834/* Non-zero means warn when an old-style cast is used. */
835
836extern int warn_old_style_cast;
837
8d08fdba
MS
838/* Nonzero means to treat bitfields as unsigned unless they say `signed'. */
839
840extern int flag_signed_bitfields;
841
38e01259 842/* True for more efficient but incompatible (not fully tested)
8926095f 843 vtable implementation (using thunks).
e92cc029 844 0 is old behavior; 1 is new behavior. */
8926095f 845extern int flag_vtable_thunks;
51c184be 846
8d08fdba
MS
847/* INTERFACE_ONLY nonzero means that we are in an "interface"
848 section of the compiler. INTERFACE_UNKNOWN nonzero means
849 we cannot trust the value of INTERFACE_ONLY. If INTERFACE_UNKNOWN
850 is zero and INTERFACE_ONLY is zero, it means that we are responsible
851 for exporting definitions that others might need. */
852extern int interface_only, interface_unknown;
853
854/* Nonzero means we should attempt to elide constructors when possible. */
855
856extern int flag_elide_constructors;
857
e1cd6e56
MS
858/* Nonzero means enable obscure ANSI features and disable GNU extensions
859 that might cause ANSI-compliant code to be miscompiled. */
39211cd5
MS
860
861extern int flag_ansi;
862
8d08fdba
MS
863/* Nonzero means that member functions defined in class scope are
864 inline by default. */
865
866extern int flag_default_inline;
386b8a85
JM
867
868/* The name-mangling scheme to use. Versions of gcc before 2.8 use
869 version 0. */
870extern int name_mangling_version;
871
872/* Nonzero means that guiding declarations are allowed. */
873extern int flag_guiding_decls;
874
5bd17905
AM
875/* Nonzero if squashed mangling is to be performed.
876 This uses the B and K codes to reference previously seen class types
877 and class qualifiers. */
878extern int flag_do_squangling;
879
2aaf816d
JM
880/* Nonzero means generate separate instantiation control files and juggle
881 them at link time. */
882extern int flag_use_repository;
883
dc8263bc
JM
884/* Nonzero if we want to issue diagnostics that the standard says are not
885 required. */
886extern int flag_optional_diags;
a1dd0d36 887
830fcda8
JM
888/* Nonzero means do not consider empty argument prototype to mean function
889 takes no arguments. */
830fcda8
JM
890extern int flag_strict_prototype;
891
a1dd0d36
JM
892/* Nonzero means output .vtable_{entry,inherit} for use in doing vtable gc. */
893extern int flag_vtable_gc;
2642b9bf
JM
894
895/* Nonzero means make the default pedwarns warnings instead of errors.
896 The value of this flag is ignored if -pedantic is specified. */
dfcafcb6 897extern int flag_permissive;
d6479fe7
MM
898
899/* Nonzero if we want to obey access control semantics. */
900
901extern int flag_access_control;
902
1b12a13e
MM
903/* If this variable is defined to a non-NULL value, it will be called
904 after the file has been completely parsed. The argument will be
905 the GLOBAL_NAMESPACE. */
906
907extern void (*back_end_hook) PROTO((tree));
908
8d08fdba
MS
909\f
910/* C++ language-specific tree codes. */
911#define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,
912enum cplus_tree_code {
913 __DUMMY = LAST_AND_UNUSED_TREE_CODE,
e92cc029 914#include "cp-tree.def"
8d08fdba
MS
915 LAST_CPLUS_TREE_CODE
916};
917#undef DEFTREECODE
918
fcad5cf5 919enum languages { lang_c, lang_cplusplus, lang_java };
8d08fdba
MS
920
921/* Macros to make error reporting functions' lives easier. */
922#define TYPE_IDENTIFIER(NODE) (DECL_NAME (TYPE_NAME (NODE)))
923#define TYPE_NAME_STRING(NODE) (IDENTIFIER_POINTER (TYPE_IDENTIFIER (NODE)))
924#define TYPE_NAME_LENGTH(NODE) (IDENTIFIER_LENGTH (TYPE_IDENTIFIER (NODE)))
925
926#define TYPE_ASSEMBLER_NAME_STRING(NODE) (IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (TYPE_NAME (NODE))))
927#define TYPE_ASSEMBLER_NAME_LENGTH(NODE) (IDENTIFIER_LENGTH (DECL_ASSEMBLER_NAME (TYPE_NAME (NODE))))
928
a4443a08 929/* The _DECL for this _TYPE. */
d2e5ee5c 930#define TYPE_MAIN_DECL(NODE) (TYPE_STUB_DECL (TYPE_MAIN_VARIANT (NODE)))
a4443a08 931
c92366fb 932/* Nonzero if T is a class (or struct or union) type. Also nonzero
83233dca
MM
933 for template type parameters, typename types, and instantiated
934 template template parameters. Despite its name,
b80c4d77
MM
935 this macro has nothing to do with the definition of aggregate given
936 in the standard. Think of this macro as MAYBE_CLASS_TYPE_P. */
7ddedda4 937#define IS_AGGR_TYPE(t) \
83233dca
MM
938 (TREE_CODE (t) == TEMPLATE_TYPE_PARM \
939 || TREE_CODE (t) == TYPENAME_TYPE \
7ddedda4 940 || TREE_CODE (t) == TYPEOF_TYPE \
83233dca
MM
941 || (TREE_CODE (t) == TEMPLATE_TEMPLATE_PARM \
942 && TYPE_TEMPLATE_INFO (t)) \
7ddedda4
MM
943 || TYPE_LANG_FLAG_5 (t))
944
945/* Set IS_AGGR_TYPE for T to VAL. T must be a class, struct, or
946 union type. */
947#define SET_IS_AGGR_TYPE(T, VAL) \
948 (TYPE_LANG_FLAG_5 (T) = (VAL))
c92366fb 949
b80c4d77
MM
950/* Nonzero if T is a class type. Zero for template type parameters,
951 typename types, and so forth. */
c92366fb 952#define CLASS_TYPE_P(t) \
7ddedda4 953 (IS_AGGR_TYPE_CODE (TREE_CODE (t)) && IS_AGGR_TYPE (t))
c92366fb 954
5566b478 955#define IS_AGGR_TYPE_CODE(t) (t == RECORD_TYPE || t == UNION_TYPE)
8d08fdba
MS
956#define IS_AGGR_TYPE_2(TYPE1,TYPE2) \
957 (TREE_CODE (TYPE1) == TREE_CODE (TYPE2) \
829297e6 958 && IS_AGGR_TYPE (TYPE1) && IS_AGGR_TYPE (TYPE2))
6467930b
MS
959#define IS_OVERLOAD_TYPE(t) \
960 (IS_AGGR_TYPE (t) || TREE_CODE (t) == ENUMERAL_TYPE)
8d08fdba
MS
961
962/* In a *_TYPE, nonzero means a built-in type. */
963#define TYPE_BUILT_IN(NODE) TYPE_LANG_FLAG_6(NODE)
964
ea419909
PB
965/* True if this a "Java" type, defined in 'extern "Java"'. */
966#define TYPE_FOR_JAVA(NODE) TYPE_LANG_FLAG_3(NODE)
967
91063b51
MM
968/* The type qualifiers for this type, including the qualifiers on the
969 elements for an array type. */
970#define CP_TYPE_QUALS(NODE) \
971 ((TREE_CODE (NODE) != ARRAY_TYPE) \
972 ? TYPE_QUALS (NODE) : cp_type_quals (NODE))
973
974/* Nonzero if this type is const-qualified. */
975#define CP_TYPE_CONST_P(NODE) \
174bcdb9 976 ((CP_TYPE_QUALS (NODE) & TYPE_QUAL_CONST) != 0)
91063b51
MM
977
978/* Nonzero if this type is volatile-qualified. */
979#define CP_TYPE_VOLATILE_P(NODE) \
174bcdb9 980 ((CP_TYPE_QUALS (NODE) & TYPE_QUAL_VOLATILE) != 0)
91063b51 981
174bcdb9 982/* Nonzero if this type is restrict-qualified. */
91063b51 983#define CP_TYPE_RESTRICT_P(NODE) \
174bcdb9 984 ((CP_TYPE_QUALS (NODE) & TYPE_QUAL_RESTRICT) != 0)
91063b51
MM
985
986/* Nonzero if this type is const-qualified, but not
987 volatile-qualified. Other qualifiers are ignored. This macro is
988 used to test whether or not it is OK to bind an rvalue to a
989 reference. */
990#define CP_TYPE_CONST_NON_VOLATILE_P(NODE) \
991 ((CP_TYPE_QUALS (NODE) & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE)) \
992 == TYPE_QUAL_CONST)
993
21474714
MS
994#define DELTA_FROM_VTABLE_ENTRY(ENTRY) \
995 (!flag_vtable_thunks ? \
996 TREE_VALUE (CONSTRUCTOR_ELTS (ENTRY)) \
997 : TREE_CODE (TREE_OPERAND ((ENTRY), 0)) != THUNK_DECL ? integer_zero_node \
998 : build_int_2 (THUNK_DELTA (TREE_OPERAND ((ENTRY), 0)), 0))
bd6dd845 999
8d08fdba
MS
1000/* Virtual function addresses can be gotten from a virtual function
1001 table entry using this macro. */
1002#define FNADDR_FROM_VTABLE_ENTRY(ENTRY) \
8926095f
MS
1003 (!flag_vtable_thunks ? \
1004 TREE_VALUE (TREE_CHAIN (TREE_CHAIN (CONSTRUCTOR_ELTS (ENTRY)))) \
1005 : TREE_CODE (TREE_OPERAND ((ENTRY), 0)) != THUNK_DECL ? (ENTRY) \
1006 : DECL_INITIAL (TREE_OPERAND ((ENTRY), 0)))
8d08fdba
MS
1007#define SET_FNADDR_FROM_VTABLE_ENTRY(ENTRY,VALUE) \
1008 (TREE_VALUE (TREE_CHAIN (TREE_CHAIN (CONSTRUCTOR_ELTS (ENTRY)))) = (VALUE))
8d08fdba
MS
1009#define FUNCTION_ARG_CHAIN(NODE) (TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (NODE))))
1010#define PROMOTES_TO_AGGR_TYPE(NODE,CODE) \
1011 (((CODE) == TREE_CODE (NODE) \
1012 && IS_AGGR_TYPE (TREE_TYPE (NODE))) \
1013 || IS_AGGR_TYPE (NODE))
1014
8d08fdba
MS
1015/* Nonzero iff TYPE is uniquely derived from PARENT. Under MI, PARENT can
1016 be an ambiguous base class of TYPE, and this macro will be false. */
1017#define UNIQUELY_DERIVED_FROM_P(PARENT, TYPE) (get_base_distance (PARENT, TYPE, 0, (tree *)0) >= 0)
1018#define ACCESSIBLY_DERIVED_FROM_P(PARENT, TYPE) (get_base_distance (PARENT, TYPE, -1, (tree *)0) >= 0)
1019#define ACCESSIBLY_UNIQUELY_DERIVED_P(PARENT, TYPE) (get_base_distance (PARENT, TYPE, 1, (tree *)0) >= 0)
a0a33927 1020#define DERIVED_FROM_P(PARENT, TYPE) (get_base_distance (PARENT, TYPE, 0, (tree *)0) != -1)
8d08fdba 1021\f
7ddedda4
MM
1022/* This structure provides additional information above and beyond
1023 what is provide in the ordinary tree_type. In the past, we used it
1024 for the types of class types, template parameters types, typename
1025 types, and so forth. However, there can be many (tens to hundreds
1026 of thousands) of template parameter types in a compilation, and
1027 there's no need for this additional information in that case.
1028 Therefore, we now use this data structure only for class types.
1029
1030 In the past, it was thought that there would be relatively few
1031 class types. However, in the presence of heavy use of templates,
1032 many (i.e., thousands) of classes can easily be generated.
1033 Therefore, we should endeavor to keep the size of this structure to
1034 a minimum. */
8d08fdba
MS
1035struct lang_type
1036{
8012c983
MM
1037 unsigned char align;
1038
1039 unsigned has_type_conversion : 1;
1040 unsigned has_init_ref : 1;
1041 unsigned has_default_ctor : 1;
1042 unsigned uses_multiple_inheritance : 1;
1043 unsigned const_needs_init : 1;
1044 unsigned ref_needs_init : 1;
1045 unsigned has_const_assign_ref : 1;
1046 unsigned anon_aggr : 1;
1047
1048 unsigned has_nonpublic_ctor : 2;
1049 unsigned has_nonpublic_assign_ref : 2;
1050 unsigned vtable_needs_writing : 1;
1051 unsigned has_assign_ref : 1;
1052 unsigned gets_new : 2;
1053
1054 unsigned gets_delete : 2;
1055 unsigned has_call_overloaded : 1;
1056 unsigned has_array_ref_overloaded : 1;
1057 unsigned has_arrow_overloaded : 1;
1058 unsigned interface_only : 1;
1059 unsigned interface_unknown : 1;
1060 unsigned needs_virtual_reinit : 1;
1061
1062 unsigned marks: 6;
1063 unsigned vec_delete_takes_size : 1;
1064 unsigned declared_class : 1;
1065
1066 unsigned being_defined : 1;
1067 unsigned redefined : 1;
1068 unsigned debug_requested : 1;
1069 unsigned use_template : 2;
1070 unsigned got_semicolon : 1;
1071 unsigned ptrmemfunc_flag : 1;
1072 unsigned was_anonymous : 1;
1073
1074 unsigned has_real_assign_ref : 1;
1075 unsigned has_const_init_ref : 1;
1076 unsigned has_complex_init_ref : 1;
1077 unsigned has_complex_assign_ref : 1;
1078 unsigned has_abstract_assign_ref : 1;
1079 unsigned non_aggregate : 1;
1080 unsigned is_partial_instantiation : 1;
1081 unsigned has_mutable : 1;
1082
1083 unsigned com_interface : 1;
1084 unsigned non_pod_class : 1;
1085
1086 /* When adding a flag here, consider whether or not it ought to
1087 apply to a template instance if it applies to the template. If
1088 so, make sure to copy it in instantiate_class_template! */
1089
1090 /* There are six bits left to fill out a 32-bit word. Keep track of
1091 this by updating the size of this bitfield whenever you add or
1092 remove a flag. */
1093 unsigned dummy : 6;
c7f9c6f5 1094
8d08fdba 1095 int vsize;
8d08fdba
MS
1096 int vfield_parent;
1097
8d08fdba
MS
1098 union tree_node *vfields;
1099 union tree_node *vbases;
8d08fdba
MS
1100
1101 union tree_node *tags;
8d08fdba 1102
fc378698 1103 union tree_node *search_slot;
8d08fdba 1104
8d08fdba
MS
1105 union tree_node *size;
1106
8d08fdba 1107 union tree_node *abstract_virtuals;
8d08fdba
MS
1108 union tree_node *friend_classes;
1109
db5ae43f 1110 union tree_node *rtti;
8d08fdba 1111
51c184be
MS
1112 union tree_node *methods;
1113
5566b478 1114 union tree_node *template_info;
6a629cac 1115 tree befriending_classes;
8d08fdba
MS
1116};
1117
a0a33927
MS
1118/* Indicates whether or not (and how) a template was expanded for this class.
1119 0=no information yet/non-template class
1120 1=implicit template instantiation
1121 2=explicit template specialization
1122 3=explicit template instantiation */
8012c983 1123#define CLASSTYPE_USE_TEMPLATE(NODE) (TYPE_LANG_SPECIFIC(NODE)->use_template)
8d08fdba
MS
1124
1125/* Fields used for storing information before the class is defined.
1126 After the class is defined, these fields hold other information. */
1127
1128/* List of friends which were defined inline in this class definition. */
1129#define CLASSTYPE_INLINE_FRIENDS(NODE) (TYPE_NONCOPIED_PARTS (NODE))
1130
8d08fdba
MS
1131/* Nonzero for _CLASSTYPE means that operator new and delete are defined,
1132 respectively. */
8012c983
MM
1133#define TYPE_GETS_NEW(NODE) (TYPE_LANG_SPECIFIC(NODE)->gets_new)
1134#define TYPE_GETS_DELETE(NODE) (TYPE_LANG_SPECIFIC(NODE)->gets_delete)
a28e3c7f
MS
1135#define TYPE_GETS_REG_DELETE(NODE) (TYPE_GETS_DELETE (NODE) & 1)
1136
1137/* Nonzero for _CLASSTYPE means that operator vec delete is defined and
1138 takes the optional size_t argument. */
1139#define TYPE_VEC_DELETE_TAKES_SIZE(NODE) \
8012c983 1140 (TYPE_LANG_SPECIFIC(NODE)->vec_delete_takes_size)
a28e3c7f
MS
1141#define TYPE_VEC_NEW_USES_COOKIE(NODE) \
1142 (TYPE_NEEDS_DESTRUCTOR (NODE) \
1143 || (TYPE_LANG_SPECIFIC (NODE) && TYPE_VEC_DELETE_TAKES_SIZE (NODE)))
8d08fdba 1144
8d08fdba
MS
1145/* Nonzero means that this _CLASSTYPE node defines ways of converting
1146 itself to other types. */
8012c983 1147#define TYPE_HAS_CONVERSION(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_type_conversion)
8d08fdba 1148
8d08fdba 1149/* Nonzero means that this _CLASSTYPE node overloads operator=(X&). */
8012c983
MM
1150#define TYPE_HAS_ASSIGN_REF(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_assign_ref)
1151#define TYPE_HAS_CONST_ASSIGN_REF(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_const_assign_ref)
8d08fdba
MS
1152
1153/* Nonzero means that this _CLASSTYPE node has an X(X&) constructor. */
8012c983
MM
1154#define TYPE_HAS_INIT_REF(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_init_ref)
1155#define TYPE_HAS_CONST_INIT_REF(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_const_init_ref)
8d08fdba 1156
8d08fdba
MS
1157/* Nonzero means that this type is being defined. I.e., the left brace
1158 starting the definition of this type has been seen. */
8012c983 1159#define TYPE_BEING_DEFINED(NODE) (TYPE_LANG_SPECIFIC(NODE)->being_defined)
8d08fdba
MS
1160/* Nonzero means that this type has been redefined. In this case, if
1161 convenient, don't reprocess any methods that appear in its redefinition. */
8012c983 1162#define TYPE_REDEFINED(NODE) (TYPE_LANG_SPECIFIC(NODE)->redefined)
8d08fdba 1163
9e0781b5 1164/* The is the basetype that contains NODE's rtti. */
db5ae43f 1165#define CLASSTYPE_RTTI(NODE) (TYPE_LANG_SPECIFIC(NODE)->rtti)
8d08fdba
MS
1166
1167/* Nonzero means that this _CLASSTYPE node overloads operator(). */
8012c983 1168#define TYPE_OVERLOADS_CALL_EXPR(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_call_overloaded)
8d08fdba
MS
1169
1170/* Nonzero means that this _CLASSTYPE node overloads operator[]. */
8012c983 1171#define TYPE_OVERLOADS_ARRAY_REF(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_array_ref_overloaded)
8d08fdba
MS
1172
1173/* Nonzero means that this _CLASSTYPE node overloads operator->. */
8012c983 1174#define TYPE_OVERLOADS_ARROW(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_arrow_overloaded)
8d08fdba
MS
1175
1176/* Nonzero means that this _CLASSTYPE (or one of its ancestors) uses
1177 multiple inheritance. If this is 0 for the root of a type
1178 hierarchy, then we can use more efficient search techniques. */
8012c983 1179#define TYPE_USES_MULTIPLE_INHERITANCE(NODE) (TYPE_LANG_SPECIFIC(NODE)->uses_multiple_inheritance)
8d08fdba
MS
1180
1181/* Nonzero means that this _CLASSTYPE (or one of its ancestors) uses
1182 virtual base classes. If this is 0 for the root of a type
1183 hierarchy, then we can use more efficient search techniques. */
1184#define TYPE_USES_VIRTUAL_BASECLASSES(NODE) (TREE_LANG_FLAG_3(NODE))
1185
61a127b3 1186/* Vector member functions defined in this class. Each element is
03017874
MM
1187 either a FUNCTION_DECL, a TEMPLATE_DECL, or an OVERLOAD. All
1188 functions with the same name end up in the same slot. The first
61a127b3 1189 two elements are for constructors, and destructors, respectively.
03017874
MM
1190 These are followed by ordinary member functions. There may be
1191 empty entries at the end of the vector. */
72b7eeff 1192#define CLASSTYPE_METHOD_VEC(NODE) (TYPE_LANG_SPECIFIC(NODE)->methods)
8d08fdba 1193
e1cd6e56
MS
1194/* The first type conversion operator in the class (the others can be
1195 searched with TREE_CHAIN), or the first non-constructor function if
1196 there are no type conversion operators. */
1197#define CLASSTYPE_FIRST_CONVERSION(NODE) \
fc378698
MS
1198 TREE_VEC_LENGTH (CLASSTYPE_METHOD_VEC (NODE)) > 2 \
1199 ? TREE_VEC_ELT (CLASSTYPE_METHOD_VEC (NODE), 2) \
8ccc31eb 1200 : NULL_TREE;
e1cd6e56 1201
8d08fdba 1202/* Mark bits for depth-first and breath-first searches. */
7ddedda4
MM
1203
1204/* Get the value of the Nth mark bit. */
1205#define CLASSTYPE_MARKED_N(NODE, N) \
8012c983 1206 (((CLASS_TYPE_P (NODE) ? TYPE_LANG_SPECIFIC (NODE)->marks \
7ddedda4
MM
1207 : TYPE_ALIAS_SET (NODE)) & (1 << N)) != 0)
1208
1209/* Set the Nth mark bit. */
1210#define SET_CLASSTYPE_MARKED_N(NODE, N) \
1211 (CLASS_TYPE_P (NODE) \
8012c983 1212 ? (TYPE_LANG_SPECIFIC (NODE)->marks |= (1 << (N))) \
7ddedda4
MM
1213 : (TYPE_ALIAS_SET (NODE) |= (1 << (N))))
1214
1215/* Clear the Nth mark bit. */
1216#define CLEAR_CLASSTYPE_MARKED_N(NODE, N) \
1217 (CLASS_TYPE_P (NODE) \
8012c983 1218 ? (TYPE_LANG_SPECIFIC (NODE)->marks &= ~(1 << (N))) \
7ddedda4
MM
1219 : (TYPE_ALIAS_SET (NODE) &= ~(1 << (N))))
1220
1221/* Get the value of the mark bits. */
1222#define CLASSTYPE_MARKED(NODE) CLASSTYPE_MARKED_N(NODE, 0)
1223#define CLASSTYPE_MARKED2(NODE) CLASSTYPE_MARKED_N(NODE, 1)
1224#define CLASSTYPE_MARKED3(NODE) CLASSTYPE_MARKED_N(NODE, 2)
1225#define CLASSTYPE_MARKED4(NODE) CLASSTYPE_MARKED_N(NODE, 3)
1226#define CLASSTYPE_MARKED5(NODE) CLASSTYPE_MARKED_N(NODE, 4)
1227#define CLASSTYPE_MARKED6(NODE) CLASSTYPE_MARKED_N(NODE, 5)
1228
8d08fdba 1229/* Macros to modify the above flags */
7ddedda4
MM
1230#define SET_CLASSTYPE_MARKED(NODE) SET_CLASSTYPE_MARKED_N(NODE, 0)
1231#define CLEAR_CLASSTYPE_MARKED(NODE) CLEAR_CLASSTYPE_MARKED_N(NODE, 0)
1232#define SET_CLASSTYPE_MARKED2(NODE) SET_CLASSTYPE_MARKED_N(NODE, 1)
1233#define CLEAR_CLASSTYPE_MARKED2(NODE) CLEAR_CLASSTYPE_MARKED_N(NODE, 1)
1234#define SET_CLASSTYPE_MARKED3(NODE) SET_CLASSTYPE_MARKED_N(NODE, 2)
1235#define CLEAR_CLASSTYPE_MARKED3(NODE) CLEAR_CLASSTYPE_MARKED_N(NODE, 2)
1236#define SET_CLASSTYPE_MARKED4(NODE) SET_CLASSTYPE_MARKED_N(NODE, 3)
1237#define CLEAR_CLASSTYPE_MARKED4(NODE) CLEAR_CLASSTYPE_MARKED_N(NODE, 3)
1238#define SET_CLASSTYPE_MARKED5(NODE) SET_CLASSTYPE_MARKED_N(NODE, 4)
1239#define CLEAR_CLASSTYPE_MARKED5(NODE) CLEAR_CLASSTYPE_MARKED_N(NODE, 4)
1240#define SET_CLASSTYPE_MARKED6(NODE) SET_CLASSTYPE_MARKED_N(NODE, 5)
1241#define CLEAR_CLASSTYPE_MARKED6(NODE) CLEAR_CLASSTYPE_MARKED_N(NODE, 5)
8d08fdba 1242
35acd3f2
MM
1243/* A list of the nested tag-types (class, struct, union, or enum)
1244 found within this class. The TREE_PURPOSE of each node is the name
1245 of the type; the TREE_VALUE is the type itself. This list includes
1246 nested member class templates. */
8d08fdba
MS
1247#define CLASSTYPE_TAGS(NODE) (TYPE_LANG_SPECIFIC(NODE)->tags)
1248
1249/* If this class has any bases, this is the number of the base class from
1250 which our VFIELD is based, -1 otherwise. If this class has no base
1251 classes, this is not used.
1252 In D : B1, B2, PARENT would be 0, if D's vtable came from B1,
e92cc029 1253 1, if D's vtable came from B2. */
8d08fdba
MS
1254#define CLASSTYPE_VFIELD_PARENT(NODE) (TYPE_LANG_SPECIFIC(NODE)->vfield_parent)
1255
1256/* Remove when done merging. */
1257#define CLASSTYPE_VFIELD(NODE) TYPE_VFIELD(NODE)
1258
1259/* The number of virtual functions defined for this
1260 _CLASSTYPE node. */
1261#define CLASSTYPE_VSIZE(NODE) (TYPE_LANG_SPECIFIC(NODE)->vsize)
1262/* The virtual base classes that this type uses. */
1263#define CLASSTYPE_VBASECLASSES(NODE) (TYPE_LANG_SPECIFIC(NODE)->vbases)
1264/* The virtual function pointer fields that this type contains. */
1265#define CLASSTYPE_VFIELDS(NODE) (TYPE_LANG_SPECIFIC(NODE)->vfields)
1266
1267/* Number of baseclasses defined for this type.
1268 0 means no base classes. */
1269#define CLASSTYPE_N_BASECLASSES(NODE) \
1270 (TYPE_BINFO_BASETYPES (NODE) ? TREE_VEC_LENGTH (TYPE_BINFO_BASETYPES(NODE)) : 0)
1271
8d08fdba
MS
1272/* Used for keeping search-specific information. Any search routine
1273 which uses this must define what exactly this slot is used for. */
1274#define CLASSTYPE_SEARCH_SLOT(NODE) (TYPE_LANG_SPECIFIC(NODE)->search_slot)
1275
0b41abe6 1276/* These are the size, mode and alignment of the type without its
9a71c18b 1277 virtual base classes, for when we use this type as a base itself. */
8d08fdba 1278#define CLASSTYPE_SIZE(NODE) (TYPE_LANG_SPECIFIC(NODE)->size)
8012c983 1279#define CLASSTYPE_ALIGN(NODE) (TYPE_LANG_SPECIFIC(NODE)->align)
8d08fdba 1280
8d08fdba
MS
1281/* A cons list of virtual functions which cannot be inherited by
1282 derived classes. When deriving from this type, the derived
1283 class must provide its own definition for each of these functions. */
1284#define CLASSTYPE_ABSTRACT_VIRTUALS(NODE) (TYPE_LANG_SPECIFIC(NODE)->abstract_virtuals)
1285
1286/* Nonzero means that this aggr type has been `closed' by a semicolon. */
8012c983 1287#define CLASSTYPE_GOT_SEMICOLON(NODE) (TYPE_LANG_SPECIFIC (NODE)->got_semicolon)
8d08fdba
MS
1288
1289/* Nonzero means that the main virtual function table pointer needs to be
1290 set because base constructors have placed the wrong value there.
1291 If this is zero, it means that they placed the right value there,
1292 and there is no need to change it. */
8012c983 1293#define CLASSTYPE_NEEDS_VIRTUAL_REINIT(NODE) (TYPE_LANG_SPECIFIC(NODE)->needs_virtual_reinit)
8d08fdba
MS
1294
1295/* Nonzero means that if this type has virtual functions, that
1296 the virtual function table will be written out. */
8012c983 1297#define CLASSTYPE_VTABLE_NEEDS_WRITING(NODE) (TYPE_LANG_SPECIFIC(NODE)->vtable_needs_writing)
8d08fdba 1298
8d08fdba 1299/* Nonzero means that this type has an X() constructor. */
8012c983 1300#define TYPE_HAS_DEFAULT_CONSTRUCTOR(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_default_ctor)
8d08fdba
MS
1301
1302/* Nonzero means the type declared a ctor as private or protected. We
1303 use this to make sure we don't try to generate a copy ctor for a
1304 class that has a member of type NODE. */
8012c983 1305#define TYPE_HAS_NONPUBLIC_CTOR(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_nonpublic_ctor)
8d08fdba
MS
1306
1307/* Ditto, for operator=. */
8012c983 1308#define TYPE_HAS_NONPUBLIC_ASSIGN_REF(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_nonpublic_assign_ref)
8d08fdba 1309
a7a7710d 1310/* Nonzero means that this type contains a mutable member */
8012c983 1311#define CLASSTYPE_HAS_MUTABLE(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_mutable)
a7a7710d
NS
1312#define TYPE_HAS_MUTABLE_P(NODE) (cp_has_mutable_p (NODE))
1313
52fb2769 1314/* Nonzero means that this class type is a non-POD class. */
8012c983 1315#define CLASSTYPE_NON_POD_P(NODE) (TYPE_LANG_SPECIFIC (NODE)->non_pod_class)
52fb2769 1316
aff08c18
JM
1317/* Nonzero means that this type is meant for communication via COM. */
1318#define CLASSTYPE_COM_INTERFACE(NODE) \
8012c983 1319 (TYPE_LANG_SPECIFIC(NODE)->com_interface)
aff08c18 1320
6a629cac 1321/* A list of class types of which this type is a friend. The
ea4e080b
MM
1322 TREE_VALUE is normally a TYPE, but will be a TEMPLATE_DECL in the
1323 case of a template friend. */
8d08fdba
MS
1324#define CLASSTYPE_FRIEND_CLASSES(NODE) (TYPE_LANG_SPECIFIC(NODE)->friend_classes)
1325
6a629cac
MM
1326/* A list of the classes which grant friendship to this class. */
1327#define CLASSTYPE_BEFRIENDING_CLASSES(NODE) \
1328 (TYPE_LANG_SPECIFIC (NODE)->befriending_classes)
1329
8d08fdba 1330/* Say whether this node was declared as a "class" or a "struct". */
8012c983 1331#define CLASSTYPE_DECLARED_CLASS(NODE) (TYPE_LANG_SPECIFIC(NODE)->declared_class)
8d08fdba
MS
1332
1333/* Nonzero if this class has const members which have no specified initialization. */
8012c983 1334#define CLASSTYPE_READONLY_FIELDS_NEED_INIT(NODE) (TYPE_LANG_SPECIFIC(NODE)->const_needs_init)
8d08fdba
MS
1335
1336/* Nonzero if this class has ref members which have no specified initialization. */
8012c983 1337#define CLASSTYPE_REF_FIELDS_NEED_INIT(NODE) (TYPE_LANG_SPECIFIC(NODE)->ref_needs_init)
8d08fdba
MS
1338
1339/* Nonzero if this class is included from a header file which employs
1340 `#pragma interface', and it is not included in its implementation file. */
8012c983 1341#define CLASSTYPE_INTERFACE_ONLY(NODE) (TYPE_LANG_SPECIFIC(NODE)->interface_only)
8d08fdba
MS
1342
1343/* Same as above, but for classes whose purpose we do not know. */
8012c983
MM
1344#define CLASSTYPE_INTERFACE_UNKNOWN(NODE) (TYPE_LANG_SPECIFIC(NODE)->interface_unknown)
1345#define CLASSTYPE_INTERFACE_KNOWN(NODE) (TYPE_LANG_SPECIFIC(NODE)->interface_unknown == 0)
1346#define SET_CLASSTYPE_INTERFACE_UNKNOWN_X(NODE,X) (TYPE_LANG_SPECIFIC(NODE)->interface_unknown = !!(X))
1347#define SET_CLASSTYPE_INTERFACE_UNKNOWN(NODE) (TYPE_LANG_SPECIFIC(NODE)->interface_unknown = 1)
1348#define SET_CLASSTYPE_INTERFACE_KNOWN(NODE) (TYPE_LANG_SPECIFIC(NODE)->interface_unknown = 0)
8d08fdba
MS
1349
1350/* Nonzero if a _DECL node requires us to output debug info for this class. */
8012c983 1351#define CLASSTYPE_DEBUG_REQUESTED(NODE) (TYPE_LANG_SPECIFIC(NODE)->debug_requested)
8d08fdba
MS
1352\f
1353/* Additional macros for inheritance information. */
1354
ca107ded
MM
1355/* The BINFO_INHERITANCE_CHAIN is used opposite to the description in
1356 gcc/tree.h. In particular if D is derived from B then the BINFO
1357 for B (in D) will have a BINFO_INHERITANCE_CHAIN pointing to
1358 D. In tree.h, this pointer is described as pointing in other
d6479fe7
MM
1359 direction. There is a different BINFO for each path to a virtual
1360 base; BINFOs for virtual bases are not shared. In addition, shared
1361 versions of each of the virtual class BINFOs are stored in
1362 CLASSTYPE_VBASECLASSES.
ca107ded 1363
d6479fe7
MM
1364 We use TREE_VIA_PROTECTED and TREE_VIA_PUBLIC, but private
1365 inheritance is indicated by the absence of the other two flags, not
1366 by TREE_VIAR_PRIVATE, which is unused.
1367
1368 The TREE_CHAIN is for scratch space in search.c. */
ca107ded 1369
8d08fdba
MS
1370/* Nonzero means marked by DFS or BFS search, including searches
1371 by `get_binfo' and `get_base_distance'. */
1372#define BINFO_MARKED(NODE) (TREE_VIA_VIRTUAL(NODE)?CLASSTYPE_MARKED(BINFO_TYPE(NODE)):TREE_LANG_FLAG_0(NODE))
1373/* Macros needed because of C compilers that don't allow conditional
1374 expressions to be lvalues. Grr! */
1375#define SET_BINFO_MARKED(NODE) (TREE_VIA_VIRTUAL(NODE)?SET_CLASSTYPE_MARKED(BINFO_TYPE(NODE)):(TREE_LANG_FLAG_0(NODE)=1))
1376#define CLEAR_BINFO_MARKED(NODE) (TREE_VIA_VIRTUAL(NODE)?CLEAR_CLASSTYPE_MARKED(BINFO_TYPE(NODE)):(TREE_LANG_FLAG_0(NODE)=0))
1377
8d08fdba
MS
1378/* Nonzero means marked in search through virtual inheritance hierarchy. */
1379#define BINFO_VBASE_MARKED(NODE) CLASSTYPE_MARKED2 (BINFO_TYPE (NODE))
1380/* Modifier macros */
1381#define SET_BINFO_VBASE_MARKED(NODE) SET_CLASSTYPE_MARKED2 (BINFO_TYPE (NODE))
1382#define CLEAR_BINFO_VBASE_MARKED(NODE) CLEAR_CLASSTYPE_MARKED2 (BINFO_TYPE (NODE))
1383
1384/* Nonzero means marked in search for members or member functions. */
1385#define BINFO_FIELDS_MARKED(NODE) \
1386 (TREE_VIA_VIRTUAL(NODE)?CLASSTYPE_MARKED2 (BINFO_TYPE (NODE)):TREE_LANG_FLAG_2(NODE))
1387#define SET_BINFO_FIELDS_MARKED(NODE) (TREE_VIA_VIRTUAL(NODE)?SET_CLASSTYPE_MARKED2(BINFO_TYPE(NODE)):(TREE_LANG_FLAG_2(NODE)=1))
1388#define CLEAR_BINFO_FIELDS_MARKED(NODE) (TREE_VIA_VIRTUAL(NODE)?CLEAR_CLASSTYPE_MARKED2(BINFO_TYPE(NODE)):(TREE_LANG_FLAG_2(NODE)=0))
1389
1390/* Nonzero means that this class is on a path leading to a new vtable. */
1391#define BINFO_VTABLE_PATH_MARKED(NODE) \
1392 (TREE_VIA_VIRTUAL(NODE)?CLASSTYPE_MARKED3(BINFO_TYPE(NODE)):TREE_LANG_FLAG_3(NODE))
1393#define SET_BINFO_VTABLE_PATH_MARKED(NODE) (TREE_VIA_VIRTUAL(NODE)?SET_CLASSTYPE_MARKED3(BINFO_TYPE(NODE)):(TREE_LANG_FLAG_3(NODE)=1))
1394#define CLEAR_BINFO_VTABLE_PATH_MARKED(NODE) (TREE_VIA_VIRTUAL(NODE)?CLEAR_CLASSTYPE_MARKED3(BINFO_TYPE(NODE)):(TREE_LANG_FLAG_3(NODE)=0))
1395
1396/* Nonzero means that this class has a new vtable. */
1397#define BINFO_NEW_VTABLE_MARKED(NODE) \
1398 (TREE_VIA_VIRTUAL(NODE)?CLASSTYPE_MARKED4(BINFO_TYPE(NODE)):TREE_LANG_FLAG_4(NODE))
1399#define SET_BINFO_NEW_VTABLE_MARKED(NODE) (TREE_VIA_VIRTUAL(NODE)?SET_CLASSTYPE_MARKED4(BINFO_TYPE(NODE)):(TREE_LANG_FLAG_4(NODE)=1))
1400#define CLEAR_BINFO_NEW_VTABLE_MARKED(NODE) (TREE_VIA_VIRTUAL(NODE)?CLEAR_CLASSTYPE_MARKED4(BINFO_TYPE(NODE)):(TREE_LANG_FLAG_4(NODE)=0))
1401
0ec57017
JM
1402/* Nonzero means this class has done dfs_pushdecls. */
1403#define BINFO_PUSHDECLS_MARKED(NODE) BINFO_VTABLE_PATH_MARKED (NODE)
1404#define SET_BINFO_PUSHDECLS_MARKED(NODE) SET_BINFO_VTABLE_PATH_MARKED (NODE)
1405#define CLEAR_BINFO_PUSHDECLS_MARKED(NODE) CLEAR_BINFO_VTABLE_PATH_MARKED (NODE)
72c4a2a6
JM
1406
1407/* Used by various search routines. */
1408#define IDENTIFIER_MARKED(NODE) TREE_LANG_FLAG_0 (NODE)
8d08fdba
MS
1409\f
1410/* Accessor macros for the vfield slots in structures. */
1411
1412/* Get the assoc info that caused this vfield to exist. */
1413#define VF_BINFO_VALUE(NODE) TREE_PURPOSE (NODE)
1414
1415/* Get that same information as a _TYPE. */
1416#define VF_BASETYPE_VALUE(NODE) TREE_VALUE (NODE)
1417
1418/* Get the value of the top-most type dominating the non-`normal' vfields. */
1419#define VF_DERIVED_VALUE(NODE) (VF_BINFO_VALUE (NODE) ? BINFO_TYPE (VF_BINFO_VALUE (NODE)) : NULL_TREE)
1420
1421/* Get the value of the top-most type that's `normal' for the vfield. */
1422#define VF_NORMAL_VALUE(NODE) TREE_TYPE (NODE)
1423\f
1424/* Nonzero for TREE_LIST node means that this list of things
1425 is a list of parameters, as opposed to a list of expressions. */
1426#define TREE_PARMLIST(NODE) ((NODE)->common.unsigned_flag) /* overloaded! */
1427
1428/* For FUNCTION_TYPE or METHOD_TYPE, a list of the exceptions that
193306f7 1429 this type can raise. Each TREE_VALUE is a _TYPE. The TREE_VALUE
66a6250f
JM
1430 will be NULL_TREE to indicate a throw specification of `()', or
1431 no exceptions allowed. */
8d08fdba 1432#define TYPE_RAISES_EXCEPTIONS(NODE) TYPE_NONCOPIED_PARTS (NODE)
a9aedbc2 1433
7f477e81
NS
1434/* For FUNCTION_TYPE or METHOD_TYPE, return 1 iff it is declared `throw()'. */
1435#define TYPE_NOTHROW_P(NODE) \
1436 (TYPE_RAISES_EXCEPTIONS (NODE) \
1437 && TREE_VALUE (TYPE_RAISES_EXCEPTIONS (NODE)) == NULL_TREE)
1438
e92cc029 1439/* The binding level associated with the namespace. */
3ebc5c52
MM
1440#define NAMESPACE_LEVEL(NODE) \
1441 (DECL_LANG_SPECIFIC(NODE)->decl_flags.u.level)
8d08fdba 1442\f
6a629cac
MM
1443
1444/* If a DECL has DECL_LANG_SPECIFIC, it is either a lang_decl_flags or
b0d06515
MM
1445 a lang_decl (which has lang_decl_flags as its initial prefix).
1446 This macro is nonzero for tree nodes whose DECL_LANG_SPECIFIC is
1447 the full lang_decl, and not just lang_decl_flags. */
1448#define CAN_HAVE_FULL_LANG_DECL_P(NODE) \
1449 (!(TREE_CODE ((NODE)) == VAR_DECL \
1450 || TREE_CODE ((NODE)) == CONST_DECL \
1451 || TREE_CODE ((NODE)) == FIELD_DECL \
1452 || TREE_CODE ((NODE)) == USING_DECL))
6a629cac 1453
8d08fdba
MS
1454struct lang_decl_flags
1455{
1456#ifdef ONLY_INT_FIELDS
1457 int language : 8;
1458#else
1459 enum languages language : 8;
1460#endif
1461
1462 unsigned operator_attr : 1;
1463 unsigned constructor_attr : 1;
8d08fdba
MS
1464 unsigned friend_attr : 1;
1465 unsigned static_function : 1;
1466 unsigned const_memfunc : 1;
1467 unsigned volatile_memfunc : 1;
8d08fdba
MS
1468 unsigned abstract_virtual : 1;
1469 unsigned permanent_attr : 1 ;
6eabb241 1470
8d08fdba
MS
1471 unsigned constructor_for_vbase_attr : 1;
1472 unsigned mutable_flag : 1;
8926095f 1473 unsigned saved_inline : 1;
a0a33927 1474 unsigned use_template : 2;
db5ae43f 1475 unsigned nonconverting : 1;
faae18ab
MS
1476 unsigned declared_inline : 1;
1477 unsigned not_really_extern : 1;
6eabb241 1478
cdcb673e 1479 unsigned needs_final_overrider : 1;
162bc98d 1480 unsigned bitfield : 1;
6ba89f8e 1481 unsigned defined_in_class : 1;
6eabb241 1482 unsigned dummy : 5;
8d08fdba
MS
1483
1484 tree access;
1485 tree context;
3ebc5c52 1486
3ebc5c52 1487 union {
9188c363 1488 /* In a FUNCTION_DECL or a VAR_DECL, this is DECL_TEMPLATE_INFO. */
3ebc5c52
MM
1489 tree template_info;
1490
1491 /* In a NAMESPACE_DECL, this is NAMESPACE_LEVEL. */
1492 struct binding_level *level;
1493 } u;
8d08fdba
MS
1494};
1495
1496struct lang_decl
1497{
1498 struct lang_decl_flags decl_flags;
1499
8d08fdba 1500 tree main_decl_variant;
6a629cac 1501 tree befriending_classes;
9188c363
MM
1502
1503 /* In a FUNCTION_DECL, this is DECL_SAVED_TREE. */
1504 tree saved_tree;
1505
f90cdf34
MT
1506 union
1507 {
1508 tree sorted_fields;
1509 struct pending_inline *pending_inline_info;
9188c363
MM
1510 /* The lang_decls on the free_lang_decl_chain are chained together
1511 through this pointer. */
1512 struct lang_decl *next;
f90cdf34 1513 } u;
8d08fdba
MS
1514};
1515
1516/* Non-zero if NODE is a _DECL with TREE_READONLY set. */
1517#define TREE_READONLY_DECL_P(NODE) \
1518 (TREE_READONLY (NODE) && TREE_CODE_CLASS (TREE_CODE (NODE)) == 'd')
1519
cffa8729
MS
1520/* Non-zero iff DECL is memory-based. The DECL_RTL of
1521 certain const variables might be a CONST_INT, or a REG
1522 in some cases. We cannot use `memory_operand' as a test
1523 here because on most RISC machines, a variable's address
1524 is not, by itself, a legitimate address. */
1525#define DECL_IN_MEMORY_P(NODE) \
1526 (DECL_RTL (NODE) != NULL_RTX && GET_CODE (DECL_RTL (NODE)) == MEM)
1527
8d08fdba
MS
1528/* For FUNCTION_DECLs: return the language in which this decl
1529 was declared. */
1530#define DECL_LANGUAGE(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.language)
1531
1532/* For FUNCTION_DECLs: nonzero means that this function is a constructor. */
1533#define DECL_CONSTRUCTOR_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.constructor_attr)
aa45967f
JM
1534
1535/* There ought to be a better way to find out whether or not something is
1536 a destructor. */
1537#define DECL_DESTRUCTOR_P(NODE) \
1538 (DESTRUCTOR_NAME_P (DECL_ASSEMBLER_NAME (NODE)) \
1539 && DECL_LANGUAGE (NODE) == lang_cplusplus)
1540
f71f87f9 1541/* Non-zero if NODE is a user-defined conversion operator. */
aa45967f
JM
1542#define DECL_CONV_FN_P(NODE) \
1543 (IDENTIFIER_TYPENAME_P (DECL_NAME (NODE)) && TREE_TYPE (DECL_NAME (NODE)))
711734a9 1544
f71f87f9
MM
1545/* Non-zero if NODE is an overloaded operator. */
1546#define DECL_OVERLOADED_OPERATOR_P(NODE) \
1547 (IDENTIFIER_OPNAME_P (DECL_NAME ((NODE))))
1548
8d08fdba
MS
1549/* For FUNCTION_DECLs: nonzero means that this function is a constructor
1550 for an object with virtual baseclasses. */
1551#define DECL_CONSTRUCTOR_FOR_VBASE_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.constructor_for_vbase_attr)
1552
0aafb128
MM
1553/* Non-zero for a FUNCTION_DECL that declares a type-info function. */
1554#define DECL_TINFO_FN_P(NODE) \
1555 (TREE_CODE (NODE) == FUNCTION_DECL \
1556 && DECL_ARTIFICIAL (NODE) \
1557 && DECL_LANG_SPECIFIC(NODE)->decl_flags.mutable_flag)
1558
1559/* Mark NODE as a type-info function. */
1560#define SET_DECL_TINFO_FN_P(NODE) \
1561 (DECL_LANG_SPECIFIC((NODE))->decl_flags.mutable_flag = 1)
1562
8d08fdba
MS
1563/* Nonzero for _DECL means that this decl appears in (or will appear
1564 in) as a member in a RECORD_TYPE or UNION_TYPE node. It is also for
1565 detecting circularity in case members are multiply defined. In the
1566 case of a VAR_DECL, it is also used to determine how program storage
1567 should be allocated. */
1568#define DECL_IN_AGGR_P(NODE) (DECL_LANG_FLAG_3(NODE))
1569
6ba89f8e
MM
1570/* Nonzero if the DECL was defined in the class definition itself,
1571 rather than outside the class. */
1572#define DECL_DEFINED_IN_CLASS_P(DECL) \
1573 (DECL_LANG_SPECIFIC (DECL)->decl_flags.defined_in_class)
1574
8d08fdba
MS
1575/* Nonzero for FUNCTION_DECL means that this decl is just a
1576 friend declaration, and should not be added to the list of
1577 member functions for this class. */
1578#define DECL_FRIEND_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.friend_attr)
1579
6a629cac
MM
1580/* A TREE_LIST of the types which have befriended this FUNCTION_DECL. */
1581#define DECL_BEFRIENDING_CLASSES(NODE) \
1582 (DECL_LANG_SPECIFIC(NODE)->befriending_classes)
1583
8d08fdba
MS
1584/* Nonzero for FUNCTION_DECL means that this decl is a static
1585 member function. */
1586#define DECL_STATIC_FUNCTION_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.static_function)
1587
700f8a87
MS
1588/* Nonzero for a class member means that it is shared between all objects
1589 of that class. */
1590#define SHARED_MEMBER_P(NODE) \
1591 (TREE_CODE (NODE) == VAR_DECL || TREE_CODE (NODE) == TYPE_DECL \
1592 || TREE_CODE (NODE) == CONST_DECL)
1593
8857f91e
MM
1594/* Nonzero for FUNCTION_DECL means that this decl is a non-static
1595 member function. */
1596#define DECL_NONSTATIC_MEMBER_FUNCTION_P(NODE) \
1597 (TREE_CODE (TREE_TYPE (NODE)) == METHOD_TYPE)
1598
8926095f
MS
1599/* Nonzero for FUNCTION_DECL means that this decl is a member function
1600 (static or non-static). */
1601#define DECL_FUNCTION_MEMBER_P(NODE) \
8857f91e 1602 (DECL_NONSTATIC_MEMBER_FUNCTION_P (NODE) || DECL_STATIC_FUNCTION_P (NODE))
8926095f 1603
8d08fdba
MS
1604/* Nonzero for FUNCTION_DECL means that this member function
1605 has `this' as const X *const. */
1606#define DECL_CONST_MEMFUNC_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.const_memfunc)
1607
1608/* Nonzero for FUNCTION_DECL means that this member function
1609 has `this' as volatile X *const. */
1610#define DECL_VOLATILE_MEMFUNC_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.volatile_memfunc)
1611
d6479fe7
MM
1612/* Nonzero for a DECL means that this member is a non-static member. */
1613#define DECL_NONSTATIC_MEMBER_P(NODE) \
1614 ((TREE_CODE (NODE) == FUNCTION_DECL \
1615 && DECL_NONSTATIC_MEMBER_FUNCTION_P (NODE)) \
1616 || TREE_CODE (NODE) == FIELD_DECL)
1617
8d08fdba
MS
1618/* Nonzero for _DECL means that this member object type
1619 is mutable. */
1620#define DECL_MUTABLE_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.mutable_flag)
1621
db5ae43f
MS
1622/* Nonzero for _DECL means that this constructor is a non-converting
1623 constructor. */
1624#define DECL_NONCONVERTING_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.nonconverting)
1625
8d08fdba
MS
1626/* Nonzero for FUNCTION_DECL means that this member function
1627 exists as part of an abstract class's interface. */
1628#define DECL_ABSTRACT_VIRTUAL_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.abstract_virtual)
1629
cdcb673e
MH
1630/* Nonzero for FUNCTION_DECL means that this member function
1631 must be overridden by derived classes. */
1632#define DECL_NEEDS_FINAL_OVERRIDER_P(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.needs_final_overrider)
1633
8d08fdba
MS
1634/* Nonzero if allocated on permanent_obstack. */
1635#define LANG_DECL_PERMANENT(LANGDECL) ((LANGDECL)->decl_flags.permanent_attr)
1636
8926095f
MS
1637/* The _TYPE context in which this _DECL appears. This field holds the
1638 class where a virtual function instance is actually defined, and the
30394414 1639 lexical scope of a friend function defined in a class body. */
8d08fdba 1640#define DECL_CLASS_CONTEXT(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.context)
f30432d7
MS
1641#define DECL_REAL_CONTEXT(NODE) \
1642 ((TREE_CODE (NODE) == FUNCTION_DECL && DECL_FUNCTION_MEMBER_P (NODE)) \
cb0dbb9a
JM
1643 ? DECL_CLASS_CONTEXT (NODE) : CP_DECL_CONTEXT (NODE))
1644
1645/* NULL_TREE in DECL_CONTEXT represents the global namespace. */
1646#define CP_DECL_CONTEXT(NODE) \
1647 (DECL_CONTEXT (NODE) ? DECL_CONTEXT (NODE) : global_namespace)
1648#define FROB_CONTEXT(NODE) ((NODE) == global_namespace ? NULL_TREE : (NODE))
8d08fdba 1649
3927874d
JM
1650/* For a virtual function, the base where we find its vtable entry.
1651 For a non-virtual function, the base where it is defined. */
1652#define DECL_VIRTUAL_CONTEXT(NODE) DECL_CONTEXT (NODE)
1653
42c7b807 1654/* 1 iff NODE has namespace scope, including the global namespace. */
6eb3bb27 1655#define DECL_NAMESPACE_SCOPE_P(NODE) \
42c7b807
JM
1656 (DECL_CONTEXT (NODE) == NULL_TREE \
1657 || TREE_CODE (DECL_CONTEXT (NODE)) == NAMESPACE_DECL)
1658
1659/* 1 iff NODE is a class member. */
6eb3bb27 1660#define DECL_CLASS_SCOPE_P(NODE) \
42c7b807
JM
1661 (DECL_CONTEXT (NODE) \
1662 && TREE_CODE_CLASS (TREE_CODE (DECL_CONTEXT (NODE))) == 't')
1663
2642b9bf
JM
1664/* 1 iff NODE is function-local. */
1665#define DECL_FUNCTION_SCOPE_P(NODE) \
1666 (DECL_CONTEXT (NODE) \
1667 && TREE_CODE (DECL_CONTEXT (NODE)) == FUNCTION_DECL)
1668
2c73f9f5 1669/* For a NAMESPACE_DECL: the list of using namespace directives
30394414 1670 The PURPOSE is the used namespace, the value is the namespace
2c73f9f5
ML
1671 that is the common ancestor. */
1672#define DECL_NAMESPACE_USING(NODE) DECL_VINDEX(NODE)
30394414
JM
1673
1674/* In a NAMESPACE_DECL, the DECL_INITIAL is used to record all users
2c73f9f5 1675 of a namespace, to record the transitive closure of using namespace. */
30394414
JM
1676#define DECL_NAMESPACE_USERS(NODE) DECL_INITIAL (NODE)
1677
3e3f722c
ML
1678/* In a NAMESPACE_DECL, points to the original namespace if this is
1679 a namespace alias. */
1680#define DECL_NAMESPACE_ALIAS(NODE) DECL_ABSTRACT_ORIGIN (NODE)
1681#define ORIGINAL_NAMESPACE(NODE) \
1682 (DECL_NAMESPACE_ALIAS (NODE) ? DECL_NAMESPACE_ALIAS (NODE) : (NODE))
1683
0aafb128
MM
1684/* In a non-local VAR_DECL with static storage duration, this is the
1685 initialization priority. If this value is zero, the NODE will be
1686 initialized at the DEFAULT_INIT_PRIORITY. */
1687#define DECL_INIT_PRIORITY(NODE) (DECL_FIELD_SIZE ((NODE)))
1688
30394414
JM
1689/* In a TREE_LIST concatenating using directives, indicate indirekt
1690 directives */
1691#define TREE_INDIRECT_USING(NODE) ((NODE)->common.lang_flag_0)
8d08fdba 1692
d2ad151f 1693/* In a VAR_DECL for a variable declared in a for statement,
e92cc029 1694 this is the shadowed (local) variable. */
d2ad151f
PB
1695#define DECL_SHADOWED_FOR_VAR(NODE) DECL_RESULT(NODE)
1696
8d08fdba
MS
1697/* Points back to the decl which caused this lang_decl to be allocated. */
1698#define DECL_MAIN_VARIANT(NODE) (DECL_LANG_SPECIFIC(NODE)->main_decl_variant)
1699
1700/* For a FUNCTION_DECL: if this function was declared inline inside of
1701 a class declaration, this is where the text for the function is
1702 squirreled away. */
f90cdf34
MT
1703#define DECL_PENDING_INLINE_INFO(NODE) (DECL_LANG_SPECIFIC(NODE)->u.pending_inline_info)
1704
1705/* For a TYPE_DECL: if this function has many fields, we'll sort them
1706 and put them into a TREE_VEC. */
1707#define DECL_SORTED_FIELDS(NODE) (DECL_LANG_SPECIFIC(NODE)->u.sorted_fields)
8d08fdba 1708
e92cc029 1709/* True if on the saved_inlines (see decl2.c) list. */
8926095f
MS
1710#define DECL_SAVED_INLINE(DECL) \
1711 (DECL_LANG_SPECIFIC(DECL)->decl_flags.saved_inline)
1712
5566b478 1713/* For a VAR_DECL or FUNCTION_DECL: template-specific information. */
3ebc5c52
MM
1714#define DECL_TEMPLATE_INFO(NODE) \
1715 (DECL_LANG_SPECIFIC(NODE)->decl_flags.u.template_info)
ed44da02
MM
1716
1717/* Template information for a RECORD_TYPE or UNION_TYPE. */
5566b478 1718#define CLASSTYPE_TEMPLATE_INFO(NODE) (TYPE_LANG_SPECIFIC(NODE)->template_info)
ed44da02
MM
1719
1720/* Template information for an ENUMERAL_TYPE. Although an enumeration may
1721 not be a primary template, it may be declared within the scope of a
1722 primary template and the enumeration constants may depend on
1723 non-type template parameters. */
1724#define ENUM_TEMPLATE_INFO(NODE) (TYPE_BINFO (NODE))
1725
7ddedda4
MM
1726/* Template information for a template template parameter. */
1727#define TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO(NODE) (TYPE_BINFO (NODE))
1728
ed44da02 1729/* Template information for an ENUMERAL_, RECORD_, or UNION_TYPE. */
7ddedda4
MM
1730#define TYPE_TEMPLATE_INFO(NODE) \
1731 (TREE_CODE (NODE) == ENUMERAL_TYPE \
1732 ? ENUM_TEMPLATE_INFO (NODE) : \
1733 (TREE_CODE (NODE) == TEMPLATE_TEMPLATE_PARM \
1734 ? TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO (NODE) \
1735 : CLASSTYPE_TEMPLATE_INFO (NODE)))
ed44da02
MM
1736
1737/* Set the template information for an ENUMERAL_, RECORD_, or
1738 UNION_TYPE to VAL. */
1739#define SET_TYPE_TEMPLATE_INFO(NODE, VAL) \
1740 (TREE_CODE (NODE) == ENUMERAL_TYPE \
1741 ? (ENUM_TEMPLATE_INFO (NODE) = VAL) \
1742 : (CLASSTYPE_TEMPLATE_INFO (NODE) = VAL))
1743
5566b478
MS
1744#define TI_TEMPLATE(NODE) (TREE_PURPOSE (NODE))
1745#define TI_ARGS(NODE) (TREE_VALUE (NODE))
6633d636 1746#define TI_SPEC_INFO(NODE) (TREE_CHAIN (NODE))
824b9a4c 1747#define TI_PENDING_TEMPLATE_FLAG(NODE) TREE_LANG_FLAG_1 (NODE)
ed44da02 1748
36a117a5
MM
1749/* The TEMPLATE_DECL instantiated or specialized by NODE. This
1750 TEMPLATE_DECL will be the immediate parent, not the most general
1751 template. For example, in:
1752
1753 template <class T> struct S { template <class U> void f(U); }
1754
1755 the FUNCTION_DECL for S<int>::f<double> will have, as its
1756 DECL_TI_TEMPLATE, `template <class U> S<int>::f<U>'.
1757
1758 As a special case, for a member friend template of a template
1759 class, this value will not be a TEMPLATE_DECL, but rather a
672476cb
MM
1760 LOOKUP_EXPR or IDENTIFIER_NODE indicating the name of the template
1761 and any explicit template arguments provided. For example, in:
36a117a5
MM
1762
1763 template <class T> struct S { friend void f<int>(int, double); }
1764
1765 the DECL_TI_TEMPLATE will be a LOOKUP_EXPR for `f' and the
1766 DECL_TI_ARGS will be {int}. */
5566b478 1767#define DECL_TI_TEMPLATE(NODE) TI_TEMPLATE (DECL_TEMPLATE_INFO (NODE))
ed44da02 1768
36a117a5
MM
1769/* The template arguments used to obtain this decl from the most
1770 general form of DECL_TI_TEMPLATE. For the example given for
1771 DECL_TI_TEMPLATE, the DECL_TI_ARGS will be {int, double}. These
1772 are always the full set of arguments required to instantiate this
1773 declaration from the most general template specialized here. */
5566b478
MS
1774#define DECL_TI_ARGS(NODE) TI_ARGS (DECL_TEMPLATE_INFO (NODE))
1775#define CLASSTYPE_TI_TEMPLATE(NODE) TI_TEMPLATE (CLASSTYPE_TEMPLATE_INFO (NODE))
1776#define CLASSTYPE_TI_ARGS(NODE) TI_ARGS (CLASSTYPE_TEMPLATE_INFO (NODE))
6633d636 1777#define CLASSTYPE_TI_SPEC_INFO(NODE) TI_SPEC_INFO (CLASSTYPE_TEMPLATE_INFO (NODE))
ed44da02
MM
1778#define ENUM_TI_TEMPLATE(NODE) \
1779 TI_TEMPLATE (ENUM_TEMPLATE_INFO (NODE))
1780#define ENUM_TI_ARGS(NODE) \
1781 TI_ARGS (ENUM_TEMPLATE_INFO (NODE))
1782
1783/* Like DECL_TI_TEMPLATE, but for an ENUMERAL_, RECORD_, or UNION_TYPE. */
1784#define TYPE_TI_TEMPLATE(NODE) \
1785 (TI_TEMPLATE (TYPE_TEMPLATE_INFO (NODE)))
1786
1787/* Like DECL_TI_ARGS, , but for an ENUMERAL_, RECORD_, or UNION_TYPE. */
1788#define TYPE_TI_ARGS(NODE) \
1789 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))
1790
98c1c668 1791#define INNERMOST_TEMPLATE_PARMS(NODE) TREE_VALUE(NODE)
5566b478 1792
6ba89f8e
MM
1793/* Nonzero if the NODE corresponds to the template parameters for a
1794 member template, whose inline definition is being processed after
1795 the class definition is complete. */
cae40af6
JM
1796#define TEMPLATE_PARMS_FOR_INLINE(NODE) TREE_LANG_FLAG_1 (NODE)
1797
3ebc5c52
MM
1798/* In a template FUNCTION_DECL, the tree structure that will be
1799 substituted into to obtain instantiations. */
6eabb241 1800#define DECL_SAVED_TREE(NODE) \
9188c363 1801 (DECL_LANG_SPECIFIC ((NODE))->saved_tree)
3ebc5c52 1802
5566b478
MS
1803#define COMPOUND_STMT_NO_SCOPE(NODE) TREE_LANG_FLAG_0 (NODE)
1804#define NEW_EXPR_USE_GLOBAL(NODE) TREE_LANG_FLAG_0 (NODE)
1805#define DELETE_EXPR_USE_GLOBAL(NODE) TREE_LANG_FLAG_0 (NODE)
1806#define DELETE_EXPR_USE_VEC(NODE) TREE_LANG_FLAG_1 (NODE)
1807#define LOOKUP_EXPR_GLOBAL(NODE) TREE_LANG_FLAG_0 (NODE)
8d08fdba 1808
e1376b00
MM
1809/* Nonzero if this AGGR_INIT_EXPR provides for initialization via a
1810 constructor call, rather than an ordinary function call. */
1811#define AGGR_INIT_VIA_CTOR_P(NODE) TREE_LANG_FLAG_0 (NODE)
1812
6757edfe
MM
1813/* The TYPE_MAIN_DECL for a class template type is a TYPE_DECL, not a
1814 TEMPLATE_DECL. This macro determines whether or not a given class
1815 type is really a template type, as opposed to an instantiation or
1816 specialization of one. */
1817#define CLASSTYPE_IS_TEMPLATE(NODE) \
1818 (CLASSTYPE_TEMPLATE_INFO (NODE) \
1819 && !CLASSTYPE_USE_TEMPLATE (NODE) \
1820 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (NODE)))
1821
45869a6c
MM
1822/* The name used by the user to name the typename type. Typically,
1823 this is an IDENTIFIER_NODE, and the same as the DECL_NAME on the
1824 corresponding TYPE_DECL. However, this may also be a
1825 TEMPLATE_ID_EXPR if we had something like `typename X::Y<T>'. */
7ddedda4 1826#define TYPENAME_TYPE_FULLNAME(NODE) TYPE_BINFO (NODE)
ca40b399 1827
f181d4ae
MM
1828/* Nonzero if NODE is an implicit typename. */
1829#define IMPLICIT_TYPENAME_P(NODE) \
1830 (TREE_CODE (NODE) == TYPENAME_TYPE && TREE_TYPE (NODE))
1831
83233dca
MM
1832/* Nonzero if NODE is a TYPE_DECL that should not be visible because
1833 it is from a dependent base class. */
1834#define IMPLICIT_TYPENAME_TYPE_DECL_P(NODE) \
1835 (TREE_CODE (NODE) == TYPE_DECL \
1836 && DECL_ARTIFICIAL (NODE) \
1837 && IMPLICIT_TYPENAME_P (TREE_TYPE (NODE)))
1838
cfdd0551 1839/* Nonzero in INTEGER_CST means that this int is negative by dint of
8d08fdba
MS
1840 using a twos-complement negated operand. */
1841#define TREE_NEGATED_INT(NODE) (TREE_LANG_FLAG_0 (NODE))
1842
a0d5fba7 1843#if 0 /* UNUSED */
8d08fdba
MS
1844/* Nonzero in any kind of _EXPR or _REF node means that it is a call
1845 to a storage allocation routine. If, later, alternate storage
1846 is found to hold the object, this call can be ignored. */
1847#define TREE_CALLS_NEW(NODE) (TREE_LANG_FLAG_1 (NODE))
a0d5fba7 1848#endif
8d08fdba
MS
1849
1850/* Nonzero in any kind of _TYPE that uses multiple inheritance
1851 or virtual baseclasses. */
1852#define TYPE_USES_COMPLEX_INHERITANCE(NODE) (TREE_LANG_FLAG_1 (NODE))
1853
a80e4195 1854#if 0 /* UNUSED */
8d2733ca
MS
1855/* Nonzero in IDENTIFIER_NODE means that this name is not the name the user
1856 gave; it's a DECL_NESTED_TYPENAME. Someone may want to set this on
1857 mangled function names, too, but it isn't currently. */
72c4a2a6 1858#define TREE_MANGLED(NODE) (FOO)
a80e4195 1859#endif
8d2733ca 1860
7177d104 1861#if 0 /* UNUSED */
8d08fdba
MS
1862/* Nonzero in IDENTIFIER_NODE means that this name is overloaded, and
1863 should be looked up in a non-standard way. */
73aad9b9 1864#define DECL_OVERLOADED(NODE) (FOO)
8926095f 1865#endif
8d08fdba
MS
1866
1867/* Nonzero if this (non-TYPE)_DECL has its virtual attribute set.
1868 For a FUNCTION_DECL, this is when the function is a virtual function.
1869 For a VAR_DECL, this is when the variable is a virtual function table.
1870 For a FIELD_DECL, when the field is the field for the virtual function table.
1871 For an IDENTIFIER_NODE, nonzero if any function with this name
1872 has been declared virtual.
1873
1874 For a _TYPE if it uses virtual functions (or is derived from
1875 one that does). */
1876#define TYPE_VIRTUAL_P(NODE) (TREE_LANG_FLAG_2 (NODE))
1877
d2ad151f
PB
1878extern int flag_new_for_scope;
1879
1880/* This flag is true of a local VAR_DECL if it was declared in a for
e92cc029 1881 statement, but we are no longer in the scope of the for. */
d2ad151f
PB
1882#define DECL_DEAD_FOR_LOCAL(NODE) DECL_LANG_FLAG_7 (NODE)
1883
1884/* This flag is set on a VAR_DECL that is a DECL_DEAD_FOR_LOCAL
1885 if we already emitted a warning about using it. */
1886#define DECL_ERROR_REPORTED(NODE) DECL_LANG_FLAG_0 (NODE)
1887
700f8a87 1888/* This _DECL represents a compiler-generated entity. */
863adfc0 1889#define SET_DECL_ARTIFICIAL(NODE) (DECL_ARTIFICIAL (NODE) = 1)
8d08fdba
MS
1890
1891/* Record whether a typedef for type `int' was actually `signed int'. */
1892#define C_TYPEDEF_EXPLICITLY_SIGNED(exp) DECL_LANG_FLAG_1 ((exp))
1893
162bc98d
JM
1894/* In a FIELD_DECL, nonzero if the decl was originally a bitfield. */
1895#define DECL_C_BIT_FIELD(NODE) \
1896 (DECL_LANG_SPECIFIC (NODE) && DECL_LANG_SPECIFIC (NODE)->decl_flags.bitfield)
1897#define SET_DECL_C_BIT_FIELD(NODE) \
1898 (DECL_LANG_SPECIFIC (NODE)->decl_flags.bitfield = 1)
1899
8d08fdba
MS
1900/* Nonzero if the type T promotes to itself.
1901 ANSI C states explicitly the list of types that promote;
1902 in particular, short promotes to int even if they have the same width. */
1903#define C_PROMOTING_INTEGER_TYPE_P(t) \
1904 (TREE_CODE ((t)) == INTEGER_TYPE \
1905 && (TYPE_MAIN_VARIANT (t) == char_type_node \
1906 || TYPE_MAIN_VARIANT (t) == signed_char_type_node \
1907 || TYPE_MAIN_VARIANT (t) == unsigned_char_type_node \
1908 || TYPE_MAIN_VARIANT (t) == short_integer_type_node \
1909 || TYPE_MAIN_VARIANT (t) == short_unsigned_type_node))
1910
2986ae00
MS
1911#define INTEGRAL_CODE_P(CODE) \
1912 (CODE == INTEGER_TYPE || CODE == ENUMERAL_TYPE || CODE == BOOLEAN_TYPE)
a7a64a77
MM
1913
1914/* [basic.fundamental]
1915
1916 Types bool, char, wchar_t, and the signed and unsigned integer types
1917 are collectively called integral types.
1918
1919 Note that INTEGRAL_TYPE_P, as defined in tree.h, allows enumeration
1920 types as well, which is incorrect in C++. */
1921#define CP_INTEGRAL_TYPE_P(TYPE) \
1922 (TREE_CODE ((TYPE)) == BOOLEAN_TYPE \
1923 || TREE_CODE ((TYPE)) == INTEGER_TYPE)
1924
1925/* [basic.fundamental]
1926
1927 Integral and floating types are collectively called arithmetic
1928 types. */
1929#define ARITHMETIC_TYPE_P(TYPE) \
1930 (CP_INTEGRAL_TYPE_P (TYPE) || TREE_CODE (TYPE) == REAL_TYPE)
2986ae00 1931
8d08fdba
MS
1932/* Mark which labels are explicitly declared.
1933 These may be shadowed, and may be referenced from nested functions. */
1934#define C_DECLARED_LABEL_FLAG(label) TREE_LANG_FLAG_1 (label)
1935
8d08fdba
MS
1936/* Nonzero for _TYPE means that the _TYPE defines
1937 at least one constructor. */
1938#define TYPE_HAS_CONSTRUCTOR(NODE) (TYPE_LANG_FLAG_1(NODE))
1939
1940/* When appearing in an INDIRECT_REF, it means that the tree structure
1941 underneath is actually a call to a constructor. This is needed
1942 when the constructor must initialize local storage (which can
1943 be automatically destroyed), rather than allowing it to allocate
1944 space from the heap.
1945
1946 When appearing in a SAVE_EXPR, it means that underneath
1947 is a call to a constructor.
1948
1949 When appearing in a CONSTRUCTOR, it means that it was
1950 a GNU C constructor expression.
1951
1952 When appearing in a FIELD_DECL, it means that this field
1953 has been duly initialized in its constructor. */
1954#define TREE_HAS_CONSTRUCTOR(NODE) (TREE_LANG_FLAG_4(NODE))
1955
8452b1d3
JM
1956#define EMPTY_CONSTRUCTOR_P(NODE) (TREE_CODE (NODE) == CONSTRUCTOR \
1957 && CONSTRUCTOR_ELTS (NODE) == NULL_TREE \
1958 && ! TREE_HAS_CONSTRUCTOR (NODE))
a3203465 1959
eb66be0e 1960#if 0
8d08fdba
MS
1961/* Indicates that a NON_LVALUE_EXPR came from a C++ reference.
1962 Used to generate more helpful error message in case somebody
1963 tries to take its address. */
1964#define TREE_REFERENCE_EXPR(NODE) (TREE_LANG_FLAG_3(NODE))
eb66be0e 1965#endif
8d08fdba
MS
1966
1967/* Nonzero for _TYPE means that the _TYPE defines a destructor. */
1968#define TYPE_HAS_DESTRUCTOR(NODE) (TYPE_LANG_FLAG_2(NODE))
1969
f30432d7
MS
1970/* Nonzero means that an object of this type can not be initialized using
1971 an initializer list. */
1972#define CLASSTYPE_NON_AGGREGATE(NODE) \
8012c983 1973 (TYPE_LANG_SPECIFIC (NODE)->non_aggregate)
f30432d7
MS
1974#define TYPE_NON_AGGREGATE_CLASS(NODE) \
1975 (IS_AGGR_TYPE (NODE) && CLASSTYPE_NON_AGGREGATE (NODE))
1976
8d08fdba 1977/* Nonzero if there is a user-defined X::op=(x&) for this class. */
8012c983
MM
1978#define TYPE_HAS_REAL_ASSIGN_REF(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_real_assign_ref)
1979#define TYPE_HAS_COMPLEX_ASSIGN_REF(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_complex_assign_ref)
1980#define TYPE_HAS_ABSTRACT_ASSIGN_REF(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_abstract_assign_ref)
1981#define TYPE_HAS_COMPLEX_INIT_REF(NODE) (TYPE_LANG_SPECIFIC(NODE)->has_complex_init_ref)
8d08fdba
MS
1982
1983/* Nonzero for _TYPE node means that destroying an object of this type
1984 will involve a call to a destructor. This can apply to objects
1985 of ARRAY_TYPE is the type of the elements needs a destructor. */
1986#define TYPE_NEEDS_DESTRUCTOR(NODE) (TYPE_LANG_FLAG_4(NODE))
1987
e8abc66f
MS
1988/* Nonzero for class type means that initialization of this type can use
1989 a bitwise copy. */
1990#define TYPE_HAS_TRIVIAL_INIT_REF(NODE) \
1991 (TYPE_HAS_INIT_REF (NODE) && ! TYPE_HAS_COMPLEX_INIT_REF (NODE))
1992
1993/* Nonzero for class type means that assignment of this type can use
1994 a bitwise copy. */
1995#define TYPE_HAS_TRIVIAL_ASSIGN_REF(NODE) \
1996 (TYPE_HAS_ASSIGN_REF (NODE) && ! TYPE_HAS_COMPLEX_ASSIGN_REF (NODE))
1997
c11b6f21
MS
1998#define TYPE_PTRMEM_P(NODE) \
1999 (TREE_CODE (NODE) == POINTER_TYPE \
2000 && TREE_CODE (TREE_TYPE (NODE)) == OFFSET_TYPE)
2001#define TYPE_PTR_P(NODE) \
2002 (TREE_CODE (NODE) == POINTER_TYPE \
2003 && TREE_CODE (TREE_TYPE (NODE)) != OFFSET_TYPE)
2004#define TYPE_PTROB_P(NODE) \
2005 (TYPE_PTR_P (NODE) && TREE_CODE (TREE_TYPE (NODE)) != FUNCTION_TYPE \
2006 && TREE_CODE (TREE_TYPE (NODE)) != VOID_TYPE)
2007#define TYPE_PTROBV_P(NODE) \
2008 (TYPE_PTR_P (NODE) && TREE_CODE (TREE_TYPE (NODE)) != FUNCTION_TYPE)
2009#define TYPE_PTRFN_P(NODE) \
2010 (TREE_CODE (NODE) == POINTER_TYPE \
2011 && TREE_CODE (TREE_TYPE (NODE)) == FUNCTION_TYPE)
2012
8d08fdba 2013/* Nonzero for _TYPE node means that this type is a pointer to member
e92cc029 2014 function type. */
83e9506e
RH
2015#define TYPE_PTRMEMFUNC_P(NODE) \
2016 (TREE_CODE(NODE) == RECORD_TYPE \
2017 && TYPE_LANG_SPECIFIC(NODE) \
2018 && TYPE_PTRMEMFUNC_FLAG (NODE))
2019
e08a8f45 2020#define TYPE_PTRMEMFUNC_FLAG(NODE) \
8012c983 2021 (TYPE_LANG_SPECIFIC(NODE)->ptrmemfunc_flag)
e08a8f45
MM
2022
2023/* A pointer-to-function member type looks like:
2024
2025 struct {
2026 short __delta;
2027 short __index;
2028 union {
2029 P __pfn;
2030 short __delta2;
2031 } __pfn_or_delta2;
2032 };
2033
2034 where P is a POINTER_TYPE to a METHOD_TYPE appropriate for the
2035 pointer to member. The fields are used as follows:
2036
2037 If __INDEX is -1, then the function to call is non-virtual, and
2038 is located at the address given by __PFN.
2039
2040 If __INDEX is zero, then this a NULL pointer-to-member.
2041
2042 Otherwise, the function to call is virtual. Then, __DELTA2 gives
2043 the offset from an instance of the object to the virtual function
2044 table, and __INDEX - 1 is the index into the vtable to use to
2045 find the function.
2046
2047 The value to use for the THIS parameter is the address of the
2048 object plus __DELTA.
2049
2050 For example, given:
2051
2052 struct B1 {
2053 int i;
2054 };
2055
2056 struct B2 {
2057 double d;
2058 void f();
2059 };
2060
2061 struct S : public B1, B2 {};
2062
2063 the pointer-to-member for `&S::f' looks like:
2064
2065 { 4, -1, { &f__2B2 } };
2066
2067 The `4' means that given an `S*' you have to add 4 bytes to get to
2068 the address of the `B2*'. Then, the -1 indicates that this is a
2069 non-virtual function. Of course, `&f__2B2' is the name of that
2070 function.
2071
adecb3f4 2072 (Of course, the exact values may differ depending on the mangling
e08a8f45
MM
2073 scheme, sizes of types, and such.). */
2074
8d08fdba
MS
2075/* Get the POINTER_TYPE to the METHOD_TYPE associated with this
2076 pointer to member function. TYPE_PTRMEMFUNC_P _must_ be true,
e92cc029 2077 before using this macro. */
8d08fdba 2078#define TYPE_PTRMEMFUNC_FN_TYPE(NODE) (TREE_TYPE (TYPE_FIELDS (TREE_TYPE (TREE_CHAIN (TREE_CHAIN (TYPE_FIELDS (NODE)))))))
ceab47eb
MM
2079
2080/* Returns `A' for a type like `int (A::*)(double)' */
2081#define TYPE_PTRMEMFUNC_OBJECT_TYPE(NODE) \
2082 TYPE_METHOD_BASETYPE (TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (NODE)))
2083
38e01259 2084/* These are use to manipulate the canonical RECORD_TYPE from the
e92cc029 2085 hashed POINTER_TYPE, and can only be used on the POINTER_TYPE. */
8d08fdba
MS
2086#define TYPE_GET_PTRMEMFUNC_TYPE(NODE) ((tree)TYPE_LANG_SPECIFIC(NODE))
2087#define TYPE_SET_PTRMEMFUNC_TYPE(NODE, VALUE) (TYPE_LANG_SPECIFIC(NODE) = ((struct lang_type *)(void*)(VALUE)))
e92cc029 2088/* These are to get the delta2 and pfn fields from a TYPE_PTRMEMFUNC_P. */
e08a8f45
MM
2089#define DELTA2_FROM_PTRMEMFUNC(NODE) delta2_from_ptrmemfunc ((NODE))
2090#define PFN_FROM_PTRMEMFUNC(NODE) pfn_from_ptrmemfunc ((NODE))
8d08fdba 2091
f71f87f9
MM
2092/* For a pointer-to-member type of the form `T X::*', this is `X'. */
2093#define TYPE_PTRMEM_CLASS_TYPE(NODE) \
2094 (TYPE_PTRMEM_P ((NODE)) \
2095 ? TYPE_OFFSET_BASETYPE (TREE_TYPE ((NODE))) \
2096 : TYPE_PTRMEMFUNC_OBJECT_TYPE ((NODE)))
2097
2098/* For a pointer-to-member type of the form `T X::*', this is `T'. */
2099#define TYPE_PTRMEM_POINTED_TO_TYPE(NODE) \
2100 (TYPE_PTRMEM_P ((NODE)) \
2101 ? TREE_TYPE (TREE_TYPE (NODE)) \
2102 : TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE ((NODE))))
2103
61a127b3
MM
2104/* For a pointer-to-member constant `X::Y' this is the RECORD_TYPE for
2105 `X'. */
f71f87f9
MM
2106#define PTRMEM_CST_CLASS(NODE) \
2107 TYPE_PTRMEM_CLASS_TYPE (TREE_TYPE (NODE))
61a127b3
MM
2108
2109/* For a pointer-to-member constant `X::Y' this is the _DECL for
2110 `Y'. */
2111#define PTRMEM_CST_MEMBER(NODE) (((ptrmem_cst_t) NODE)->member)
2112
faae18ab 2113/* Nonzero for VAR_DECL and FUNCTION_DECL node means that `extern' was
8926095f 2114 specified in its declaration. */
8d08fdba
MS
2115#define DECL_THIS_EXTERN(NODE) (DECL_LANG_FLAG_2(NODE))
2116
faae18ab
MS
2117/* Nonzero for VAR_DECL and FUNCTION_DECL node means that `static' was
2118 specified in its declaration. */
2119#define DECL_THIS_STATIC(NODE) (DECL_LANG_FLAG_6(NODE))
2120
8d08fdba
MS
2121/* Nonzero in FUNCTION_DECL means it is really an operator.
2122 Just used to communicate formatting information to dbxout.c. */
2123#define DECL_OPERATOR(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.operator_attr)
2124
6bdb8141
JM
2125/* Nonzero if TYPE is an anonymous union or struct type. We have to use a
2126 flag for this because "A union for which objects or pointers are
2127 declared is not an anonymous union" [class.union]. */
2128#define ANON_AGGR_TYPE_P(NODE) \
8012c983 2129 (CLASS_TYPE_P (NODE) && TYPE_LANG_SPECIFIC (NODE)->anon_aggr)
6bdb8141 2130#define SET_ANON_AGGR_TYPE_P(NODE) \
8012c983 2131 (TYPE_LANG_SPECIFIC (NODE)->anon_aggr = 1)
67ffc812 2132
8d08fdba
MS
2133#define UNKNOWN_TYPE LANG_TYPE
2134
2135/* Define fields and accessors for nodes representing declared names. */
2136
2137#if 0
2138/* C++: A derived class may be able to directly use the virtual
2139 function table of a base class. When it does so, it may
2140 still have a decl node used to access the virtual function
2141 table (so that variables of this type can initialize their
2142 virtual function table pointers by name). When such thievery
2143 is committed, know exactly which base class's virtual function
2144 table is the one being stolen. This effectively computes the
2145 transitive closure. */
2146#define DECL_VPARENT(NODE) ((NODE)->decl.arguments)
2147#endif
2148
8012c983 2149#define TYPE_WAS_ANONYMOUS(NODE) (TYPE_LANG_SPECIFIC (NODE)->was_anonymous)
8d08fdba
MS
2150
2151/* C++: all of these are overloaded! These apply only to TYPE_DECLs. */
f84b4be9
JM
2152
2153/* The format of each node in the DECL_FRIENDLIST is as follows:
2154
2155 The TREE_PURPOSE will be the name of a function, i.e., an
2156 IDENTIFIER_NODE. The TREE_VALUE will be itself a TREE_LIST, the
2157 list of functions with that name which are friends. The
2158 TREE_PURPOSE of each node in this sublist will be error_mark_node,
2159 if the function was declared a friend individually, in which case
2160 the TREE_VALUE will be the function_decl. If, however, all
2161 functions with a given name in a class were declared to be friends,
2162 the TREE_PUROSE will be the class type, and the TREE_VALUE will be
2163 NULL_TREE. */
8d08fdba 2164#define DECL_FRIENDLIST(NODE) (DECL_INITIAL (NODE))
6a629cac
MM
2165#define FRIEND_NAME(LIST) (TREE_PURPOSE (LIST))
2166#define FRIEND_DECLS(LIST) (TREE_VALUE (LIST))
8d08fdba 2167
2036a15c
MM
2168/* The DECL_ACCESS, if non-NULL, is a TREE_LIST. The TREE_PURPOSE of
2169 each node is a type; the TREE_VALUE is the access granted for this
2170 DECL in that type. The DECL_ACCESS is set by access declarations.
2171 For example, if a member that would normally be public in a
2172 derived class is made protected, then the derived class and the
2173 protected_access_node will appear in the DECL_ACCESS for the node. */
8d08fdba
MS
2174#define DECL_ACCESS(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.access)
2175
2176/* C++: all of these are overloaded!
2177 These apply to PARM_DECLs and VAR_DECLs. */
2178#define DECL_REFERENCE_SLOT(NODE) ((tree)(NODE)->decl.arguments)
2179#define SET_DECL_REFERENCE_SLOT(NODE,VAL) ((NODE)->decl.arguments=VAL)
2180
8d08fdba 2181/* Accessor macros for C++ template decl nodes. */
f84b4be9
JM
2182
2183/* The DECL_TEMPLATE_PARMS are a list. The TREE_PURPOSE of each node
36a117a5
MM
2184 is a INT_CST whose TREE_INT_CST_HIGH indicates the level of the
2185 template parameters, with 1 being the outermost set of template
2186 parameters. The TREE_VALUE is a vector, whose elements are the
2187 template parameters at each level. Each element in the vector is a
2188 TREE_LIST, whose TREE_VALUE is a PARM_DECL (if the parameter is a
2189 non-type parameter), or a TYPE_DECL (if the parameter is a type
2190 parameter). The TREE_PURPOSE is the default value, if any. The
2191 TEMPLATE_PARM_INDEX for the parameter is avilable as the
2192 DECL_INITIAL (for a PARM_DECL) or as the TREE_TYPE (for a
2193 TYPE_DECL). */
8d08fdba 2194#define DECL_TEMPLATE_PARMS(NODE) DECL_ARGUMENTS(NODE)
98c1c668
JM
2195#define DECL_INNERMOST_TEMPLATE_PARMS(NODE) \
2196 INNERMOST_TEMPLATE_PARMS (DECL_TEMPLATE_PARMS (NODE))
2197#define DECL_NTPARMS(NODE) \
2198 TREE_VEC_LENGTH (DECL_INNERMOST_TEMPLATE_PARMS (NODE))
8d08fdba
MS
2199/* For function, method, class-data templates. */
2200#define DECL_TEMPLATE_RESULT(NODE) DECL_RESULT(NODE)
36a117a5
MM
2201/* For a static member variable template, the
2202 DECL_TEMPLATE_INSTANTIATIONS list contains the explicitly and
2203 implicitly generated instantiations of the variable. There are no
2204 partial instantiations of static member variables, so all of these
2205 will be full instantiations.
2206
2207 For a class template the DECL_TEMPLATE_INSTANTIATIONS lists holds
2208 all instantiations and specializations of the class type, including
2209 partial instantiations and partial specializations.
2210
2211 In both cases, the TREE_PURPOSE of each node contains the arguments
2212 used; the TREE_VALUE contains the generated variable. The template
2213 arguments are always complete. For example, given:
2214
2215 template <class T> struct S1 {
2216 template <class U> struct S2 {};
2217 template <class U> struct S2<U*> {};
2218 };
2219
2220 the record for the partial specialization will contain, as its
2221 argument list, { {T}, {U*} }, and will be on the
2222 DECL_TEMPLATE_INSTANTIATIONS list for `template <class T> template
2223 <class U> struct S1<T>::S2'.
2224
2225 This list is not used for function templates. */
8d08fdba 2226#define DECL_TEMPLATE_INSTANTIATIONS(NODE) DECL_VINDEX(NODE)
36a117a5
MM
2227/* For a function template, the DECL_TEMPLATE_SPECIALIZATIONS lists
2228 contains all instantiations and specializations of the function,
2229 including partial instantiations. For a partial instantiation
2230 which is a specialization, this list holds only full
2231 specializations of the template that are instantiations of the
2232 partial instantiation. For example, given:
2233
2234 template <class T> struct S {
2235 template <class U> void f(U);
2236 template <> void f(T);
2237 };
2238
2239 the `S<int>::f<int>(int)' function will appear on the
2240 DECL_TEMPLATE_SPECIALIZATIONS list for both `template <class T>
2241 template <class U> void S<T>::f(U)' and `template <class T> void
2242 S<int>::f(T)'. In the latter case, however, it will have only the
2243 innermost set of arguments (T, in this case). The DECL_TI_TEMPLATE
2244 for the function declaration will point at the specialization, not
2245 the fully general template.
2246
2247 For a class template, this list contains the partial
2248 specializations of this template. (Full specializations are not
2249 recorded on this list.) The TREE_PURPOSE holds the innermost
2250 arguments used in the partial specialization (e.g., for `template
2251 <class T> struct S<T*, int>' this will be `T*'.) The TREE_VALUE
2252 holds the innermost template parameters for the specialization
2253 (e.g., `T' in the example above.) The TREE_TYPE is the _TYPE node
2254 for the partial specialization.
2255
2256 This list is not used for static variable templates. */
2257#define DECL_TEMPLATE_SPECIALIZATIONS(NODE) DECL_SIZE(NODE)
5566b478 2258
50714e79
MM
2259/* Nonzero for a DECL which is actually a template parameter. */
2260#define DECL_TEMPLATE_PARM_P(NODE) \
2261 DECL_LANG_FLAG_0 (NODE)
2262
73b0fce8 2263#define DECL_TEMPLATE_TEMPLATE_PARM_P(NODE) \
50714e79 2264 (TREE_CODE (NODE) == TEMPLATE_DECL && DECL_TEMPLATE_PARM_P (NODE))
73b0fce8 2265
5566b478
MS
2266#define DECL_FUNCTION_TEMPLATE_P(NODE) \
2267 (TREE_CODE (NODE) == TEMPLATE_DECL \
2268 && TREE_CODE (DECL_TEMPLATE_RESULT (NODE)) == FUNCTION_DECL)
2269
6757edfe
MM
2270/* Nonzero for a DECL that represents a template class. */
2271#define DECL_CLASS_TEMPLATE_P(NODE) \
2272 (TREE_CODE (NODE) == TEMPLATE_DECL \
2273 && TREE_CODE (DECL_TEMPLATE_RESULT (NODE)) == TYPE_DECL \
2274 && !DECL_TEMPLATE_TEMPLATE_PARM_P (NODE))
2275
35acd3f2
MM
2276/* Nonzero if NODE which declares a type. */
2277#define DECL_DECLARES_TYPE_P(NODE) \
2278 (TREE_CODE (NODE) == TYPE_DECL || DECL_CLASS_TEMPLATE_P (NODE))
2279
9188c363
MM
2280/* Nonzero if NODE is the typedef implicitly generated for a type when
2281 the type is declared. (In C++, `struct S {};' is roughly equivalent
2282 to `struct S {}; typedef struct S S;' in C. This macro will hold
2283 for the typedef indicated in this example. Note that in C++, there
2284 is a second implicit typedef for each class, in the scope of `S'
2285 itself, so that you can `S::S'. This macro does *not* hold for
2286 those typedefs. */
2287#define DECL_IMPLICIT_TYPEDEF_P(NODE) \
2288 (TREE_CODE ((NODE)) == TYPE_DECL && DECL_LANG_FLAG_2 ((NODE)))
2289#define SET_DECL_IMPLICIT_TYPEDEF_P(NODE) \
2290 (DECL_LANG_FLAG_2 ((NODE)) = 1)
2291
93cdc044
JM
2292/* A `primary' template is one that has its own template header. A
2293 member function of a class template is a template, but not primary.
6757edfe
MM
2294 A member template is primary. Friend templates are primary, too. */
2295
2296/* Returns the primary template corresponding to these parameters. */
2297#define DECL_PRIMARY_TEMPLATE(NODE) \
2298 (TREE_TYPE (DECL_INNERMOST_TEMPLATE_PARMS (NODE)))
2299
2300/* Returns non-zero if NODE is a primary template. */
2301#define PRIMARY_TEMPLATE_P(NODE) (DECL_PRIMARY_TEMPLATE (NODE) == NODE)
5566b478
MS
2302
2303#define CLASSTYPE_TEMPLATE_LEVEL(NODE) \
2304 (TREE_INT_CST_HIGH (TREE_PURPOSE (CLASSTYPE_TI_TEMPLATE (NODE))))
8d08fdba 2305
a0a33927
MS
2306/* Indicates whether or not (and how) a template was expanded for this
2307 FUNCTION_DECL or VAR_DECL.
2308 0=normal declaration, e.g. int min (int, int);
2309 1=implicit template instantiation
2310 2=explicit template specialization, e.g. int min<int> (int, int);
e92cc029 2311 3=explicit template instantiation, e.g. template int min<int> (int, int); */
a0a33927
MS
2312#define DECL_USE_TEMPLATE(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.use_template)
2313
2314#define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1)
2315#define CLASSTYPE_TEMPLATE_INSTANTIATION(NODE) \
2316 (CLASSTYPE_USE_TEMPLATE (NODE) & 1)
2317
2318#define DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) == 2)
2319#define SET_DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) = 2)
2320#define CLASSTYPE_TEMPLATE_SPECIALIZATION(NODE) \
2321 (CLASSTYPE_USE_TEMPLATE (NODE) == 2)
2322#define SET_CLASSTYPE_TEMPLATE_SPECIALIZATION(NODE) \
2323 (CLASSTYPE_USE_TEMPLATE (NODE) = 2)
2324
2325#define DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 1)
2326#define SET_DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 1)
2327#define CLASSTYPE_IMPLICIT_INSTANTIATION(NODE) \
2328 (CLASSTYPE_USE_TEMPLATE(NODE) == 1)
2329#define SET_CLASSTYPE_IMPLICIT_INSTANTIATION(NODE) \
2330 (CLASSTYPE_USE_TEMPLATE(NODE) = 1)
2331
2332#define DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 3)
2333#define SET_DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 3)
2334#define CLASSTYPE_EXPLICIT_INSTANTIATION(NODE) \
2335 (CLASSTYPE_USE_TEMPLATE(NODE) == 3)
2336#define SET_CLASSTYPE_EXPLICIT_INSTANTIATION(NODE) \
2337 (CLASSTYPE_USE_TEMPLATE(NODE) = 3)
7177d104 2338
61289ca3
MM
2339/* Non-zero if DECL is a friend function which is an instantiation
2340 from the point of view of the compiler, but not from the point of
2341 view of the language. For example given:
2342 template <class T> struct S { friend void f(T) {}; };
2343 the declaration of `void f(int)' generated when S<int> is
2344 instantiated will not be a DECL_TEMPLATE_INSTANTIATION, but will be
2345 a DECL_FRIEND_PSUEDO_TEMPLATE_INSTANTIATION. */
2346#define DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION(DECL) \
2347 (DECL_TEMPLATE_INFO (DECL) && !DECL_USE_TEMPLATE (DECL))
2348
4c571114
MM
2349/* Non-zero if TYPE is a partial instantiation of a template class,
2350 i.e., an instantiation whose instantiation arguments involve
2351 template types. */
2352#define PARTIAL_INSTANTIATION_P(TYPE) \
8012c983 2353 (TYPE_LANG_SPECIFIC (TYPE)->is_partial_instantiation)
4c571114 2354
39c01e4c
MM
2355/* Non-zero iff we are currently processing a declaration for an
2356 entity with its own template parameter list, and which is not a
2357 full specialization. */
2358#define PROCESSING_REAL_TEMPLATE_DECL_P() \
2359 (processing_template_decl > template_class_depth (current_class_type))
2360
73aad9b9
JM
2361/* This function may be a guiding decl for a template. */
2362#define DECL_MAYBE_TEMPLATE(NODE) DECL_LANG_FLAG_4 (NODE)
fbf1c34b
MM
2363
2364/* Nonzero if this VAR_DECL or FUNCTION_DECL has already been
2365 instantiated, i.e. its definition has been generated from the
2366 pattern given in the the template. */
2367#define DECL_TEMPLATE_INSTANTIATED(NODE) DECL_LANG_FLAG_1(NODE)
2368
db5ae43f 2369/* We know what we're doing with this decl now. */
e3417fcd 2370#define DECL_INTERFACE_KNOWN(NODE) DECL_LANG_FLAG_5 (NODE)
db5ae43f 2371
faae18ab
MS
2372/* This function was declared inline. This flag controls the linkage
2373 semantics of 'inline'; whether or not the function is inlined is
2374 controlled by DECL_INLINE. */
2375#define DECL_THIS_INLINE(NODE) \
2376 (DECL_LANG_SPECIFIC (NODE)->decl_flags.declared_inline)
2377
2378/* DECL_EXTERNAL must be set on a decl until the decl is actually emitted,
2379 so that assemble_external will work properly. So we have this flag to
2380 tell us whether the decl is really not external. */
2381#define DECL_NOT_REALLY_EXTERN(NODE) \
2382 (DECL_LANG_SPECIFIC (NODE)->decl_flags.not_really_extern)
db5ae43f 2383
6b5fbb55
MS
2384#define DECL_REALLY_EXTERN(NODE) \
2385 (DECL_EXTERNAL (NODE) && ! DECL_NOT_REALLY_EXTERN (NODE))
2386
39211cd5 2387#define THUNK_DELTA(DECL) ((DECL)->decl.frame_size.i)
8926095f 2388
8d08fdba
MS
2389/* ...and for unexpanded-parameterized-type nodes. */
2390#define UPT_TEMPLATE(NODE) TREE_PURPOSE(TYPE_VALUES(NODE))
2391#define UPT_PARMS(NODE) TREE_VALUE(TYPE_VALUES(NODE))
2392
42976354 2393/* An un-parsed default argument looks like an identifier. */
2b9dc906
JM
2394#define DEFARG_NODE_CHECK(t) TREE_CHECK(t, DEFAULT_ARG)
2395#define DEFARG_LENGTH(NODE) (DEFARG_NODE_CHECK(NODE)->identifier.length)
2396#define DEFARG_POINTER(NODE) (DEFARG_NODE_CHECK(NODE)->identifier.pointer)
42976354 2397
ad321293
MM
2398/* These macros provide convenient access to the various _STMT nodes
2399 created when parsing template declarations. */
2400#define IF_COND(NODE) TREE_OPERAND (NODE, 0)
2401#define THEN_CLAUSE(NODE) TREE_OPERAND (NODE, 1)
2402#define ELSE_CLAUSE(NODE) TREE_OPERAND (NODE, 2)
2403#define WHILE_COND(NODE) TREE_OPERAND (NODE, 0)
2404#define WHILE_BODY(NODE) TREE_OPERAND (NODE, 1)
2405#define DO_COND(NODE) TREE_OPERAND (NODE, 0)
2406#define DO_BODY(NODE) TREE_OPERAND (NODE, 1)
2407#define RETURN_EXPR(NODE) TREE_OPERAND (NODE, 0)
2408#define EXPR_STMT_EXPR(NODE) TREE_OPERAND (NODE, 0)
2409#define FOR_INIT_STMT(NODE) TREE_OPERAND (NODE, 0)
2410#define FOR_COND(NODE) TREE_OPERAND (NODE, 1)
2411#define FOR_EXPR(NODE) TREE_OPERAND (NODE, 2)
2412#define FOR_BODY(NODE) TREE_OPERAND (NODE, 3)
2413#define SWITCH_COND(NODE) TREE_OPERAND (NODE, 0)
2414#define SWITCH_BODY(NODE) TREE_OPERAND (NODE, 1)
2415#define CASE_LOW(NODE) TREE_OPERAND (NODE, 0)
2416#define CASE_HIGH(NODE) TREE_OPERAND (NODE, 1)
2417#define GOTO_DESTINATION(NODE) TREE_OPERAND (NODE, 0)
2418#define TRY_STMTS(NODE) TREE_OPERAND (NODE, 0)
2419#define TRY_HANDLERS(NODE) TREE_OPERAND (NODE, 1)
f1dedc31 2420#define CLEANUP_P(NODE) TREE_LANG_FLAG_0 (NODE)
ad321293
MM
2421#define HANDLER_PARMS(NODE) TREE_OPERAND (NODE, 0)
2422#define HANDLER_BODY(NODE) TREE_OPERAND (NODE, 1)
2423#define COMPOUND_BODY(NODE) TREE_OPERAND (NODE, 0)
2424#define ASM_CV_QUAL(NODE) TREE_OPERAND (NODE, 0)
2425#define ASM_STRING(NODE) TREE_OPERAND (NODE, 1)
2426#define ASM_OUTPUTS(NODE) TREE_OPERAND (NODE, 2)
2427#define ASM_INPUTS(NODE) TREE_OPERAND (NODE, 3)
2428#define ASM_CLOBBERS(NODE) TREE_OPERAND (NODE, 4)
9188c363 2429#define DECL_STMT_DECL(NODE) TREE_OPERAND (NODE, 0)
558475f0 2430#define STMT_EXPR_STMT(NODE) TREE_OPERAND (NODE, 0)
f1dedc31 2431#define SUBOBJECT_CLEANUP(NODE) TREE_OPERAND (NODE, 0)
b5434ee0 2432#define LABEL_STMT_LABEL(NODE) TREE_OPERAND (NODE, 0)
ad321293 2433
f71f87f9
MM
2434/* Nonzero for an ASM_STMT if the assembly statement is volatile. */
2435#define ASM_VOLATILE_P(NODE) \
2436 (ASM_CV_QUAL ((NODE)) != NULL_TREE)
2437
2438/* The line-number at which a statement began. */
2439#define STMT_LINENO(NODE) \
2440 (TREE_COMPLEXITY ((NODE)))
2441
43f887f9
MM
2442/* The parameters for a call-declarator. */
2443#define CALL_DECLARATOR_PARMS(NODE) \
2444 (TREE_PURPOSE (TREE_OPERAND ((NODE), 1)))
2445
2446/* The cv-qualifiers for a call-declarator. */
2447#define CALL_DECLARATOR_QUALS(NODE) \
2448 (TREE_VALUE (TREE_OPERAND ((NODE), 1)))
2449
2450/* The exception-specification for a call-declarator. */
2451#define CALL_DECLARATOR_EXCEPTION_SPEC(NODE) \
2452 (TREE_TYPE ((NODE)))
2453
8d08fdba 2454/* An enumeration of the kind of tags that C++ accepts. */
6eabb241 2455enum tag_types { record_type, class_type, union_type, enum_type };
8d08fdba 2456
27b8d0cd
MM
2457/* The various kinds of lvalues we distinguish. */
2458typedef enum cp_lvalue_kind {
2459 clk_none = 0, /* Things that are not an lvalue. */
2460 clk_ordinary = 1, /* An ordinary lvalue. */
2461 clk_class = 2, /* An rvalue of class-type. */
2462 clk_bitfield = 4, /* An lvalue for a bit-field. */
2463} cp_lvalue_kind;
2464
8d08fdba
MS
2465/* Zero means prototype weakly, as in ANSI C (no args means nothing).
2466 Each language context defines how this variable should be set. */
2467extern int strict_prototype;
2468extern int strict_prototypes_lang_c, strict_prototypes_lang_cplusplus;
2469
2470/* Non-zero means that if a label exists, and no other identifier
2471 applies, use the value of the label. */
2472extern int flag_labels_ok;
2473
d2c192ad
JM
2474/* Nonzero means allow Microsoft extensions without a pedwarn. */
2475extern int flag_ms_extensions;
2476
8d08fdba
MS
2477/* Non-zero means to collect statistics which might be expensive
2478 and to print them when we are done. */
2479extern int flag_detailed_statistics;
2480
2481/* Non-zero means warn in function declared in derived class has the
2482 same name as a virtual in the base class, but fails to match the
2483 type signature of any virtual function in the base class. */
2484extern int warn_overloaded_virtual;
2485
dc8263bc
JM
2486/* Nonzero means warn about use of multicharacter literals. */
2487extern int warn_multichar;
2488
9018ce4d
BK
2489/* Non-zero means warn if a non-templatized friend function is
2490 declared in a templatized class. This behavior is warned about with
2491 flag_guiding_decls in do_friend. */
2492extern int warn_nontemplate_friend;
2493
8d08fdba
MS
2494/* in c-common.c */
2495extern void declare_function_name PROTO((void));
820b778a 2496extern void decl_attributes PROTO((tree, tree, tree));
8d08fdba
MS
2497extern void init_function_format_info PROTO((void));
2498extern void record_function_format PROTO((tree, tree, int, int, int));
2499extern void check_function_format PROTO((tree, tree, tree));
2500/* Print an error message for invalid operands to arith operation CODE.
2501 NOP_EXPR is used as a special case (see truthvalue_conversion). */
2502extern void binary_op_error PROTO((enum tree_code));
53929c47 2503extern tree canonical_type_variant PROTO((tree));
8d08fdba
MS
2504extern void c_expand_expr_stmt PROTO((tree));
2505/* Validate the expression after `case' and apply default promotions. */
2506extern tree check_case_value PROTO((tree));
2507/* Concatenate a list of STRING_CST nodes into one STRING_CST. */
2508extern tree combine_strings PROTO((tree));
2509extern void constant_expression_warning PROTO((tree));
2510extern tree convert_and_check PROTO((tree, tree));
2511extern void overflow_warning PROTO((tree));
2512extern void unsigned_conversion_warning PROTO((tree, tree));
91063b51 2513extern void c_apply_type_quals_to_decl PROTO((int, tree));
61a127b3 2514
8d08fdba 2515/* Read the rest of the current #-directive line. */
d4dfe7d6
DB
2516#if USE_CPPLIB
2517extern char *get_directive_line PROTO((void));
2518#define GET_DIRECTIVE_LINE() get_directive_line ()
2519#else
da20811c 2520extern char *get_directive_line PROTO((FILE *));
d4dfe7d6
DB
2521#define GET_DIRECTIVE_LINE() get_directive_line (finput)
2522#endif
8d08fdba
MS
2523/* Subroutine of build_binary_op, used for comparison operations.
2524 See if the operands have both been converted from subword integer types
2525 and, if so, perhaps change them both back to their original type. */
2526extern tree shorten_compare PROTO((tree *, tree *, tree *, enum tree_code *));
2527/* Prepare expr to be an argument of a TRUTH_NOT_EXPR,
e92cc029 2528 or validate its data type for an `if' or `while' statement or ?..: exp. */
8d08fdba
MS
2529extern tree truthvalue_conversion PROTO((tree));
2530extern tree type_for_mode PROTO((enum machine_mode, int));
2531extern tree type_for_size PROTO((unsigned, int));
501ba25a 2532extern int c_get_alias_set PROTO((tree));
8d08fdba 2533
51c184be 2534/* in decl{2}.c */
8d08fdba
MS
2535/* A node that is a list (length 1) of error_mark_nodes. */
2536extern tree error_mark_list;
2537
9cd64686
MM
2538/* A list of virtual function tables we must make sure to write out. */
2539extern tree pending_vtables;
2540
700f8a87 2541/* Node for "pointer to (virtual) function".
e92cc029 2542 This may be distinct from ptr_type_node so gdb can distinguish them. */
700f8a87
MS
2543#define vfunc_ptr_type_node \
2544 (flag_vtable_thunks ? vtable_entry_type : ptr_type_node)
2545
8d08fdba 2546
8d08fdba
MS
2547/* For building calls to `delete'. */
2548extern tree integer_two_node, integer_three_node;
2549
0c8feefe
MM
2550extern tree anonymous_namespace_name;
2551
51c184be 2552/* in pt.c */
5566b478 2553
830bfa74
MM
2554/* These values are used for the `STRICT' parameter to type_unfication and
2555 fn_type_unification. Their meanings are described with the
2556 documentation for fn_type_unification. */
2557
2558typedef enum unification_kind_t {
2559 DEDUCE_CALL,
2560 DEDUCE_CONV,
2561 DEDUCE_EXACT
2562} unification_kind_t;
2563
8d08fdba
MS
2564/* The template currently being instantiated, and where the instantiation
2565 was triggered. */
2566struct tinst_level
2567{
5566b478 2568 tree decl;
8d08fdba
MS
2569 int line;
2570 char *file;
2571 struct tinst_level *next;
2572};
2573
bcb80729
KG
2574extern void maybe_print_template_context PROTO ((void));
2575
51c184be 2576/* in class.c */
61a127b3 2577
b4c4a9ec 2578extern int current_class_depth;
8d08fdba 2579
8d08fdba
MS
2580/* Points to the name of that function. May not be the DECL_NAME
2581 of CURRENT_FUNCTION_DECL due to overloading */
2582extern tree original_function_name;
2583
51c184be 2584/* in init.c */
8d08fdba 2585extern tree global_base_init_list;
8d08fdba 2586
8d08fdba
MS
2587\f
2588/* Here's where we control how name mangling takes place. */
2589
2590#define OPERATOR_ASSIGN_FORMAT "__a%s"
2591#define OPERATOR_FORMAT "__%s"
2592#define OPERATOR_TYPENAME_FORMAT "__op"
8d08fdba
MS
2593
2594/* Cannot use '$' up front, because this confuses gdb
2595 (names beginning with '$' are gdb-local identifiers).
2596
2597 Note that all forms in which the '$' is significant are long enough
2598 for direct indexing (meaning that if we know there is a '$'
2599 at a particular location, we can index into the string at
2600 any other location that provides distinguishing characters). */
2601
2602/* Define NO_DOLLAR_IN_LABEL in your favorite tm file if your assembler
2603 doesn't allow '$' in symbol names. */
2604#ifndef NO_DOLLAR_IN_LABEL
2605
2606#define JOINER '$'
2607
2608#define VPTR_NAME "$v"
2609#define THROW_NAME "$eh_throw"
2610#define DESTRUCTOR_DECL_PREFIX "_$_"
2611#define AUTO_VTABLE_NAME "__vtbl$me__"
2612#define AUTO_TEMP_NAME "_$tmp_"
2613#define AUTO_TEMP_FORMAT "_$tmp_%d"
2614#define VTABLE_BASE "$vb"
a0a33927 2615#define VTABLE_NAME_FORMAT (flag_vtable_thunks ? "__vt_%s" : "_vt$%s")
8d08fdba
MS
2616#define VFIELD_BASE "$vf"
2617#define VFIELD_NAME "_vptr$"
2618#define VFIELD_NAME_FORMAT "_vptr$%s"
2619#define VBASE_NAME "_vb$"
2620#define VBASE_NAME_FORMAT "_vb$%s"
2621#define STATIC_NAME_FORMAT "_%s$%s"
2622#define ANON_AGGRNAME_FORMAT "$_%d"
2623
2624#else /* NO_DOLLAR_IN_LABEL */
2625
2626#ifndef NO_DOT_IN_LABEL
2627
2628#define JOINER '.'
2629
2630#define VPTR_NAME ".v"
2631#define THROW_NAME ".eh_throw"
2632#define DESTRUCTOR_DECL_PREFIX "_._"
2633#define AUTO_VTABLE_NAME "__vtbl.me__"
2634#define AUTO_TEMP_NAME "_.tmp_"
2635#define AUTO_TEMP_FORMAT "_.tmp_%d"
2636#define VTABLE_BASE ".vb"
a0a33927 2637#define VTABLE_NAME_FORMAT (flag_vtable_thunks ? "__vt_%s" : "_vt.%s")
8d08fdba
MS
2638#define VFIELD_BASE ".vf"
2639#define VFIELD_NAME "_vptr."
2640#define VFIELD_NAME_FORMAT "_vptr.%s"
2641#define VBASE_NAME "_vb."
2642#define VBASE_NAME_FORMAT "_vb.%s"
2643#define STATIC_NAME_FORMAT "_%s.%s"
2644
2645#define ANON_AGGRNAME_FORMAT "._%d"
2646
2647#else /* NO_DOT_IN_LABEL */
2648
2649#define VPTR_NAME "__vptr"
2650#define VPTR_NAME_P(ID_NODE) \
2651 (!strncmp (IDENTIFIER_POINTER (ID_NODE), VPTR_NAME, sizeof (VPTR_NAME) - 1))
2652#define THROW_NAME "__eh_throw"
2653#define DESTRUCTOR_DECL_PREFIX "__destr_"
2654#define DESTRUCTOR_NAME_P(ID_NODE) \
2655 (!strncmp (IDENTIFIER_POINTER (ID_NODE), DESTRUCTOR_DECL_PREFIX, \
2656 sizeof (DESTRUCTOR_DECL_PREFIX) - 1))
2657#define IN_CHARGE_NAME "__in_chrg"
2658#define AUTO_VTABLE_NAME "__vtbl_me__"
2659#define AUTO_TEMP_NAME "__tmp_"
2660#define TEMP_NAME_P(ID_NODE) \
2661 (!strncmp (IDENTIFIER_POINTER (ID_NODE), AUTO_TEMP_NAME, \
2662 sizeof (AUTO_TEMP_NAME) - 1))
2663#define AUTO_TEMP_FORMAT "__tmp_%d"
2664#define VTABLE_BASE "__vtb"
2665#define VTABLE_NAME "__vt_"
a0a33927 2666#define VTABLE_NAME_FORMAT (flag_vtable_thunks ? "__vt_%s" : "_vt_%s")
8d08fdba
MS
2667#define VTABLE_NAME_P(ID_NODE) \
2668 (!strncmp (IDENTIFIER_POINTER (ID_NODE), VTABLE_NAME, \
2669 sizeof (VTABLE_NAME) - 1))
2670#define VFIELD_BASE "__vfb"
2671#define VFIELD_NAME "__vptr_"
2672#define VFIELD_NAME_P(ID_NODE) \
2673 (!strncmp (IDENTIFIER_POINTER (ID_NODE), VFIELD_NAME, \
2674 sizeof (VFIELD_NAME) - 1))
2675#define VFIELD_NAME_FORMAT "_vptr_%s"
2676#define VBASE_NAME "__vb_"
2677#define VBASE_NAME_P(ID_NODE) \
2678 (!strncmp (IDENTIFIER_POINTER (ID_NODE), VBASE_NAME, \
2679 sizeof (VBASE_NAME) - 1))
2680#define VBASE_NAME_FORMAT "__vb_%s"
2681#define STATIC_NAME_FORMAT "__static_%s_%s"
2682
2683#define ANON_AGGRNAME_PREFIX "__anon_"
2684#define ANON_AGGRNAME_P(ID_NODE) \
2685 (!strncmp (IDENTIFIER_POINTER (ID_NODE), ANON_AGGRNAME_PREFIX, \
2686 sizeof (ANON_AGGRNAME_PREFIX) - 1))
2687#define ANON_AGGRNAME_FORMAT "__anon_%d"
2688#define ANON_PARMNAME_FORMAT "__%d"
2689#define ANON_PARMNAME_P(ID_NODE) (IDENTIFIER_POINTER (ID_NODE)[0] == '_' \
2690 && IDENTIFIER_POINTER (ID_NODE)[1] == '_' \
2691 && IDENTIFIER_POINTER (ID_NODE)[2] <= '9')
2692
2693#endif /* NO_DOT_IN_LABEL */
2694#endif /* NO_DOLLAR_IN_LABEL */
2695
2696#define THIS_NAME "this"
2697#define DESTRUCTOR_NAME_FORMAT "~%s"
2698#define FILE_FUNCTION_PREFIX_LEN 9
fc378698
MS
2699#define CTOR_NAME "__ct"
2700#define DTOR_NAME "__dt"
8d08fdba
MS
2701
2702#define IN_CHARGE_NAME "__in_chrg"
2703
2704#define VTBL_PTR_TYPE "__vtbl_ptr_type"
2705#define VTABLE_DELTA_NAME "__delta"
2706#define VTABLE_INDEX_NAME "__index"
2707#define VTABLE_PFN_NAME "__pfn"
2708#define VTABLE_DELTA2_NAME "__delta2"
2709
8d08fdba
MS
2710#define EXCEPTION_CLEANUP_NAME "exception cleanup"
2711
2712#define THIS_NAME_P(ID_NODE) (strcmp(IDENTIFIER_POINTER (ID_NODE), "this") == 0)
2713
2714#if !defined(NO_DOLLAR_IN_LABEL) || !defined(NO_DOT_IN_LABEL)
2715
2716#define VPTR_NAME_P(ID_NODE) (IDENTIFIER_POINTER (ID_NODE)[0] == JOINER \
2717 && IDENTIFIER_POINTER (ID_NODE)[1] == 'v')
2718#define DESTRUCTOR_NAME_P(ID_NODE) (IDENTIFIER_POINTER (ID_NODE)[1] == JOINER \
2719 && IDENTIFIER_POINTER (ID_NODE)[2] == '_')
2720
2721#define VTABLE_NAME_P(ID_NODE) (IDENTIFIER_POINTER (ID_NODE)[1] == 'v' \
2722 && IDENTIFIER_POINTER (ID_NODE)[2] == 't' \
2723 && IDENTIFIER_POINTER (ID_NODE)[3] == JOINER)
2724
2725#define VBASE_NAME_P(ID_NODE) (IDENTIFIER_POINTER (ID_NODE)[1] == 'v' \
2726 && IDENTIFIER_POINTER (ID_NODE)[2] == 'b' \
2727 && IDENTIFIER_POINTER (ID_NODE)[3] == JOINER)
2728
2729#define TEMP_NAME_P(ID_NODE) (!strncmp (IDENTIFIER_POINTER (ID_NODE), AUTO_TEMP_NAME, sizeof (AUTO_TEMP_NAME)-1))
2730#define VFIELD_NAME_P(ID_NODE) (!strncmp (IDENTIFIER_POINTER (ID_NODE), VFIELD_NAME, sizeof(VFIELD_NAME)-1))
2731
2732/* For anonymous aggregate types, we need some sort of name to
2733 hold on to. In practice, this should not appear, but it should
2734 not be harmful if it does. */
2735#define ANON_AGGRNAME_P(ID_NODE) (IDENTIFIER_POINTER (ID_NODE)[0] == JOINER \
2736 && IDENTIFIER_POINTER (ID_NODE)[1] == '_')
2737#define ANON_PARMNAME_FORMAT "_%d"
2738#define ANON_PARMNAME_P(ID_NODE) (IDENTIFIER_POINTER (ID_NODE)[0] == '_' \
2739 && IDENTIFIER_POINTER (ID_NODE)[1] <= '9')
2740#endif /* !defined(NO_DOLLAR_IN_LABEL) || !defined(NO_DOT_IN_LABEL) */
35680744 2741
c8298f61 2742/* Store the vbase pointer field name for type TYPE into pointer BUF. */
d8e178a0
KG
2743#define FORMAT_VBASE_NAME(BUF,TYPE) do { \
2744 char *wbuf = (char *) alloca (TYPE_ASSEMBLER_NAME_LENGTH (TYPE) \
c8298f61 2745 + sizeof (VBASE_NAME) + 1); \
d8e178a0
KG
2746 sprintf (wbuf, VBASE_NAME_FORMAT, TYPE_ASSEMBLER_NAME_STRING (TYPE)); \
2747 (BUF) = wbuf; \
c8298f61
MH
2748} while (0)
2749
35680744
MM
2750/* Returns non-zero iff ID_NODE is an IDENTIFIER_NODE whose name is
2751 `main'. */
2752#define MAIN_NAME_P(ID_NODE) \
2753 (strcmp (IDENTIFIER_POINTER (ID_NODE), "main") == 0)
2754
2755/* Returns non-zero iff NODE is a declaration for the global function
2756 `main'. */
2757#define DECL_MAIN_P(NODE) \
2758 (TREE_CODE (NODE) == FUNCTION_DECL \
0f8766b8 2759 && DECL_LANGUAGE (NODE) == lang_c \
35680744
MM
2760 && DECL_NAME (NODE) != NULL_TREE \
2761 && MAIN_NAME_P (DECL_NAME (NODE)))
2762
8d08fdba 2763\f
8d08fdba
MS
2764/* Things for handling inline functions. */
2765
2766struct pending_inline
2767{
2768 struct pending_inline *next; /* pointer to next in chain */
2769 int lineno; /* line number we got the text from */
2770 char *filename; /* name of file we were processing */
2771 tree fndecl; /* FUNCTION_DECL that brought us here */
2772 int token; /* token we were scanning */
2773 int token_value; /* value of token we were scanning (YYSTYPE) */
2774
2775 char *buf; /* pointer to character stream */
2776 int len; /* length of stream */
8d08fdba
MS
2777 unsigned int can_free : 1; /* free this after we're done with it? */
2778 unsigned int deja_vu : 1; /* set iff we don't want to see it again. */
2779 unsigned int interface : 2; /* 0=interface 1=unknown 2=implementation */
2780};
2781
51c184be 2782/* in method.c */
8d08fdba
MS
2783extern struct pending_inline *pending_inlines;
2784
8d08fdba
MS
2785/* Positive values means that we cannot make optimizing assumptions about
2786 `this'. Negative values means we know `this' to be of static type. */
2787
2788extern int flag_this_is_variable;
2789
db5ae43f 2790/* Nonzero means generate 'rtti' that give run-time type information. */
8d08fdba 2791
db5ae43f 2792extern int flag_rtti;
8d08fdba 2793
a0a33927
MS
2794/* Nonzero means do emit exported implementations of functions even if
2795 they can be inlined. */
2796
2797extern int flag_implement_inlines;
2798
8d08fdba
MS
2799/* Nonzero means templates obey #pragma interface and implementation. */
2800
2801extern int flag_external_templates;
2802
2803/* Nonzero means templates are emitted where they are instantiated. */
2804
2805extern int flag_alt_external_templates;
2806
ddd5a7c1 2807/* Nonzero means implicit template instantiations are emitted. */
a0a33927
MS
2808
2809extern int flag_implicit_templates;
2810
72b7eeff
MS
2811/* Nonzero if we want to emit defined symbols with common-like linkage as
2812 weak symbols where possible, in order to conform to C++ semantics.
2813 Otherwise, emit them as local symbols. */
2814
2815extern int flag_weak;
2816
732dcb6f
JM
2817/* Nonzero to enable experimental ABI changes. */
2818
2819extern int flag_new_abi;
2820
2c73f9f5
ML
2821/* Nonzero to not ignore namespace std. */
2822
2823extern int flag_honor_std;
2824
5566b478
MS
2825/* Nonzero if we're done parsing and into end-of-file activities. */
2826
2827extern int at_eof;
2828
8d08fdba
MS
2829enum overload_flags { NO_SPECIAL = 0, DTOR_FLAG, OP_FLAG, TYPENAME_FLAG };
2830
8d08fdba
MS
2831/* Some macros for char-based bitfields. */
2832#define B_SET(a,x) (a[x>>3] |= (1 << (x&7)))
2833#define B_CLR(a,x) (a[x>>3] &= ~(1 << (x&7)))
2834#define B_TST(a,x) (a[x>>3] & (1 << (x&7)))
2835
2836/* These are uses as bits in flags passed to build_method_call
2837 to control its error reporting behavior.
2838
2839 LOOKUP_PROTECT means flag access violations.
2840 LOOKUP_COMPLAIN mean complain if no suitable member function
2841 matching the arguments is found.
2842 LOOKUP_NORMAL is just a combination of these two.
8d08fdba
MS
2843 LOOKUP_NONVIRTUAL means make a direct call to the member function found
2844 LOOKUP_GLOBAL means search through the space of overloaded functions,
2845 as well as the space of member functions.
2846 LOOKUP_HAS_IN_CHARGE means that the "in charge" variable is already
2847 in the parameter list.
6060a796 2848 LOOKUP_ONLYCONVERTING means that non-conversion constructors are not tried.
9a3b49ac
MS
2849 DIRECT_BIND means that if a temporary is created, it should be created so
2850 that it lives as long as the current variable bindings; otherwise it
2851 only lives until the end of the complete-expression.
878cd289
MS
2852 LOOKUP_SPECULATIVELY means return NULL_TREE if we cannot find what we are
2853 after. Note, LOOKUP_COMPLAIN is checked and error messages printed
2854 before LOOKUP_SPECULATIVELY is checked.
8d08fdba
MS
2855 LOOKUP_NO_CONVERSION means that user-defined conversions are not
2856 permitted. Built-in conversions are permitted.
c73964b2 2857 LOOKUP_DESTRUCTOR means explicit call to destructor.
52c11ef6
JM
2858 LOOKUP_NO_TEMP_BIND means temporaries will not be bound to references.
2859
2860 These are used in global lookup to support elaborated types and
2861 qualifiers.
2862
2863 LOOKUP_PREFER_TYPES means not to accept objects, and possibly namespaces.
2864 LOOKUP_PREFER_NAMESPACES means not to accept objects, and possibly types.
2865 LOOKUP_PREFER_BOTH means class-or-namespace-name.
2866 LOOKUP_TEMPLATES_EXPECTED means that class templates also count
2867 as types. */
8d08fdba
MS
2868
2869#define LOOKUP_PROTECT (1)
2870#define LOOKUP_COMPLAIN (2)
2871#define LOOKUP_NORMAL (3)
4ac14744 2872/* #define LOOKUP_UNUSED (4) */
8d08fdba
MS
2873#define LOOKUP_NONVIRTUAL (8)
2874#define LOOKUP_GLOBAL (16)
2875#define LOOKUP_HAS_IN_CHARGE (32)
2876#define LOOKUP_SPECULATIVELY (64)
db5ae43f 2877#define LOOKUP_ONLYCONVERTING (128)
9a3b49ac 2878#define DIRECT_BIND (256)
8d08fdba
MS
2879#define LOOKUP_NO_CONVERSION (512)
2880#define LOOKUP_DESTRUCTOR (512)
c73964b2 2881#define LOOKUP_NO_TEMP_BIND (1024)
52c11ef6
JM
2882#define LOOKUP_PREFER_TYPES (2048)
2883#define LOOKUP_PREFER_NAMESPACES (4096)
2884#define LOOKUP_PREFER_BOTH (6144)
2885#define LOOKUP_TEMPLATES_EXPECTED (8192)
2886
2887#define LOOKUP_NAMESPACES_ONLY(f) \
2888 (((f) & LOOKUP_PREFER_NAMESPACES) && !((f) & LOOKUP_PREFER_TYPES))
2889#define LOOKUP_TYPES_ONLY(f) \
2890 (!((f) & LOOKUP_PREFER_NAMESPACES) && ((f) & LOOKUP_PREFER_TYPES))
2891#define LOOKUP_QUALIFIERS_ONLY(f) ((f) & LOOKUP_PREFER_BOTH)
2892
8d08fdba 2893
a4443a08
MS
2894/* These flags are used by the conversion code.
2895 CONV_IMPLICIT : Perform implicit conversions (standard and user-defined).
2896 CONV_STATIC : Perform the explicit conversions for static_cast.
2897 CONV_CONST : Perform the explicit conversions for const_cast.
2898 CONV_REINTERPRET: Perform the explicit conversions for reinterpret_cast.
6060a796 2899 CONV_PRIVATE : Perform upcasts to private bases.
8ccc31eb
MS
2900 CONV_FORCE_TEMP : Require a new temporary when converting to the same
2901 aggregate type. */
a4443a08
MS
2902
2903#define CONV_IMPLICIT 1
2904#define CONV_STATIC 2
2905#define CONV_CONST 4
2906#define CONV_REINTERPRET 8
2907#define CONV_PRIVATE 16
faf5394a 2908/* #define CONV_NONCONVERTING 32 */
8ccc31eb
MS
2909#define CONV_FORCE_TEMP 64
2910#define CONV_STATIC_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_FORCE_TEMP)
a4443a08
MS
2911#define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \
2912 | CONV_REINTERPRET)
2913#define CONV_C_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \
8ccc31eb 2914 | CONV_REINTERPRET | CONV_PRIVATE | CONV_FORCE_TEMP)
a4443a08 2915
b7484fbe
MS
2916/* Used by build_expr_type_conversion to indicate which types are
2917 acceptable as arguments to the expression under consideration. */
2918
2919#define WANT_INT 1 /* integer types, including bool */
2920#define WANT_FLOAT 2 /* floating point types */
2921#define WANT_ENUM 4 /* enumerated types */
2922#define WANT_POINTER 8 /* pointer types */
2923#define WANT_NULL 16 /* null pointer constant */
b7484fbe
MS
2924#define WANT_ARITH (WANT_INT | WANT_FLOAT)
2925
3bfdc719
MM
2926/* Used with comptypes, and related functions, to guide type
2927 comparison. */
2928
2929#define COMPARE_STRICT 0 /* Just check if the types are the
2930 same. */
2931#define COMPARE_BASE 1 /* Check to see if the second type is
2932 derived from the first, or if both
2933 are pointers (or references) and
2934 the types pointed to by the second
2935 type is derived from the pointed to
2936 by the first. */
2937#define COMPARE_RELAXED 2 /* Like COMPARE_DERIVED, but in
2938 reverse. Also treat enmeration
2939 types as the same as integer types
2940 of the same width. */
2941#define COMPARE_REDECLARATION 4 /* The comparsion is being done when
2942 another declaration of an existing
2943 entity is seen. */
940ff223
JM
2944#define COMPARE_NO_ATTRIBUTES 8 /* The comparison should ignore
2945 extra-linguistic type attributes. */
3bfdc719 2946
7bdbfa05
MM
2947/* Used with push_overloaded_decl. */
2948#define PUSH_GLOBAL 0 /* Push the DECL into namespace scope,
2949 regardless of the current scope. */
2950#define PUSH_LOCAL 1 /* Push the DECL into the current
2951 scope. */
2952#define PUSH_USING 2 /* We are pushing this DECL as the
2953 result of a using declaration. */
2954
3bfdc719
MM
2955/* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
2956 sense of `same'. */
2957#define same_type_p(type1, type2) \
2958 comptypes ((type1), (type2), COMPARE_STRICT)
2959
2960/* Returns nonzero iff TYPE1 and TYPE2 are the same type, or if TYPE2
2961 is derived from TYPE1, or if TYPE2 is a pointer (reference) to a
2962 class derived from the type pointed to (referred to) by TYPE1. */
2963#define same_or_base_type_p(type1, type2) \
2964 comptypes ((type1), (type2), COMPARE_BASE)
2965
f84b4be9
JM
2966/* These macros are used to access a TEMPLATE_PARM_INDEX. */
2967#define TEMPLATE_PARM_IDX(NODE) (((template_parm_index*) NODE)->index)
2968#define TEMPLATE_PARM_LEVEL(NODE) (((template_parm_index*) NODE)->level)
2969#define TEMPLATE_PARM_DESCENDANTS(NODE) (TREE_CHAIN (NODE))
2970#define TEMPLATE_PARM_ORIG_LEVEL(NODE) (((template_parm_index*) NODE)->orig_level)
2971#define TEMPLATE_PARM_DECL(NODE) (((template_parm_index*) NODE)->decl)
2972
73b0fce8
KL
2973/* These macros are for accessing the fields of TEMPLATE_TYPE_PARM
2974 and TEMPLATE_TEMPLATE_PARM nodes. */
f84b4be9
JM
2975#define TEMPLATE_TYPE_PARM_INDEX(NODE) (TYPE_FIELDS (NODE))
2976#define TEMPLATE_TYPE_IDX(NODE) \
2977 (TEMPLATE_PARM_IDX (TEMPLATE_TYPE_PARM_INDEX (NODE)))
2978#define TEMPLATE_TYPE_LEVEL(NODE) \
2979 (TEMPLATE_PARM_LEVEL (TEMPLATE_TYPE_PARM_INDEX (NODE)))
2980#define TEMPLATE_TYPE_ORIG_LEVEL(NODE) \
2981 (TEMPLATE_PARM_ORIG_LEVEL (TEMPLATE_TYPE_PARM_INDEX (NODE)))
2982#define TEMPLATE_TYPE_DECL(NODE) \
2983 (TEMPLATE_PARM_DECL (TEMPLATE_TYPE_PARM_INDEX (NODE)))
8d08fdba 2984
51c184be 2985/* in lex.c */
8d08fdba
MS
2986/* Indexed by TREE_CODE, these tables give C-looking names to
2987 operators represented by TREE_CODES. For example,
2988 opname_tab[(int) MINUS_EXPR] == "-". */
9c0758dd 2989extern const char **opname_tab, **assignop_tab;
8d08fdba 2990\f
51c184be 2991/* in call.c */
63d088b7 2992extern int check_dtor_name PROTO((tree, tree));
824b9a4c 2993extern int get_arglist_len_in_bytes PROTO((tree));
8d08fdba 2994
8d08fdba 2995extern tree build_vfield_ref PROTO((tree, tree));
8d08fdba
MS
2996extern tree resolve_scope_to_name PROTO((tree, tree));
2997extern tree build_scoped_method_call PROTO((tree, tree, tree, tree));
824b9a4c
MS
2998extern tree build_addr_func PROTO((tree));
2999extern tree build_call PROTO((tree, tree, tree));
8d08fdba 3000extern tree build_method_call PROTO((tree, tree, tree, tree, int));
824b9a4c
MS
3001extern int null_ptr_cst_p PROTO((tree));
3002extern tree type_decays_to PROTO((tree));
faf5394a 3003extern tree build_user_type_conversion PROTO((tree, tree, int));
9babbf20 3004extern tree build_new_function_call PROTO((tree, tree));
c73964b2 3005extern tree build_new_op PROTO((enum tree_code, int, tree, tree, tree));
da4768fe 3006extern tree build_op_new_call PROTO((enum tree_code, tree, tree, int));
519ebd1e 3007extern tree build_op_delete_call PROTO((enum tree_code, tree, tree, int, tree));
824b9a4c
MS
3008extern int can_convert PROTO((tree, tree));
3009extern int can_convert_arg PROTO((tree, tree, tree));
d6479fe7 3010extern int enforce_access PROTO((tree, tree));
297e73d8 3011extern tree convert_default_arg PROTO((tree, tree, tree));
41efda8f 3012extern tree convert_arg_to_ellipsis PROTO((tree));
8f032717 3013extern int is_properly_derived_from PROTO((tree, tree));
27b8d0cd 3014extern tree initialize_reference PROTO((tree, tree));
a7a64a77 3015extern tree strip_top_quals PROTO((tree));
4143af33 3016extern tree perform_implicit_conversion PROTO((tree, tree));
8d08fdba 3017
51c184be 3018/* in class.c */
8d08fdba 3019extern tree build_vbase_path PROTO((enum tree_code, tree, tree, tree, int));
6b5fbb55 3020extern tree build_vtbl_ref PROTO((tree, tree));
8d08fdba
MS
3021extern tree build_vfn_ref PROTO((tree *, tree, tree));
3022extern void add_method PROTO((tree, tree *, tree));
77dc0938 3023extern int currently_open_class PROTO((tree));
51c184be 3024extern tree get_vfield_offset PROTO((tree));
8d08fdba 3025extern void duplicate_tag_error PROTO((tree));
9f33663b
JM
3026extern tree finish_struct PROTO((tree, tree));
3027extern void finish_struct_1 PROTO((tree));
8d08fdba
MS
3028extern int resolves_to_fixed_type_p PROTO((tree, int *));
3029extern void init_class_processing PROTO((void));
77dc0938 3030extern int is_empty_class PROTO((tree));
8d08fdba 3031extern void pushclass PROTO((tree, int));
b74a0560 3032extern void popclass PROTO((void));
8d08fdba 3033extern void push_nested_class PROTO((tree, int));
b74a0560 3034extern void pop_nested_class PROTO((void));
8d08fdba
MS
3035extern void push_lang_context PROTO((tree));
3036extern void pop_lang_context PROTO((void));
8d08fdba
MS
3037extern tree instantiate_type PROTO((tree, tree, int));
3038extern void print_class_statistics PROTO((void));
3f1892e1 3039extern void push_cache_obstack PROTO((void));
aff08c18 3040extern unsigned HOST_WIDE_INT skip_rtti_stuff PROTO((tree *, tree));
d6479fe7 3041extern void build_self_reference PROTO((void));
49c249e1 3042extern void warn_hidden PROTO((tree));
b54ccf71
JM
3043extern tree get_enclosing_class PROTO((tree));
3044int is_base_of_enclosing_class PROTO((tree, tree));
61a127b3 3045extern void unreverse_member_declarations PROTO((tree));
8f032717
MM
3046extern void invalidate_class_lookup_cache PROTO((void));
3047extern void maybe_note_name_used_in_class PROTO((tree, tree));
3048extern void note_name_declared_in_class PROTO((tree, tree));
8d08fdba 3049
51c184be 3050/* in cvt.c */
a4443a08 3051extern tree convert_to_reference PROTO((tree, tree, int, int, tree));
8d08fdba 3052extern tree convert_from_reference PROTO((tree));
8d08fdba 3053extern tree convert_pointer_to_real PROTO((tree, tree));
824b9a4c 3054extern tree convert_pointer_to PROTO((tree, tree));
37c46b43
MS
3055extern tree ocp_convert PROTO((tree, tree, int, int));
3056extern tree cp_convert PROTO((tree, tree));
824b9a4c 3057extern tree convert PROTO((tree, tree));
6060a796 3058extern tree convert_force PROTO((tree, tree, int));
e08a8f45 3059extern tree build_type_conversion PROTO((tree, tree, int));
b7484fbe 3060extern tree build_expr_type_conversion PROTO((int, tree, int));
39211cd5 3061extern tree type_promotes_to PROTO((tree));
75650646 3062extern tree perform_qualification_conversions PROTO((tree, tree));
8d08fdba 3063
51c184be 3064/* decl.c */
824b9a4c 3065/* resume_binding_level */
69789cfc 3066extern void set_identifier_local_value PROTO((tree, tree));
8d08fdba 3067extern int global_bindings_p PROTO((void));
a9aedbc2 3068extern int toplevel_bindings_p PROTO((void));
7bdbfa05 3069extern int namespace_bindings_p PROTO((void));
f1dedc31 3070extern void keep_next_level PROTO((int));
8d08fdba
MS
3071extern int kept_level_p PROTO((void));
3072extern void declare_parm_level PROTO((void));
8d08fdba
MS
3073extern void declare_pseudo_global_level PROTO((void));
3074extern int pseudo_global_level_p PROTO((void));
824b9a4c 3075extern void set_class_shadows PROTO((tree));
8d08fdba 3076extern void pushlevel PROTO((int));
824b9a4c 3077extern void note_level_for_for PROTO((void));
8d08fdba
MS
3078extern void pushlevel_temporary PROTO((int));
3079extern tree poplevel PROTO((int, int, int));
49c249e1 3080extern void resume_level PROTO((struct binding_level *));
8d08fdba
MS
3081extern void delete_block PROTO((tree));
3082extern void insert_block PROTO((tree));
3083extern void add_block_current_level PROTO((tree));
3084extern void set_block PROTO((tree));
3085extern void pushlevel_class PROTO((void));
8d08fdba 3086extern void print_binding_stack PROTO((void));
49c249e1 3087extern void print_binding_level PROTO((struct binding_level *));
824b9a4c
MS
3088extern void push_namespace PROTO((tree));
3089extern void pop_namespace PROTO((void));
61fc8c9e
MM
3090extern void push_nested_namespace PROTO((tree));
3091extern void pop_nested_namespace PROTO((tree));
824b9a4c 3092extern void maybe_push_to_top_level PROTO((int));
8d08fdba
MS
3093extern void push_to_top_level PROTO((void));
3094extern void pop_from_top_level PROTO((void));
2c73f9f5 3095extern tree identifier_type_value PROTO((tree));
8d08fdba 3096extern void set_identifier_type_value PROTO((tree, tree));
8926095f 3097extern void pop_everything PROTO((void));
8d08fdba
MS
3098extern void pushtag PROTO((tree, tree, int));
3099extern tree make_anon_name PROTO((void));
3100extern void clear_anon_tags PROTO((void));
824b9a4c
MS
3101extern int decls_match PROTO((tree, tree));
3102extern int duplicate_decls PROTO((tree, tree));
8d08fdba
MS
3103extern tree pushdecl PROTO((tree));
3104extern tree pushdecl_top_level PROTO((tree));
61a127b3 3105extern void pushdecl_class_level PROTO((tree));
bd6dd845 3106#if 0
5566b478 3107extern void pushdecl_nonclass_level PROTO((tree));
bd6dd845 3108#endif
2c73f9f5
ML
3109extern tree pushdecl_namespace_level PROTO((tree));
3110extern tree push_using_decl PROTO((tree, tree));
9ed182dc 3111extern tree push_using_directive PROTO((tree));
824b9a4c 3112extern void push_class_level_binding PROTO((tree, tree));
8d08fdba
MS
3113extern tree implicitly_declare PROTO((tree));
3114extern tree lookup_label PROTO((tree));
b5434ee0 3115extern tree declare_local_label PROTO((tree));
8d08fdba 3116extern tree define_label PROTO((char *, int, tree));
824b9a4c
MS
3117extern void push_switch PROTO((void));
3118extern void pop_switch PROTO((void));
b370501f 3119extern void define_case_label PROTO((void));
8d08fdba
MS
3120extern tree getdecls PROTO((void));
3121extern tree gettags PROTO((void));
bd6dd845 3122#if 0
8d08fdba 3123extern void set_current_level_tags_transparency PROTO((int));
bd6dd845 3124#endif
30394414 3125extern tree binding_for_name PROTO((tree, tree));
2c73f9f5
ML
3126extern tree namespace_binding PROTO((tree, tree));
3127extern void set_namespace_binding PROTO((tree, tree, tree));
a9aedbc2 3128extern tree lookup_namespace_name PROTO((tree, tree));
45869a6c 3129extern tree build_typename_type PROTO((tree, tree, tree, tree));
824b9a4c
MS
3130extern tree make_typename_type PROTO((tree, tree));
3131extern tree lookup_name_nonclass PROTO((tree));
2c73f9f5 3132extern tree lookup_function_nonclass PROTO((tree, tree));
824b9a4c 3133extern tree lookup_name PROTO((tree, int));
8d08fdba 3134extern tree lookup_name_current_level PROTO((tree));
9ed182dc 3135extern tree lookup_type_current_level PROTO((tree));
3e3f722c
ML
3136extern tree lookup_name_namespace_only PROTO((tree));
3137extern void begin_only_namespace_names PROTO((void));
3138extern void end_only_namespace_names PROTO((void));
9ed182dc 3139extern tree namespace_ancestor PROTO((tree, tree));
2c169bab
JM
3140extern tree unqualified_namespace_lookup PROTO((tree, int, tree *));
3141extern int lookup_using_namespace PROTO((tree, tree, tree, tree, int, tree *));
3142extern int qualified_lookup_using_namespace PROTO((tree, tree, tree, int));
824b9a4c 3143extern tree auto_function PROTO((tree, tree, enum built_in_function));
8d08fdba 3144extern void init_decl_processing PROTO((void));
5566b478 3145extern int init_type_desc PROTO((void));
49c249e1 3146extern tree define_function
d8e178a0 3147 PROTO((const char *, tree, enum built_in_function,
7f4edbcb 3148 void (*) (tree), const char *));
72a93143 3149extern tree check_tag_decl PROTO((tree));
8d08fdba 3150extern void shadow_tag PROTO((tree));
8d08fdba 3151extern tree groktypename PROTO((tree));
fcad5cf5 3152extern tree start_decl PROTO((tree, tree, int, tree, tree));
824b9a4c 3153extern void start_decl_1 PROTO((tree));
b3417a04 3154extern void cp_finish_decl PROTO((tree, tree, tree, int, int));
824b9a4c 3155extern void finish_decl PROTO((tree, tree, tree));
b7b8bcd2
MM
3156extern void maybe_inject_for_scope_var PROTO((tree));
3157extern void initialize_local_var PROTO((tree, tree, int));
8d08fdba 3158extern void expand_static_init PROTO((tree, tree));
3c5c0849 3159extern void start_handler_parms PROTO((tree, tree));
8d08fdba
MS
3160extern int complete_array_type PROTO((tree, tree, int));
3161extern tree build_ptrmemfunc_type PROTO((tree));
f30432d7 3162/* the grokdeclarator prototype is in decl.h */
8926095f 3163extern int parmlist_is_exprlist PROTO((tree));
824b9a4c
MS
3164extern int copy_args_p PROTO((tree));
3165extern int grok_ctor_properties PROTO((tree, tree));
3166extern void grok_op_properties PROTO((tree, int, int));
ca107ded 3167extern tree xref_tag PROTO((tree, tree, int));
fc378698 3168extern tree xref_tag_from_type PROTO((tree, tree, int));
8ccc31eb 3169extern void xref_basetypes PROTO((tree, tree, tree, tree));
8d08fdba 3170extern tree start_enum PROTO((tree));
dbfe2124 3171extern tree finish_enum PROTO((tree));
079e1098 3172extern tree build_enumerator PROTO((tree, tree, tree));
c11b6f21 3173extern int start_function PROTO((tree, tree, tree, int));
f30432d7 3174extern void expand_start_early_try_stmts PROTO((void));
824b9a4c 3175extern void store_parm_decls PROTO((void));
558475f0 3176extern void store_return_init PROTO((tree));
db5ae43f 3177extern void finish_function PROTO((int, int, int));
acf82af2 3178extern tree start_method PROTO((tree, tree, tree));
8d08fdba
MS
3179extern tree finish_method PROTO((tree));
3180extern void hack_incomplete_structures PROTO((tree));
c73964b2 3181extern tree maybe_build_cleanup_and_delete PROTO((tree));
824b9a4c 3182extern tree maybe_build_cleanup PROTO((tree));
8d08fdba
MS
3183extern void cplus_expand_expr_stmt PROTO((tree));
3184extern void finish_stmt PROTO((void));
824b9a4c 3185extern int in_function_p PROTO((void));
49c249e1
JM
3186extern void replace_defarg PROTO((tree, tree));
3187extern void print_other_binding_stack PROTO((struct binding_level *));
8857f91e 3188extern void revert_static_member_fn PROTO((tree*, tree*, tree*));
6bdb8141 3189extern void fixup_anonymous_aggr PROTO((tree));
6ba89f8e 3190extern int check_static_variable_definition PROTO((tree, tree));
0034cf72 3191extern void push_local_binding PROTO((tree, tree, int));
8f032717 3192extern int push_class_binding PROTO((tree, tree));
297e73d8 3193extern tree check_default_argument PROTO((tree, tree));
7bdbfa05 3194extern tree push_overloaded_decl PROTO((tree, int));
8f032717 3195extern void clear_identifier_class_values PROTO((void));
280f9385 3196extern void storetags PROTO((tree));
0aafb128
MM
3197extern int vtable_decl_p PROTO((tree, void *));
3198extern int vtype_decl_p PROTO((tree, void *));
3199extern int sigtable_decl_p PROTO((tree, void *));
3200typedef int (*walk_globals_pred) PROTO((tree, void *));
3201typedef int (*walk_globals_fn) PROTO((tree *, void *));
3202extern int walk_globals PROTO((walk_globals_pred,
3203 walk_globals_fn,
3204 void *));
3205typedef int (*walk_namespaces_fn) PROTO((tree, void *));
3206extern int walk_namespaces PROTO((walk_namespaces_fn,
3207 void *));
3208extern int wrapup_globals_for_namespace PROTO((tree, void *));
f71f87f9 3209extern tree cp_namespace_decls PROTO((tree));
9188c363
MM
3210extern tree create_implicit_typedef PROTO((tree, tree));
3211extern tree maybe_push_decl PROTO((tree));
8d08fdba 3212
51c184be 3213/* in decl2.c */
fc6af6e3 3214extern void init_decl2 PROTO((void));
b370501f 3215extern int check_java_method PROTO((tree));
297441fd 3216extern int lang_decode_option PROTO((int, char **));
8d08fdba 3217extern tree grok_method_quals PROTO((tree, tree, tree));
824b9a4c 3218extern void warn_if_unknown_interface PROTO((tree));
61a127b3 3219extern void grok_x_components PROTO((tree));
711734a9 3220extern void maybe_retrofit_in_chrg PROTO((tree));
bcb80729 3221extern void maybe_make_one_only PROTO((tree));
b370501f 3222extern void grokclassfn PROTO((tree, tree, enum overload_flags, tree));
8d08fdba
MS
3223extern tree grok_alignof PROTO((tree));
3224extern tree grok_array_decl PROTO((tree, tree));
3225extern tree delete_sanity PROTO((tree, tree, int, int));
5566b478 3226extern tree check_classfn PROTO((tree, tree));
98c1c668 3227extern void check_member_template PROTO((tree));
c11b6f21 3228extern tree grokfield PROTO((tree, tree, tree, tree, tree));
8d08fdba
MS
3229extern tree grokbitfield PROTO((tree, tree, tree));
3230extern tree groktypefield PROTO((tree, tree));
51c184be 3231extern tree grokoptypename PROTO((tree, tree));
5566b478 3232extern int copy_assignment_arg_p PROTO((tree, int));
f6abb50a 3233extern void cplus_decl_attributes PROTO((tree, tree, tree));
8d08fdba
MS
3234extern tree constructor_name_full PROTO((tree));
3235extern tree constructor_name PROTO((tree));
3236extern void setup_vtbl_ptr PROTO((void));
3237extern void mark_inline_for_output PROTO((tree));
3238extern void clear_temp_name PROTO((void));
3239extern tree get_temp_name PROTO((tree, int));
8d08fdba
MS
3240extern void finish_anon_union PROTO((tree));
3241extern tree finish_table PROTO((tree, tree, tree, int));
d8e178a0
KG
3242extern void finish_builtin_type PROTO((tree, const char *,
3243 tree *, int, tree));
8d08fdba
MS
3244extern tree coerce_new_type PROTO((tree));
3245extern tree coerce_delete_type PROTO((tree));
824b9a4c 3246extern void comdat_linkage PROTO((tree));
7e776093 3247extern void import_export_class PROTO((tree));
5566b478 3248extern void import_export_vtable PROTO((tree, tree, int));
824b9a4c
MS
3249extern void import_export_decl PROTO((tree));
3250extern tree build_cleanup PROTO((tree));
8d08fdba 3251extern void finish_file PROTO((void));
51c184be
MS
3252extern tree reparse_absdcl_as_expr PROTO((tree, tree));
3253extern tree reparse_absdcl_as_casts PROTO((tree, tree));
5566b478 3254extern tree build_expr_from_tree PROTO((tree));
51c184be
MS
3255extern tree reparse_decl_as_expr PROTO((tree, tree));
3256extern tree finish_decl_parsing PROTO((tree));
2986ae00 3257extern tree check_cp_case_value PROTO((tree));
b262d64c 3258extern void set_decl_namespace PROTO((tree, tree, int));
2c73f9f5
ML
3259extern tree current_decl_namespace PROTO((void));
3260extern void push_decl_namespace PROTO((tree));
3261extern void pop_decl_namespace PROTO((void));
f09bbbed
ML
3262extern void push_scope PROTO((tree));
3263extern void pop_scope PROTO((tree));
824b9a4c 3264extern void do_namespace_alias PROTO((tree, tree));
6b5fbb55 3265extern void do_toplevel_using_decl PROTO((tree));
ea9635c7 3266extern void do_local_using_decl PROTO((tree));
a9aedbc2 3267extern tree do_class_using_decl PROTO((tree));
824b9a4c 3268extern void do_using_directive PROTO((tree));
f30432d7 3269extern void check_default_args PROTO((tree));
5566b478 3270extern void mark_used PROTO((tree));
49c249e1 3271extern tree handle_class_head PROTO((tree, tree, tree));
2c73f9f5 3272extern tree lookup_arg_dependent PROTO((tree, tree, tree));
fa8d6e85 3273extern void finish_static_data_member_decl PROTO((tree, tree, tree, int, int));
8d08fdba 3274
fc6af6e3
RH
3275/* in parse.y */
3276extern void cp_parse_init PROTO((void));
3277
824b9a4c 3278/* in errfn.c */
d8e178a0
KG
3279/* The cp_* functions aren't suitable for ATTRIBUTE_PRINTF. */
3280extern void cp_error PVPROTO((const char *, ...));
3281extern void cp_error_at PVPROTO((const char *, ...));
3282extern void cp_warning PVPROTO((const char *, ...));
3283extern void cp_warning_at PVPROTO((const char *, ...));
3284extern void cp_pedwarn PVPROTO((const char *, ...));
3285extern void cp_pedwarn_at PVPROTO((const char *, ...));
3286extern void cp_compiler_error PVPROTO((const char *, ...));
3287extern void cp_sprintf PVPROTO((const char *, ...));
2de45c06 3288extern void cp_deprecated PROTO((const char*));
824b9a4c
MS
3289
3290/* in error.c */
3291extern void init_error PROTO((void));
e1def31b
KG
3292extern const char *fndecl_as_string PROTO((tree, int));
3293extern const char *type_as_string PROTO((tree, int));
3294extern const char *type_as_string_real PROTO((tree, int, int));
3295extern const char *args_as_string PROTO((tree, int));
3296extern const char *decl_as_string PROTO((tree, int));
3297extern const char *expr_as_string PROTO((tree, int));
3298extern const char *code_as_string PROTO((enum tree_code, int));
3299extern const char *language_as_string PROTO((enum languages, int));
3300extern const char *parm_as_string PROTO((int, int));
3301extern const char *op_as_string PROTO((enum tree_code, int));
3302extern const char *assop_as_string PROTO((enum tree_code, int));
3303extern const char *cv_as_string PROTO((tree, int));
3304extern const char *lang_decl_name PROTO((tree, int));
3305extern const char *cp_file_of PROTO((tree));
49c249e1 3306extern int cp_line_of PROTO((tree));
824b9a4c 3307
51c184be 3308/* in except.c */
8d08fdba 3309extern void init_exception_processing PROTO((void));
3c5c0849 3310extern void expand_start_catch_block PROTO((tree));
824b9a4c 3311extern void expand_end_catch_block PROTO((void));
f30432d7
MS
3312extern void expand_builtin_throw PROTO((void));
3313extern void expand_start_eh_spec PROTO((void));
824b9a4c 3314extern void expand_exception_blocks PROTO((void));
72b7eeff 3315extern tree start_anon_func PROTO((void));
824b9a4c
MS
3316extern void end_anon_func PROTO((void));
3317extern void expand_throw PROTO((tree));
3318extern tree build_throw PROTO((tree));
9c606f69 3319extern void mark_all_runtime_matches PROTO((void));
8d08fdba 3320
51c184be 3321/* in expr.c */
8d08fdba
MS
3322extern void init_cplus_expand PROTO((void));
3323extern void fixup_result_decl PROTO((tree, struct rtx_def *));
824b9a4c
MS
3324extern int extract_init PROTO((tree, tree));
3325extern void do_case PROTO((tree, tree));
b928a651 3326extern tree cplus_expand_constant PROTO((tree));
8d08fdba 3327
bd6dd845
MS
3328/* friend.c */
3329extern int is_friend PROTO((tree, tree));
3330extern void make_friend_class PROTO((tree, tree));
0c0aac2f
MM
3331extern void add_friend PROTO((tree, tree));
3332extern void add_friends PROTO((tree, tree, tree));
7a8f9fa9 3333extern tree do_friend PROTO((tree, tree, tree, tree, tree, enum overload_flags, tree, int));
bd6dd845 3334
51c184be 3335/* in init.c */
824b9a4c
MS
3336extern void init_init_processing PROTO((void));
3337extern void expand_direct_vtbls_init PROTO((tree, tree, int, int, tree));
f1dedc31 3338extern void emit_base_init PROTO((tree));
8d08fdba 3339extern void check_base_init PROTO((tree));
8d08fdba 3340extern void expand_member_init PROTO((tree, tree, tree));
f1dedc31 3341extern tree build_aggr_init PROTO((tree, tree, int));
8d08fdba 3342extern int is_aggr_typedef PROTO((tree, int));
5566b478 3343extern int is_aggr_type PROTO((tree, int));
8d08fdba
MS
3344extern tree get_aggr_from_typedef PROTO((tree, int));
3345extern tree get_type_value PROTO((tree));
3346extern tree build_member_call PROTO((tree, tree, tree));
3347extern tree build_offset_ref PROTO((tree, tree));
8d08fdba
MS
3348extern tree resolve_offset_ref PROTO((tree));
3349extern tree decl_constant_value PROTO((tree));
8d08fdba 3350extern tree build_new PROTO((tree, tree, tree, int));
a0d5fba7 3351extern tree build_new_1 PROTO((tree));
f1dedc31 3352extern tree build_vec_init PROTO((tree, tree, tree, tree, int));
b370501f 3353extern tree build_x_delete PROTO((tree, int, tree));
8d08fdba
MS
3354extern tree build_delete PROTO((tree, tree, tree, int, int));
3355extern tree build_vbase_delete PROTO((tree, tree));
5566b478 3356extern tree build_vec_delete PROTO((tree, tree, tree, tree, int));
f1dedc31 3357extern tree create_temporary_var PROTO((tree));
8d1e67c6
MM
3358extern void begin_init_stmts PROTO((tree *, tree *));
3359extern tree finish_init_stmts PROTO((tree, tree));
8d08fdba 3360
51c184be 3361/* in input.c */
8d08fdba 3362
51c184be 3363/* in lex.c */
d8e178a0 3364extern char *file_name_nondirectory PROTO((const char *));
8d08fdba
MS
3365extern tree make_pointer_declarator PROTO((tree, tree));
3366extern tree make_reference_declarator PROTO((tree, tree));
c11b6f21
MS
3367extern tree make_call_declarator PROTO((tree, tree, tree, tree));
3368extern void set_quals_and_spec PROTO((tree, tree, tree));
9c0758dd 3369extern const char *operator_name_string PROTO((tree));
8d08fdba
MS
3370extern void lang_init PROTO((void));
3371extern void lang_finish PROTO((void));
bd6dd845 3372#if 0
8d08fdba 3373extern void reinit_lang_specific PROTO((void));
bd6dd845 3374#endif
8d08fdba 3375extern void reinit_parse_for_function PROTO((void));
8d08fdba
MS
3376extern void print_parse_statistics PROTO((void));
3377extern void extract_interface_info PROTO((void));
8d08fdba
MS
3378extern void do_pending_inlines PROTO((void));
3379extern void process_next_inline PROTO((tree));
49c249e1
JM
3380extern struct pending_input *save_pending_input PROTO((void));
3381extern void restore_pending_input PROTO((struct pending_input *));
8d08fdba
MS
3382extern void yyungetc PROTO((int, int));
3383extern void reinit_parse_for_method PROTO((int, tree));
bd6dd845 3384extern void reinit_parse_for_block PROTO((int, struct obstack *));
f376e137 3385extern tree cons_up_default_function PROTO((tree, tree, int));
8d08fdba
MS
3386extern void check_for_missing_semicolon PROTO((tree));
3387extern void note_got_semicolon PROTO((tree));
3388extern void note_list_got_semicolon PROTO((tree));
824b9a4c 3389extern void do_pending_lang_change PROTO((void));
8d08fdba
MS
3390extern int identifier_type PROTO((tree));
3391extern void see_typename PROTO((void));
a759e627 3392extern tree do_identifier PROTO((tree, int, tree));
5566b478 3393extern tree do_scoped_id PROTO((tree, int));
8d08fdba
MS
3394extern tree identifier_typedecl_value PROTO((tree));
3395extern int real_yylex PROTO((void));
824b9a4c 3396extern int is_rid PROTO((tree));
8d08fdba 3397extern tree build_lang_decl PROTO((enum tree_code, tree, tree));
01235b80 3398extern void retrofit_lang_decl PROTO((tree));
8d08fdba
MS
3399extern void copy_lang_decl PROTO((tree));
3400extern tree make_lang_type PROTO((enum tree_code));
8d08fdba 3401extern void dump_time_statistics PROTO((void));
d8e178a0
KG
3402extern void compiler_error PVPROTO((const char *, ...))
3403 ATTRIBUTE_PRINTF_1;
3404extern void yyerror PROTO((const char *));
49c249e1
JM
3405extern void clear_inline_text_obstack PROTO((void));
3406extern void maybe_snarf_defarg PROTO((void));
3407extern tree snarf_defarg PROTO((void));
3408extern void add_defarg_fn PROTO((tree));
3409extern void do_pending_defargs PROTO((void));
3410extern int identifier_type PROTO((tree));
9f617717 3411extern void yyhook PROTO((int));
91063b51 3412extern int cp_type_qual_from_rid PROTO((tree));
8d08fdba 3413
51c184be 3414/* in method.c */
8d08fdba 3415extern void init_method PROTO((void));
8d08fdba 3416extern void do_inline_function_hair PROTO((tree, tree));
8d08fdba 3417extern char *build_overload_name PROTO((tree, int, int));
f376e137 3418extern tree build_static_name PROTO((tree, tree));
8d08fdba 3419extern tree build_decl_overload PROTO((tree, tree, int));
36a117a5
MM
3420extern tree build_decl_overload_real PROTO((tree, tree, tree, tree,
3421 tree, int));
c1def683 3422extern void set_mangled_name_for_decl PROTO((tree));
8d08fdba 3423extern tree build_typename_overload PROTO((tree));
6b5fbb55 3424extern tree build_overload_with_type PROTO((tree, tree));
711734a9 3425extern tree build_destructor_name PROTO((tree));
8d08fdba 3426extern tree build_opfncall PROTO((enum tree_code, int, tree, tree, tree));
5566b478 3427extern tree hack_identifier PROTO((tree, tree));
6b5fbb55 3428extern tree make_thunk PROTO((tree, int));
824b9a4c 3429extern void emit_thunk PROTO((tree));
5566b478 3430extern void synthesize_method PROTO((tree));
9c0758dd 3431extern tree get_id_2 PROTO((const char *, tree));
8d08fdba 3432
51c184be 3433/* in pt.c */
9cd64686 3434extern void init_pt PROTO ((void));
e833cb11 3435extern void check_template_shadow PROTO ((tree));
36a117a5 3436extern tree innermost_args PROTO ((tree));
4393e105
MM
3437extern tree tsubst PROTO ((tree, tree, int, tree));
3438extern tree tsubst_expr PROTO ((tree, tree, int, tree));
3439extern tree tsubst_copy PROTO ((tree, tree, int, tree));
f84b4be9 3440extern void maybe_begin_member_template_processing PROTO((tree));
b370501f 3441extern void maybe_end_member_template_processing PROTO((void));
61a127b3 3442extern tree finish_member_template_decl PROTO((tree));
8d08fdba 3443extern void begin_template_parm_list PROTO((void));
386b8a85
JM
3444extern void begin_specialization PROTO((void));
3445extern void reset_specialization PROTO((void));
3446extern void end_specialization PROTO((void));
75650646
MM
3447extern void begin_explicit_instantiation PROTO((void));
3448extern void end_explicit_instantiation PROTO((void));
61a127b3 3449extern tree check_explicit_specialization PROTO((tree, tree, int, int));
8d08fdba
MS
3450extern tree process_template_parm PROTO((tree, tree));
3451extern tree end_template_parm_list PROTO((tree));
5566b478 3452extern void end_template_decl PROTO((void));
9a3b49ac 3453extern tree current_template_args PROTO((void));
3ac3d9ea 3454extern tree push_template_decl PROTO((tree));
6757edfe
MM
3455extern tree push_template_decl_real PROTO((tree, int));
3456extern void redeclare_class_template PROTO((tree, tree));
36a117a5 3457extern tree lookup_template_class PROTO((tree, tree, tree, tree, int));
386b8a85 3458extern tree lookup_template_function PROTO((tree, tree));
8d08fdba 3459extern int uses_template_parms PROTO((tree));
5566b478 3460extern tree instantiate_class_template PROTO((tree));
98c1c668 3461extern tree instantiate_template PROTO((tree, tree));
6b5fbb55 3462extern void overload_template_name PROTO((tree));
03017874 3463extern int fn_type_unification PROTO((tree, tree, tree, tree, tree, unification_kind_t));
8d08fdba 3464struct tinst_level *tinst_for_decl PROTO((void));
5566b478 3465extern void mark_decl_instantiated PROTO((tree, int));
e1467ff2 3466extern int more_specialized PROTO((tree, tree, tree));
5566b478 3467extern void mark_class_instantiated PROTO((tree, int));
6633d636 3468extern void do_decl_instantiation PROTO((tree, tree, tree));
f0e01782 3469extern void do_type_instantiation PROTO((tree, tree));
5566b478 3470extern tree instantiate_decl PROTO((tree));
e1467ff2 3471extern tree get_bindings PROTO((tree, tree, tree));
824b9a4c 3472extern void add_tree PROTO((tree));
75650646
MM
3473extern void begin_tree PROTO((void));
3474extern void end_tree PROTO((void));
824b9a4c 3475extern void add_maybe_template PROTO((tree, tree));
49c249e1 3476extern void pop_tinst_level PROTO((void));
49c249e1 3477extern int more_specialized_class PROTO((tree, tree));
98c1c668 3478extern int is_member_template PROTO((tree));
34016c81 3479extern int template_parms_equal PROTO((tree, tree));
75650646 3480extern int comp_template_parms PROTO((tree, tree));
f84b4be9 3481extern int template_class_depth PROTO((tree));
6757edfe
MM
3482extern int is_specialization_of PROTO((tree, tree));
3483extern int comp_template_args PROTO((tree, tree));
36a117a5 3484extern void maybe_process_partial_specialization PROTO((tree));
39c01e4c 3485extern void maybe_check_template_type PROTO((tree));
104bf76a
MM
3486extern tree most_specialized_instantiation PROTO((tree, tree));
3487extern void print_candidates PROTO((tree));
0aafb128 3488extern int instantiate_pending_templates PROTO((void));
9188c363 3489extern tree tsubst_default_argument PROTO((tree, tree, tree));
6757edfe 3490
67ffc812 3491extern int processing_template_parmlist;
824b9a4c
MS
3492
3493/* in repo.c */
3494extern void repo_template_used PROTO((tree));
3495extern void repo_template_instantiated PROTO((tree, int));
d8e178a0 3496extern void init_repo PROTO((const char *));
824b9a4c
MS
3497extern void finish_repo PROTO((void));
3498
3499/* in rtti.c */
3500extern void init_rtti_processing PROTO((void));
3501extern tree get_tinfo_fn_dynamic PROTO((tree));
3502extern tree build_typeid PROTO((tree));
3503extern tree build_x_typeid PROTO((tree));
3504extern tree get_tinfo_fn PROTO((tree));
3505extern tree get_typeid PROTO((tree));
6a8f78d5 3506extern tree get_typeid_1 PROTO((tree));
824b9a4c
MS
3507extern tree build_dynamic_cast PROTO((tree, tree));
3508extern void synthesize_tinfo_fn PROTO((tree));
8d08fdba 3509
51c184be 3510/* in search.c */
7dee3f36 3511extern int types_overlap_p PROTO((tree, tree));
bd6dd845 3512extern tree get_vbase PROTO((tree, tree));
8d08fdba
MS
3513extern tree get_binfo PROTO((tree, tree, int));
3514extern int get_base_distance PROTO((tree, tree, int, tree *));
d6479fe7 3515extern int accessible_p PROTO((tree, tree));
8d08fdba 3516extern tree lookup_field PROTO((tree, tree, int, int));
03017874 3517extern int lookup_fnfields_1 PROTO((tree, tree));
8d08fdba 3518extern tree lookup_fnfields PROTO((tree, tree, int));
d23a1bb1 3519extern tree lookup_member PROTO((tree, tree, int, int));
a28e3c7f 3520extern tree lookup_nested_tag PROTO((tree, tree));
7177d104 3521extern tree get_matching_virtual PROTO((tree, tree, int));
8d08fdba 3522extern tree get_abstract_virtuals PROTO((tree));
8d08fdba 3523extern tree init_vbase_pointers PROTO((tree, tree));
9e9ff709 3524extern void expand_indirect_vtbls_init PROTO((tree, tree, tree));
8d08fdba
MS
3525extern void clear_search_slots PROTO((tree));
3526extern tree get_vbase_types PROTO((tree));
8d08fdba 3527extern void note_debug_info_needed PROTO((tree));
45537677 3528extern void push_class_decls PROTO((tree));
49c249e1 3529extern void pop_class_decls PROTO((void));
8d08fdba 3530extern void unuse_fields PROTO((tree));
8d08fdba
MS
3531extern void print_search_statistics PROTO((void));
3532extern void init_search_processing PROTO((void));
3533extern void reinit_search_statistics PROTO((void));
3534extern tree current_scope PROTO((void));
9188c363 3535extern int at_function_scope_p PROTO((void));
e1cd6e56 3536extern tree lookup_conversions PROTO((tree));
84663f74 3537extern tree binfo_for_vtable PROTO((tree));
6ad07332 3538extern int binfo_from_vbase PROTO((tree));
d6479fe7
MM
3539extern tree dfs_walk PROTO((tree,
3540 tree (*)(tree, void *),
3541 tree (*) (tree, void *),
3542 void *));
3543extern tree dfs_unmark PROTO((tree, void *));
3544extern tree markedp PROTO((tree, void *));
8d08fdba 3545
ad321293
MM
3546/* in semantics.c */
3547extern void finish_expr_stmt PROTO((tree));
3548extern tree begin_if_stmt PROTO((void));
3549extern void finish_if_stmt_cond PROTO((tree, tree));
3550extern tree finish_then_clause PROTO((tree));
3551extern void begin_else_clause PROTO((void));
3552extern void finish_else_clause PROTO((tree));
3553extern void finish_if_stmt PROTO((void));
3554extern tree begin_while_stmt PROTO((void));
3555extern void finish_while_stmt_cond PROTO((tree, tree));
3556extern void finish_while_stmt PROTO((tree));
3557extern tree begin_do_stmt PROTO((void));
3558extern void finish_do_body PROTO((tree));
3559extern void finish_do_stmt PROTO((tree, tree));
3560extern void finish_return_stmt PROTO((tree));
3561extern tree begin_for_stmt PROTO((void));
3562extern void finish_for_init_stmt PROTO((tree));
3563extern void finish_for_cond PROTO((tree, tree));
e4959d7c 3564extern void finish_for_expr PROTO((tree, tree));
ad321293
MM
3565extern void finish_for_stmt PROTO((tree, tree));
3566extern void finish_break_stmt PROTO((void));
3567extern void finish_continue_stmt PROTO((void));
3568extern void begin_switch_stmt PROTO((void));
3569extern tree finish_switch_cond PROTO((tree));
3570extern void finish_switch_stmt PROTO((tree, tree));
3571extern void finish_case_label PROTO((tree, tree));
3572extern void finish_goto_stmt PROTO((tree));
3573extern tree begin_try_block PROTO((void));
3574extern void finish_try_block PROTO((tree));
3575extern void finish_handler_sequence PROTO((tree));
0dde4175
JM
3576extern tree begin_function_try_block PROTO((void));
3577extern void finish_function_try_block PROTO((tree));
3578extern void finish_function_handler_sequence PROTO((tree));
ad321293 3579extern tree begin_handler PROTO((void));
3c5c0849 3580extern void start_handler_parms PROTO((tree, tree));
ad321293
MM
3581extern void finish_handler_parms PROTO((tree));
3582extern void finish_handler PROTO((tree));
f1dedc31 3583extern void finish_cleanup PROTO((tree, tree));
ad321293
MM
3584extern tree begin_compound_stmt PROTO((int));
3585extern tree finish_compound_stmt PROTO((int, tree));
3586extern void finish_asm_stmt PROTO((tree, tree, tree, tree, tree));
f01b0acb 3587extern void finish_label_stmt PROTO((tree));
b5434ee0 3588extern void finish_label_decl PROTO((tree));
f1dedc31 3589extern void finish_subobject PROTO((tree));
b4c4a9ec
MM
3590extern tree finish_parenthesized_expr PROTO((tree));
3591extern tree begin_stmt_expr PROTO((void));
3592extern tree finish_stmt_expr PROTO((tree, tree));
a759e627 3593extern tree finish_call_expr PROTO((tree, tree, int));
b4c4a9ec
MM
3594extern tree finish_increment_expr PROTO((tree, enum tree_code));
3595extern tree finish_this_expr PROTO((void));
3596extern tree finish_object_call_expr PROTO((tree, tree, tree));
3597extern tree finish_qualified_object_call_expr PROTO((tree, tree, tree));
3598extern tree finish_pseudo_destructor_call_expr PROTO((tree, tree, tree));
75d587eb 3599extern tree finish_qualified_call_expr PROTO ((tree, tree));
b4c4a9ec 3600extern tree finish_label_address_expr PROTO((tree));
ce4a0391
MM
3601extern tree finish_unary_op_expr PROTO((enum tree_code, tree));
3602extern tree finish_id_expr PROTO((tree));
3603extern int begin_new_placement PROTO((void));
3604extern tree finish_new_placement PROTO((tree, int));
b4c4a9ec
MM
3605extern int begin_function_definition PROTO((tree, tree));
3606extern tree begin_constructor_declarator PROTO((tree, tree));
ce4a0391
MM
3607extern tree finish_declarator PROTO((tree, tree, tree, tree, int));
3608extern void finish_translation_unit PROTO((void));
b4c4a9ec
MM
3609extern tree finish_template_type_parm PROTO((tree, tree));
3610extern tree finish_template_template_parm PROTO((tree, tree));
ce4a0391
MM
3611extern tree finish_parmlist PROTO((tree, int));
3612extern tree begin_class_definition PROTO((tree));
fbdd0024 3613extern tree finish_class_definition PROTO((tree, tree, int, int));
ce4a0391
MM
3614extern void finish_default_args PROTO((void));
3615extern void begin_inline_definitions PROTO((void));
51632249 3616extern void finish_inline_definitions PROTO((void));
61a127b3 3617extern tree finish_member_class_template PROTO((tree));
36a117a5
MM
3618extern void finish_template_decl PROTO((tree));
3619extern tree finish_template_type PROTO((tree, tree, int));
648f19f6 3620extern void enter_scope_of PROTO((tree));
6eabb241 3621extern tree finish_base_specifier PROTO((tree, tree));
61a127b3
MM
3622extern void finish_member_declaration PROTO((tree));
3623extern void check_multiple_declarators PROTO((void));
b894fc05 3624extern tree finish_typeof PROTO((tree));
9188c363 3625extern void add_decl_stmt PROTO((tree));
558475f0
MM
3626extern void finish_named_return_value PROTO((tree, tree));
3627extern tree expand_stmt PROTO((tree));
3628extern void expand_body PROTO((tree));
3629extern void begin_stmt_tree PROTO((tree));
3630extern void finish_stmt_tree PROTO((tree));
558475f0
MM
3631/* Non-zero if we are presently building a statement tree, rather
3632 than expanding each statement as we encounter it. */
3633#define building_stmt_tree() \
3634 (processing_template_decl || !expanding_p)
b4c4a9ec 3635
51c184be 3636/* in spew.c */
8d08fdba 3637extern void init_spew PROTO((void));
49c249e1 3638extern int peekyylex PROTO((void));
8d08fdba
MS
3639extern int yylex PROTO((void));
3640extern tree arbitrate_lookup PROTO((tree, tree, tree));
3641
51c184be 3642/* in tree.c */
0a818f84 3643extern void init_cplus_unsave PROTO((void));
4ef8e8f5 3644extern void cplus_unsave_expr_now PROTO((tree));
e833cb11 3645extern int pod_type_p PROTO((tree));
b370501f 3646extern void unshare_base_binfos PROTO((tree));
77dc0938 3647extern int member_p PROTO((tree));
27b8d0cd 3648extern cp_lvalue_kind real_lvalue_p PROTO((tree));
5566b478
MS
3649extern tree build_min PVPROTO((enum tree_code, tree, ...));
3650extern tree build_min_nt PVPROTO((enum tree_code, ...));
3651extern tree min_tree_cons PROTO((tree, tree, tree));
8d08fdba 3652extern int lvalue_p PROTO((tree));
834003f4 3653extern int lvalue_or_else PROTO((tree, const char *));
5566b478 3654extern tree build_cplus_new PROTO((tree, tree));
aa36c081 3655extern tree get_target_expr PROTO((tree));
8d08fdba
MS
3656extern tree break_out_cleanups PROTO((tree));
3657extern tree break_out_calls PROTO((tree));
3658extern tree build_cplus_method_type PROTO((tree, tree, tree));
3659extern tree build_cplus_staticfn_type PROTO((tree, tree, tree));
3660extern tree build_cplus_array_type PROTO((tree, tree));
9a71c18b
JM
3661extern int layout_basetypes PROTO((tree, int));
3662extern tree build_vbase_pointer_fields PROTO((tree));
3663extern tree build_base_fields PROTO((tree));
51632249 3664extern tree hash_tree_cons PROTO((tree, tree, tree));
8d08fdba
MS
3665extern tree hash_tree_chain PROTO((tree, tree));
3666extern tree hash_chainon PROTO((tree, tree));
ca107ded 3667extern tree make_binfo PROTO((tree, tree, tree, tree));
8d08fdba 3668extern tree binfo_value PROTO((tree, tree));
dfbcd65a 3669extern tree reverse_path PROTO((tree));
8926095f 3670extern int count_functions PROTO((tree));
8d08fdba
MS
3671extern int is_overloaded_fn PROTO((tree));
3672extern tree get_first_fn PROTO((tree));
2c73f9f5 3673extern tree binding_init PROTO((struct tree_binding*));
ddaed37e 3674extern int bound_pmf_p PROTO((tree));
2c73f9f5
ML
3675extern tree ovl_cons PROTO((tree, tree));
3676extern tree scratch_ovl_cons PROTO((tree, tree));
3677extern int ovl_member PROTO((tree, tree));
3678extern tree build_overload PROTO((tree, tree));
8d08fdba 3679extern tree fnaddr_from_vtable_entry PROTO((tree));
8d08fdba
MS
3680extern tree function_arg_chain PROTO((tree));
3681extern int promotes_to_aggr_type PROTO((tree, enum tree_code));
3682extern int is_aggr_type_2 PROTO((tree, tree));
e1def31b 3683extern const char *lang_printable_name PROTO((tree, int));
f30432d7 3684extern tree build_exception_variant PROTO((tree, tree));
73b0fce8 3685extern tree copy_template_template_parm PROTO((tree));
8d08fdba 3686extern tree copy_to_permanent PROTO((tree));
88b117b7 3687extern tree permanent_p PROTO((tree));
8d08fdba 3688extern void print_lang_statistics PROTO((void));
49c249e1
JM
3689extern void __eprintf
3690 PROTO((const char *, const char *, unsigned, const char *));
8d08fdba
MS
3691extern tree array_type_nelts_total PROTO((tree));
3692extern tree array_type_nelts_top PROTO((tree));
878cd289 3693extern tree break_out_target_exprs PROTO((tree));
5566b478 3694extern tree get_type_decl PROTO((tree));
6b5fbb55 3695extern tree vec_binfo_member PROTO((tree, tree));
e76a2646 3696extern tree hack_decl_function_context PROTO((tree));
700466c2 3697extern tree decl_namespace_context PROTO((tree));
d11ad92e
MS
3698extern tree lvalue_type PROTO((tree));
3699extern tree error_type PROTO((tree));
49c249e1 3700extern tree make_temp_vec PROTO((int));
5ffe581d
JM
3701extern tree build_ptr_wrapper PROTO((void *));
3702extern tree build_expr_ptr_wrapper PROTO((void *));
3703extern tree build_int_wrapper PROTO((int));
1139b3d8 3704extern tree build_srcloc_here PROTO((void));
49c249e1
JM
3705extern int varargs_function_p PROTO((tree));
3706extern int really_overloaded_fn PROTO((tree));
3707extern int cp_tree_equal PROTO((tree, tree));
3708extern int can_free PROTO((struct obstack *, tree));
3709extern tree mapcar PROTO((tree, tree (*) (tree)));
50a6dbd7 3710extern tree no_linkage_check PROTO((tree));
49c249e1 3711extern void debug_binfo PROTO((tree));
00c493f2 3712extern void push_expression_obstack PROTO((void));
9188c363 3713extern void push_permanent_obstack PROTO((void));
51924768
JM
3714extern tree build_dummy_object PROTO((tree));
3715extern tree maybe_dummy_object PROTO((tree, tree *));
3716extern int is_dummy_object PROTO((tree));
297e73d8 3717extern tree search_tree PROTO((tree, tree (*)(tree)));
e5dc5fb2 3718extern int cp_valid_lang_attribute PROTO((tree, tree, tree, tree));
87533b37 3719extern tree make_ptrmem_cst PROTO((tree, tree));
adecb3f4
MM
3720extern tree cp_build_qualified_type_real PROTO((tree, int, int));
3721#define cp_build_qualified_type(TYPE, QUALS) \
3722 cp_build_qualified_type_real ((TYPE), (QUALS), /*complain=*/1)
51632249 3723
e66d884e
JM
3724#define scratchalloc expralloc
3725#define scratch_tree_cons expr_tree_cons
3726#define build_scratch_list build_expr_list
3727#define make_scratch_vec make_temp_vec
2c73f9f5 3728#define push_scratch_obstack push_expression_obstack
8d08fdba 3729
51c184be 3730/* in typeck.c */
b370501f 3731extern int string_conv_p PROTO((tree, tree, int));
8ccc31eb 3732extern tree condition_conversion PROTO((tree));
8d08fdba
MS
3733extern tree target_type PROTO((tree));
3734extern tree require_complete_type PROTO((tree));
66543169 3735extern tree require_complete_type_in_void PROTO((tree));
5566b478 3736extern tree complete_type PROTO((tree));
66543169 3737extern tree complete_type_or_else PROTO((tree, tree));
8d08fdba
MS
3738extern int type_unknown_p PROTO((tree));
3739extern int fntype_p PROTO((tree));
8d08fdba 3740extern tree commonparms PROTO((tree, tree));
f2ee215b 3741extern tree original_type PROTO((tree));
8d08fdba 3742extern tree common_type PROTO((tree, tree));
4cc1d462 3743extern int comp_except_specs PROTO((tree, tree, int));
8d08fdba
MS
3744extern int comptypes PROTO((tree, tree, int));
3745extern int comp_target_types PROTO((tree, tree, int));
91063b51 3746extern int compparms PROTO((tree, tree));
8d08fdba 3747extern int comp_target_types PROTO((tree, tree, int));
ceab47eb
MM
3748extern int comp_cv_qualification PROTO((tree, tree));
3749extern int comp_cv_qual_signature PROTO((tree, tree));
a28e3c7f 3750extern int self_promoting_args_p PROTO((tree));
8d08fdba
MS
3751extern tree unsigned_type PROTO((tree));
3752extern tree signed_type PROTO((tree));
3753extern tree signed_or_unsigned_type PROTO((int, tree));
5566b478 3754extern tree expr_sizeof PROTO((tree));
8d08fdba
MS
3755extern tree c_sizeof PROTO((tree));
3756extern tree c_sizeof_nowarn PROTO((tree));
3757extern tree c_alignof PROTO((tree));
6b5fbb55 3758extern tree inline_conversion PROTO((tree));
f30432d7 3759extern tree decay_conversion PROTO((tree));
8d08fdba
MS
3760extern tree default_conversion PROTO((tree));
3761extern tree build_object_ref PROTO((tree, tree, tree));
3762extern tree build_component_ref_1 PROTO((tree, tree, int));
3763extern tree build_component_ref PROTO((tree, tree, tree, int));
5156628f 3764extern tree build_x_component_ref PROTO((tree, tree, tree, int));
d8e178a0
KG
3765extern tree build_x_indirect_ref PROTO((tree, const char *));
3766extern tree build_indirect_ref PROTO((tree, const char *));
8d08fdba
MS
3767extern tree build_array_ref PROTO((tree, tree));
3768extern tree build_x_function_call PROTO((tree, tree, tree));
824b9a4c 3769extern tree get_member_function_from_ptrfunc PROTO((tree *, tree));
8d08fdba
MS
3770extern tree build_function_call_real PROTO((tree, tree, int, int));
3771extern tree build_function_call PROTO((tree, tree));
3772extern tree build_function_call_maybe PROTO((tree, tree));
56ae6d77 3773extern tree convert_arguments PROTO((tree, tree, tree, int));
8d08fdba 3774extern tree build_x_binary_op PROTO((enum tree_code, tree, tree));
337c90cc 3775extern tree build_binary_op PROTO((enum tree_code, tree, tree));
8d08fdba 3776extern tree build_binary_op_nodefault PROTO((enum tree_code, tree, tree, enum tree_code));
8d08fdba
MS
3777extern tree build_x_unary_op PROTO((enum tree_code, tree));
3778extern tree build_unary_op PROTO((enum tree_code, tree, int));
3779extern tree unary_complex_lvalue PROTO((enum tree_code, tree));
3780extern int mark_addressable PROTO((tree));
3781extern tree build_x_conditional_expr PROTO((tree, tree, tree));
3782extern tree build_conditional_expr PROTO((tree, tree, tree));
3783extern tree build_x_compound_expr PROTO((tree));
3784extern tree build_compound_expr PROTO((tree));
2986ae00
MS
3785extern tree build_static_cast PROTO((tree, tree));
3786extern tree build_reinterpret_cast PROTO((tree, tree));
3787extern tree build_const_cast PROTO((tree, tree));
faf5394a 3788extern tree build_c_cast PROTO((tree, tree));
5566b478 3789extern tree build_x_modify_expr PROTO((tree, enum tree_code, tree));
8d08fdba 3790extern tree build_modify_expr PROTO((tree, enum tree_code, tree));
d8e178a0 3791extern tree convert_for_initialization PROTO((tree, tree, tree, int, const char *, tree, int));
8d08fdba
MS
3792extern void c_expand_asm_operands PROTO((tree, tree, tree, tree, int, char *, int));
3793extern void c_expand_return PROTO((tree));
3794extern tree c_expand_start_case PROTO((tree));
bd6dd845 3795extern int comp_ptr_ttypes PROTO((tree, tree));
d2e5ee5c 3796extern int ptr_reasonably_similar PROTO((tree, tree));
8d08fdba 3797extern tree build_ptrmemfunc PROTO((tree, tree, int));
27778b73 3798extern tree strip_array_types PROTO((tree));
91063b51 3799extern int cp_type_quals PROTO((tree));
a7a7710d 3800extern int cp_has_mutable_p PROTO((tree));
91063b51
MM
3801extern int at_least_as_qualified_p PROTO((tree, tree));
3802extern int more_qualified_p PROTO((tree, tree));
e08a8f45
MM
3803extern tree build_ptrmemfunc1 PROTO((tree, tree, tree, tree, tree));
3804extern void expand_ptrmemfunc_cst PROTO((tree, tree *, tree *, tree *, tree *));
3805extern tree delta2_from_ptrmemfunc PROTO((tree));
3806extern tree pfn_from_ptrmemfunc PROTO((tree));
a7a64a77 3807extern tree type_after_usual_arithmetic_conversions PROTO((tree, tree));
9c0758dd
KG
3808extern tree composite_pointer_type PROTO((tree, tree, tree, tree,
3809 const char*));
8d08fdba 3810
51c184be 3811/* in typeck2.c */
8d08fdba
MS
3812extern tree error_not_base_type PROTO((tree, tree));
3813extern tree binfo_or_else PROTO((tree, tree));
d8e178a0 3814extern void readonly_error PROTO((tree, const char *, int));
a7a64a77 3815extern int abstract_virtuals_error PROTO((tree, tree));
8d08fdba 3816extern void incomplete_type_error PROTO((tree, tree));
b370501f
KG
3817extern void my_friendly_abort PROTO((int))
3818 ATTRIBUTE_NORETURN;
8d08fdba
MS
3819extern void my_friendly_assert PROTO((int, int));
3820extern tree store_init_value PROTO((tree, tree));
3821extern tree digest_init PROTO((tree, tree, tree *));
3822extern tree build_scoped_ref PROTO((tree, tree));
3823extern tree build_x_arrow PROTO((tree));
3824extern tree build_m_component_ref PROTO((tree, tree));
3825extern tree build_functional_cast PROTO((tree, tree));
3826extern char *enum_name_string PROTO((tree, tree));
3827extern void report_case_error PROTO((int, tree, tree, tree));
d8e178a0 3828extern void check_for_new_type PROTO((const char *, flagged_type_tree));
4cc1d462 3829extern tree add_exception_specifier PROTO((tree, tree, int));
8d08fdba 3830
51c184be 3831/* in xref.c */
d8e178a0 3832extern void GNU_xref_begin PROTO((const char *));
8d08fdba 3833extern void GNU_xref_end PROTO((int));
d8e178a0 3834extern void GNU_xref_file PROTO((const char *));
8d08fdba 3835extern void GNU_xref_start_scope PROTO((HOST_WIDE_INT));
5566b478 3836extern void GNU_xref_end_scope PROTO((HOST_WIDE_INT, HOST_WIDE_INT, int, int));
d8e178a0 3837extern void GNU_xref_ref PROTO((tree, const char *));
8d08fdba 3838extern void GNU_xref_decl PROTO((tree, tree));
d8e178a0 3839extern void GNU_xref_call PROTO((tree, const char *));
8d08fdba
MS
3840extern void GNU_xref_function PROTO((tree, tree));
3841extern void GNU_xref_assign PROTO((tree));
11b5139c 3842extern void GNU_xref_hier PROTO((tree, tree, int, int, int));
8d08fdba
MS
3843extern void GNU_xref_member PROTO((tree, tree));
3844
f71f87f9 3845/* in dump.c */
9c0758dd 3846extern void dump_node_to_file PROTO ((tree, const char *));
f71f87f9 3847
8d08fdba
MS
3848/* -- end of C++ */
3849
3850#endif /* not _CP_TREE_H */
This page took 1.177336 seconds and 5 git commands to generate.