/* Type information for cp/name-lookup.c.
Copyright (C) 2004-2017 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see
. */
/* This file is machine generated. Do not edit. */
void
gt_ggc_mx_binding_table_s (void *x_p)
{
struct binding_table_s * const x = (struct binding_table_s *)x_p;
if (ggc_test_and_set_mark (x))
{
{
size_t l0 = (size_t)(((*x)).chain_count);
if ((*x).chain != NULL) {
size_t i0;
for (i0 = 0; i0 != (size_t)(l0); i0++) {
gt_ggc_m_15binding_entry_s ((*x).chain[i0]);
}
ggc_mark ((*x).chain);
}
}
}
}
void
gt_ggc_mx_binding_entry_s (void *x_p)
{
struct binding_entry_s * const x = (struct binding_entry_s *)x_p;
if (ggc_test_and_set_mark (x))
{
gt_ggc_m_15binding_entry_s ((*x).chain);
gt_ggc_m_9tree_node ((*x).name);
gt_ggc_m_9tree_node ((*x).type);
}
}
void
gt_ggc_mx_cxx_binding (void *x_p)
{
struct cxx_binding * const x = (struct cxx_binding *)x_p;
if (ggc_test_and_set_mark (x))
{
gt_ggc_m_11cxx_binding ((*x).previous);
gt_ggc_m_9tree_node ((*x).value);
gt_ggc_m_9tree_node ((*x).type);
gt_ggc_m_16cp_binding_level ((*x).scope);
}
}
void
gt_ggc_mx_cp_binding_level (void *x_p)
{
struct cp_binding_level * const x = (struct cp_binding_level *)x_p;
if (ggc_test_and_set_mark (x))
{
gt_ggc_m_9tree_node ((*x).names);
gt_ggc_m_9tree_node ((*x).namespaces);
gt_ggc_m_15vec_tree_va_gc_ ((*x).static_decls);
gt_ggc_m_9tree_node ((*x).usings);
gt_ggc_m_9tree_node ((*x).using_directives);
gt_ggc_m_27vec_cp_class_binding_va_gc_ ((*x).class_shadowed);
gt_ggc_m_9tree_node ((*x).type_shadowed);
gt_ggc_m_27vec_cp_label_binding_va_gc_ ((*x).shadowed_labels);
gt_ggc_m_9tree_node ((*x).blocks);
gt_ggc_m_9tree_node ((*x).this_entity);
gt_ggc_m_16cp_binding_level ((*x).level_chain);
gt_ggc_m_15vec_tree_va_gc_ ((*x).dead_vars_from_for);
gt_ggc_m_9tree_node ((*x).statement_list);
}
}
void
gt_ggc_mx_vec_cp_class_binding_va_gc_ (void *x_p)
{
vec * const x = (vec *)x_p;
if (ggc_test_and_set_mark (x))
{
gt_ggc_mx (x);
}
}
void
gt_ggc_mx (struct cp_class_binding& x_r ATTRIBUTE_UNUSED)
{
struct cp_class_binding * ATTRIBUTE_UNUSED x = &x_r;
gt_ggc_m_11cxx_binding ((*x).base);
gt_ggc_m_9tree_node ((*x).identifier);
}
void
gt_ggc_mx_vec_cp_label_binding_va_gc_ (void *x_p)
{
vec * const x = (vec *)x_p;
if (ggc_test_and_set_mark (x))
{
gt_ggc_mx (x);
}
}
void
gt_ggc_mx (struct cp_label_binding& x_r ATTRIBUTE_UNUSED)
{
struct cp_label_binding * ATTRIBUTE_UNUSED x = &x_r;
gt_ggc_m_9tree_node ((*x).label);
gt_ggc_m_9tree_node ((*x).prev_value);
}
void
gt_pch_nx_binding_table_s (void *x_p)
{
struct binding_table_s * const x = (struct binding_table_s *)x_p;
if (gt_pch_note_object (x, x, gt_pch_p_15binding_table_s))
{
{
size_t l0 = (size_t)(((*x)).chain_count);
if ((*x).chain != NULL) {
size_t i0;
for (i0 = 0; i0 != (size_t)(l0); i0++) {
gt_pch_n_15binding_entry_s ((*x).chain[i0]);
}
gt_pch_note_object ((*x).chain, x, gt_pch_p_15binding_table_s);
}
}
}
}
void
gt_pch_nx_binding_entry_s (void *x_p)
{
struct binding_entry_s * const x = (struct binding_entry_s *)x_p;
if (gt_pch_note_object (x, x, gt_pch_p_15binding_entry_s))
{
gt_pch_n_15binding_entry_s ((*x).chain);
gt_pch_n_9tree_node ((*x).name);
gt_pch_n_9tree_node ((*x).type);
}
}
void
gt_pch_nx_cxx_binding (void *x_p)
{
struct cxx_binding * const x = (struct cxx_binding *)x_p;
if (gt_pch_note_object (x, x, gt_pch_p_11cxx_binding))
{
gt_pch_n_11cxx_binding ((*x).previous);
gt_pch_n_9tree_node ((*x).value);
gt_pch_n_9tree_node ((*x).type);
gt_pch_n_16cp_binding_level ((*x).scope);
}
}
void
gt_pch_nx_cp_binding_level (void *x_p)
{
struct cp_binding_level * const x = (struct cp_binding_level *)x_p;
if (gt_pch_note_object (x, x, gt_pch_p_16cp_binding_level))
{
gt_pch_n_9tree_node ((*x).names);
gt_pch_n_9tree_node ((*x).namespaces);
gt_pch_n_15vec_tree_va_gc_ ((*x).static_decls);
gt_pch_n_9tree_node ((*x).usings);
gt_pch_n_9tree_node ((*x).using_directives);
gt_pch_n_27vec_cp_class_binding_va_gc_ ((*x).class_shadowed);
gt_pch_n_9tree_node ((*x).type_shadowed);
gt_pch_n_27vec_cp_label_binding_va_gc_ ((*x).shadowed_labels);
gt_pch_n_9tree_node ((*x).blocks);
gt_pch_n_9tree_node ((*x).this_entity);
gt_pch_n_16cp_binding_level ((*x).level_chain);
gt_pch_n_15vec_tree_va_gc_ ((*x).dead_vars_from_for);
gt_pch_n_9tree_node ((*x).statement_list);
}
}
void
gt_pch_nx_vec_cp_class_binding_va_gc_ (void *x_p)
{
vec * const x = (vec *)x_p;
if (gt_pch_note_object (x, x, gt_pch_p_27vec_cp_class_binding_va_gc_))
{
gt_pch_nx (x);
}
}
void
gt_pch_nx (struct cp_class_binding& x_r ATTRIBUTE_UNUSED)
{
struct cp_class_binding * ATTRIBUTE_UNUSED x = &x_r;
gt_pch_n_11cxx_binding ((*x).base);
gt_pch_n_9tree_node ((*x).identifier);
}
void
gt_pch_nx_vec_cp_label_binding_va_gc_ (void *x_p)
{
vec * const x = (vec *)x_p;
if (gt_pch_note_object (x, x, gt_pch_p_27vec_cp_label_binding_va_gc_))
{
gt_pch_nx (x);
}
}
void
gt_pch_nx (struct cp_label_binding& x_r ATTRIBUTE_UNUSED)
{
struct cp_label_binding * ATTRIBUTE_UNUSED x = &x_r;
gt_pch_n_9tree_node ((*x).label);
gt_pch_n_9tree_node ((*x).prev_value);
}
void
gt_pch_p_15binding_table_s (ATTRIBUTE_UNUSED void *this_obj,
void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
struct binding_table_s * x ATTRIBUTE_UNUSED = (struct binding_table_s *)x_p;
{
size_t l0 = (size_t)(((*x)).chain_count);
if ((*x).chain != NULL) {
size_t i0;
for (i0 = 0; i0 != (size_t)(l0) && ((void *)(*x).chain == this_obj); i0++) {
if ((void *)((*x).chain) == this_obj)
op (&((*x).chain[i0]), cookie);
}
if ((void *)(x) == this_obj)
op (&((*x).chain), cookie);
}
}
}
void
gt_pch_p_15binding_entry_s (ATTRIBUTE_UNUSED void *this_obj,
void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
struct binding_entry_s * x ATTRIBUTE_UNUSED = (struct binding_entry_s *)x_p;
if ((void *)(x) == this_obj)
op (&((*x).chain), cookie);
if ((void *)(x) == this_obj)
op (&((*x).name), cookie);
if ((void *)(x) == this_obj)
op (&((*x).type), cookie);
}
void
gt_pch_p_11cxx_binding (ATTRIBUTE_UNUSED void *this_obj,
void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
struct cxx_binding * x ATTRIBUTE_UNUSED = (struct cxx_binding *)x_p;
if ((void *)(x) == this_obj)
op (&((*x).previous), cookie);
if ((void *)(x) == this_obj)
op (&((*x).value), cookie);
if ((void *)(x) == this_obj)
op (&((*x).type), cookie);
if ((void *)(x) == this_obj)
op (&((*x).scope), cookie);
}
void
gt_pch_p_16cp_binding_level (ATTRIBUTE_UNUSED void *this_obj,
void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
struct cp_binding_level * x ATTRIBUTE_UNUSED = (struct cp_binding_level *)x_p;
if ((void *)(x) == this_obj)
op (&((*x).names), cookie);
if ((void *)(x) == this_obj)
op (&((*x).namespaces), cookie);
if ((void *)(x) == this_obj)
op (&((*x).static_decls), cookie);
if ((void *)(x) == this_obj)
op (&((*x).usings), cookie);
if ((void *)(x) == this_obj)
op (&((*x).using_directives), cookie);
if ((void *)(x) == this_obj)
op (&((*x).class_shadowed), cookie);
if ((void *)(x) == this_obj)
op (&((*x).type_shadowed), cookie);
if ((void *)(x) == this_obj)
op (&((*x).shadowed_labels), cookie);
if ((void *)(x) == this_obj)
op (&((*x).blocks), cookie);
if ((void *)(x) == this_obj)
op (&((*x).this_entity), cookie);
if ((void *)(x) == this_obj)
op (&((*x).level_chain), cookie);
if ((void *)(x) == this_obj)
op (&((*x).dead_vars_from_for), cookie);
if ((void *)(x) == this_obj)
op (&((*x).statement_list), cookie);
}
void
gt_pch_p_27vec_cp_class_binding_va_gc_ (ATTRIBUTE_UNUSED void *this_obj,
void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
struct vec * x ATTRIBUTE_UNUSED = (struct vec *)x_p;
if ((void *)(x) == this_obj)
gt_pch_nx (&((*x)), op, cookie);
}
void
gt_pch_nx (struct cp_class_binding* x ATTRIBUTE_UNUSED,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
op (&((*x).base), cookie);
op (&((*x).identifier), cookie);
}
void
gt_pch_p_27vec_cp_label_binding_va_gc_ (ATTRIBUTE_UNUSED void *this_obj,
void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
struct vec * x ATTRIBUTE_UNUSED = (struct vec *)x_p;
if ((void *)(x) == this_obj)
gt_pch_nx (&((*x)), op, cookie);
}
void
gt_pch_nx (struct cp_label_binding* x ATTRIBUTE_UNUSED,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
op (&((*x).label), cookie);
op (&((*x).prev_value), cookie);
}
/* GC roots. */
EXPORTED_CONST struct ggc_root_tab gt_ggc_r_gt_cp_name_lookup_h[] = {
{
&anonymous_namespace_name,
1,
sizeof (anonymous_namespace_name),
>_ggc_mx_tree_node,
>_pch_nx_tree_node
},
{
&global_type_node,
1,
sizeof (global_type_node),
>_ggc_mx_tree_node,
>_pch_nx_tree_node
},
{
&global_scope_name,
1,
sizeof (global_scope_name),
>_ggc_mx_tree_node,
>_pch_nx_tree_node
},
{
&global_namespace,
1,
sizeof (global_namespace),
>_ggc_mx_tree_node,
>_pch_nx_tree_node
},
LAST_GGC_ROOT_TAB
};
EXPORTED_CONST struct ggc_root_tab gt_ggc_rd_gt_cp_name_lookup_h[] = {
{ &free_saved_scope, 1, sizeof (free_saved_scope), NULL, NULL },
{ &free_binding_level, 1, sizeof (free_binding_level), NULL, NULL },
{ &free_bindings, 1, sizeof (free_bindings), NULL, NULL },
{ &free_binding_entry, 1, sizeof (free_binding_entry), NULL, NULL },
LAST_GGC_ROOT_TAB
};
EXPORTED_CONST struct ggc_root_tab gt_pch_rs_gt_cp_name_lookup_h[] = {
{ &lambda_cnt, 1, sizeof (lambda_cnt), NULL, NULL },
{ &anon_cnt, 1, sizeof (anon_cnt), NULL, NULL },
LAST_GGC_ROOT_TAB
};