Home
last modified time | relevance | path

Searched refs:lang_decl (Results 1 – 19 of 19) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Dlex.c684 struct lang_decl *ld; in retrofit_lang_decl()
688 size = sizeof (struct lang_decl); in retrofit_lang_decl()
692 ld = GGC_CNEWVAR (struct lang_decl, size); in retrofit_lang_decl()
712 tree_node_counts[(int)lang_decl] += 1; in retrofit_lang_decl()
713 tree_node_sizes[(int)lang_decl] += size; in retrofit_lang_decl()
721 struct lang_decl *ld; in cxx_dup_lang_specific_decl()
729 size = sizeof (struct lang_decl); in cxx_dup_lang_specific_decl()
730 ld = GGC_NEWVAR (struct lang_decl, size); in cxx_dup_lang_specific_decl()
735 tree_node_counts[(int)lang_decl] += 1; in cxx_dup_lang_specific_decl()
736 tree_node_sizes[(int)lang_decl] += size; in cxx_dup_lang_specific_decl()
DChangeLog-2002311 (lang_decl): Adjust pending_inline_info.
644 (struct lang_decl): Rename delta to fixed_offset.
958 (lang_decl): Add delta.
1020 (lang_decl): Remove thunks.
1031 (lang_decl): Add thunks.
2736 (struct lang_decl): Use gengtype. Add and use discriminators.
DChangeLog-2000978 (struct lang_decl): Replace saved_tree with context.
1202 (struct lang_decl): Adjust.
3467 (struct lang_decl): Add operator_code.
3618 (struct lang_decl): Add vtt_parm.
4071 * method.c (make_thunk): Create the lang_decl here, not in
4270 * cp-tree.h (lang_decl): Remove pretty_function_p.
4446 (lang_decl): Add cloned_function.
4606 * cp-tree.h (struct lang_decl): Remove main_decl_variant.
Dcp-tree.h1557 struct lang_decl GTY(())
1612 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
DChangeLog-19992040 (struct lang_decl): Add saved_language_function.
3336 (retrofit_lang_decl): Handle both the full lang_decl and also the
3513 (lang_decl): ... here. Add next.
4381 * cp-tree.h (struct lang_decl): Added field for storing sorted
5886 (lang_decl): Document.
DChangeLog-2001804 * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl.
2624 (lang_decl): inlined_fns is now a TREE_VEC.
DChangeLog-19944376 * cp-tree.h (lang_decl::vbase_init_list, DECL_VBASE_INIT_LIST):
4378 (lang_stype::methods, lang_decl::next_method): New fields.
5274 (lang_decl): Add synthesized bitfield to decl_flags.
DChangeLog-2004770 (struct lang_decl): Remove separate fixed_offset. Place
1613 * cp-tree.h (struct lang_decl): Shrink by reordering fields and
DChangeLog-20032311 * cp-tree.h (struct lang_decl): Don't include c_lang_decl.
2907 * cp-tree.h (lang_decl): In lang_decl_u3
DChangeLog-199586 (struct lang_decl): Lose next_method field.
DChangeLog-19984638 (lang_decl): Remove chain.
/freebsd-9-stable/contrib/gcc/
Dc-tree.h36 struct lang_decl GTY(())
Dc-decl.c2115 DECL_LANG_SPECIFIC (x) = GGC_CNEW (struct lang_decl); in pushdecl()
2901 DECL_LANG_SPECIFIC (decl) = GGC_CNEW (struct lang_decl); in builtin_function()
4914 DECL_LANG_SPECIFIC (decl) = GGC_CNEW (struct lang_decl); in grokdeclarator()
7142 struct lang_decl *ld; in c_dup_lang_specific_decl()
7147 ld = GGC_NEW (struct lang_decl); in c_dup_lang_specific_decl()
7148 memcpy (ld, DECL_LANG_SPECIFIC (decl), sizeof (struct lang_decl)); in c_dup_lang_specific_decl()
Dtree.h2609 struct lang_decl *lang_specific;
4615 lang_decl, enumerator
DChangeLog-20019350 inlined_fns from C++'s lang_decl.
21326 * c-tree.h (lang_decl): Add pending_sizes fields.
21330 (lang_mark_tree): Mark lang_decl:pending_sizes.
DChangeLog-200217667 (main): Don't need to specially output lang_type, lang_decl, lang_id2.
17815 * c-tree.h (struct lang_decl): Likewise.
DChangeLog-20008301 * c-tree.h (struct lang_decl): New structure.
DChangeLog-200311819 * c-tree.h (struct lang_decl): Don't include c_lang_decl.
DChangeLog-2004907 * c-tree.h (struct lang_decl): Remove pending_sizes.