You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

257 lines
6.4 KiB
C

/* Type information for c-family/c-pragma.cc.
Copyright (C) 2004-2022 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
<http://www.gnu.org/licenses/>. */
/* This file is machine generated. Do not edit. */
void
gt_ggc_mx_align_stack (void *x_p)
{
struct align_stack * const x = (struct align_stack *)x_p;
if (ggc_test_and_set_mark (x))
{
gt_ggc_m_9tree_node ((*x).id);
gt_ggc_m_11align_stack ((*x).prev);
}
}
void
gt_ggc_mx_vec_pending_weak_va_gc_ (void *x_p)
{
vec<pending_weak,va_gc> * const x = (vec<pending_weak,va_gc> *)x_p;
if (ggc_test_and_set_mark (x))
{
gt_ggc_mx (x);
}
}
void
gt_ggc_mx (struct pending_weak& x_r ATTRIBUTE_UNUSED)
{
struct pending_weak * ATTRIBUTE_UNUSED x = &x_r;
gt_ggc_m_9tree_node ((*x).name);
gt_ggc_m_9tree_node ((*x).value);
}
void
gt_ggc_mx_vec_pending_redefinition_va_gc_ (void *x_p)
{
vec<pending_redefinition,va_gc> * const x = (vec<pending_redefinition,va_gc> *)x_p;
if (ggc_test_and_set_mark (x))
{
gt_ggc_mx (x);
}
}
void
gt_ggc_mx (struct pending_redefinition& x_r ATTRIBUTE_UNUSED)
{
struct pending_redefinition * ATTRIBUTE_UNUSED x = &x_r;
gt_ggc_m_9tree_node ((*x).oldname);
gt_ggc_m_9tree_node ((*x).newname);
}
void
gt_ggc_mx_opt_stack (void *x_p)
{
struct opt_stack * const x = (struct opt_stack *)x_p;
if (ggc_test_and_set_mark (x))
{
gt_ggc_m_9opt_stack ((*x).prev);
gt_ggc_m_9tree_node ((*x).target_binary);
gt_ggc_m_9tree_node ((*x).target_strings);
gt_ggc_m_9tree_node ((*x).optimize_binary);
gt_ggc_m_9tree_node ((*x).optimize_strings);
}
}
void
gt_pch_nx_align_stack (void *x_p)
{
struct align_stack * const x = (struct align_stack *)x_p;
if (gt_pch_note_object (x, x, gt_pch_p_11align_stack))
{
gt_pch_n_9tree_node ((*x).id);
gt_pch_n_11align_stack ((*x).prev);
}
}
void
gt_pch_nx_vec_pending_weak_va_gc_ (void *x_p)
{
vec<pending_weak,va_gc> * const x = (vec<pending_weak,va_gc> *)x_p;
if (gt_pch_note_object (x, x, gt_pch_p_23vec_pending_weak_va_gc_))
{
gt_pch_nx (x);
}
}
void
gt_pch_nx (struct pending_weak& x_r ATTRIBUTE_UNUSED)
{
struct pending_weak * ATTRIBUTE_UNUSED x = &x_r;
gt_pch_n_9tree_node ((*x).name);
gt_pch_n_9tree_node ((*x).value);
}
void
gt_pch_nx_vec_pending_redefinition_va_gc_ (void *x_p)
{
vec<pending_redefinition,va_gc> * const x = (vec<pending_redefinition,va_gc> *)x_p;
if (gt_pch_note_object (x, x, gt_pch_p_31vec_pending_redefinition_va_gc_))
{
gt_pch_nx (x);
}
}
void
gt_pch_nx (struct pending_redefinition& x_r ATTRIBUTE_UNUSED)
{
struct pending_redefinition * ATTRIBUTE_UNUSED x = &x_r;
gt_pch_n_9tree_node ((*x).oldname);
gt_pch_n_9tree_node ((*x).newname);
}
void
gt_pch_nx_opt_stack (void *x_p)
{
struct opt_stack * const x = (struct opt_stack *)x_p;
if (gt_pch_note_object (x, x, gt_pch_p_9opt_stack))
{
gt_pch_n_9opt_stack ((*x).prev);
gt_pch_n_9tree_node ((*x).target_binary);
gt_pch_n_9tree_node ((*x).target_strings);
gt_pch_n_9tree_node ((*x).optimize_binary);
gt_pch_n_9tree_node ((*x).optimize_strings);
}
}
void
gt_pch_p_11align_stack (ATTRIBUTE_UNUSED void *this_obj,
void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
struct align_stack * x ATTRIBUTE_UNUSED = (struct align_stack *)x_p;
if ((void *)(x) == this_obj)
op (&((*x).id), NULL, cookie);
if ((void *)(x) == this_obj)
op (&((*x).prev), NULL, cookie);
}
void
gt_pch_p_23vec_pending_weak_va_gc_ (ATTRIBUTE_UNUSED void *this_obj,
void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
struct vec<pending_weak,va_gc> * x ATTRIBUTE_UNUSED = (struct vec<pending_weak,va_gc> *)x_p;
if ((void *)(x) == this_obj)
gt_pch_nx (&((*x)), op, cookie);
}
void
gt_pch_nx (struct pending_weak* x ATTRIBUTE_UNUSED,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
op (&((*x).name), NULL, cookie);
op (&((*x).value), NULL, cookie);
}
void
gt_pch_p_31vec_pending_redefinition_va_gc_ (ATTRIBUTE_UNUSED void *this_obj,
void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
struct vec<pending_redefinition,va_gc> * x ATTRIBUTE_UNUSED = (struct vec<pending_redefinition,va_gc> *)x_p;
if ((void *)(x) == this_obj)
gt_pch_nx (&((*x)), op, cookie);
}
void
gt_pch_nx (struct pending_redefinition* x ATTRIBUTE_UNUSED,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
op (&((*x).oldname), NULL, cookie);
op (&((*x).newname), NULL, cookie);
}
void
gt_pch_p_9opt_stack (ATTRIBUTE_UNUSED void *this_obj,
void *x_p,
ATTRIBUTE_UNUSED gt_pointer_operator op,
ATTRIBUTE_UNUSED void *cookie)
{
struct opt_stack * x ATTRIBUTE_UNUSED = (struct opt_stack *)x_p;
if ((void *)(x) == this_obj)
op (&((*x).prev), NULL, cookie);
if ((void *)(x) == this_obj)
op (&((*x).target_binary), NULL, cookie);
if ((void *)(x) == this_obj)
op (&((*x).target_strings), NULL, cookie);
if ((void *)(x) == this_obj)
op (&((*x).optimize_binary), NULL, cookie);
if ((void *)(x) == this_obj)
op (&((*x).optimize_strings), NULL, cookie);
}
/* GC roots. */
EXPORTED_CONST struct ggc_root_tab gt_ggc_r_gt_c_family_c_pragma_h[] = {
{
&options_stack,
1,
sizeof (options_stack),
&gt_ggc_mx_opt_stack,
&gt_pch_nx_opt_stack
},
{
&pending_redefine_extname,
1,
sizeof (pending_redefine_extname),
&gt_ggc_mx_vec_pending_redefinition_va_gc_,
&gt_pch_nx_vec_pending_redefinition_va_gc_
},
{
&pending_weaks,
1,
sizeof (pending_weaks),
&gt_ggc_mx_vec_pending_weak_va_gc_,
&gt_pch_nx_vec_pending_weak_va_gc_
},
{
&alignment_stack,
1,
sizeof (alignment_stack),
&gt_ggc_mx_align_stack,
&gt_pch_nx_align_stack
},
{
&pragma_extern_prefix,
1,
sizeof (pragma_extern_prefix),
&gt_ggc_mx_tree_node,
&gt_pch_nx_tree_node
},
LAST_GGC_ROOT_TAB
};