Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlex.c700 struct lang_decl *ld in maybe_add_lang_decl_raw()
701 = (struct lang_decl *) ggc_internal_cleared_alloc (size); in maybe_add_lang_decl_raw()
712 tree_node_counts[(int)lang_decl] += 1; in maybe_add_lang_decl_raw()
713 tree_node_sizes[(int)lang_decl] += size; in maybe_add_lang_decl_raw()
738 if (struct lang_decl *orig_ld = DECL_LANG_SPECIFIC (t)) in fit_decomposition_lang_decl()
803 struct lang_decl *ld = (struct lang_decl *) ggc_internal_alloc (size); in cxx_dup_lang_specific_decl()
809 tree_node_counts[(int)lang_decl] += 1; in cxx_dup_lang_specific_decl()
810 tree_node_sizes[(int)lang_decl] += size; in cxx_dup_lang_specific_decl()
H A Dcp-tree.h2802 struct GTY(()) lang_decl { struct
2821 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \ argument
2830 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (STRIP_TEMPLATE (NODE)); \
2837 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
2844 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
2851 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc900 struct lang_decl *ld in maybe_add_lang_decl_raw()
901 = (struct lang_decl *) ggc_internal_cleared_alloc (size); in maybe_add_lang_decl_raw()
912 tree_node_counts[(int)lang_decl] += 1; in maybe_add_lang_decl_raw()
913 tree_node_sizes[(int)lang_decl] += size; in maybe_add_lang_decl_raw()
938 if (struct lang_decl *orig_ld = DECL_LANG_SPECIFIC (t)) in fit_decomposition_lang_decl()
1003 struct lang_decl *ld = (struct lang_decl *) ggc_internal_alloc (size); in cxx_dup_lang_specific_decl()
1015 tree_node_counts[(int)lang_decl] += 1; in cxx_dup_lang_specific_decl()
1016 tree_node_sizes[(int)lang_decl] += size; in cxx_dup_lang_specific_decl()
H A Dcp-tree.h2986 struct GTY(()) lang_decl { struct
3005 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \ argument
3014 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (STRIP_TEMPLATE (NODE)); \
3021 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
3028 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
3035 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
H A 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.
H A 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.
H A 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.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-tree.h29 struct GTY(()) lang_decl struct
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-tree.h29 struct GTY(()) lang_decl struct
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-lang.h44 struct GTY(()) lang_decl { struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-lang.h44 struct GTY(()) lang_decl { struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc1733 struct lang_decl *
1740 return ggc_cleared_alloc<struct lang_decl> (); in build_lang_decl()
1742 struct lang_decl *ld = (d->csym) ? DECL_LANG_SPECIFIC (d->csym) : NULL; in build_lang_decl()
1744 ld = ggc_cleared_alloc<struct lang_decl> (); in build_lang_decl()
1761 struct lang_decl *ld = ggc_alloc<struct lang_decl> (); in d_dup_lang_specific_decl()
1762 memcpy (ld, DECL_LANG_SPECIFIC (node), sizeof (struct lang_decl)); in d_dup_lang_specific_decl()
H A Dd-tree.h249 struct GTY(()) lang_decl struct
600 extern struct lang_decl *build_lang_decl (Declaration *);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc1854 struct lang_decl *
1861 return ggc_cleared_alloc <struct lang_decl> (); in build_lang_decl()
1863 struct lang_decl *ld = (d->csym) ? DECL_LANG_SPECIFIC (d->csym) : NULL; in build_lang_decl()
1865 ld = ggc_cleared_alloc <struct lang_decl> (); in build_lang_decl()
1882 struct lang_decl *ld = ggc_alloc <struct lang_decl> (); in d_dup_lang_specific_decl()
1883 memcpy (ld, DECL_LANG_SPECIFIC (node), sizeof (struct lang_decl)); in d_dup_lang_specific_decl()
H A Dd-tree.h256 struct GTY(()) lang_decl struct
625 extern struct lang_decl *build_lang_decl (Declaration *);
H A DChangeLog-2016233 (lang_decl): Replace frame_info field with a tree type.
273 * d-tree.h (lang_decl): Remove readonly field.
338 * d-tree.h (lang_decl): ... here. Replace Thunk field with a tree.
471 * d-tree.h (lang_decl): ... here.
472 (DECL_LANG_READONLY): Update to reference lang_decl field.
938 (lang_decl): Remove `d_` prefix from fields.
H A DChangeLog-2017234 (lang_decl): Add intrinsic field.
806 * d-tree.h (lang_decl): Remove initial field.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Ddummy-frontend.c42 struct GTY((variable_size)) lang_decl struct
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h954 lang_decl, enumerator
1827 struct lang_decl *lang_specific;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h904 lang_decl, enumerator
1757 struct lang_decl *lang_specific;
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Ddummy-frontend.cc494 struct GTY((variable_size)) lang_decl struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h1003 struct GTY(()) lang_decl { struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/
H A Dbrig-lang.c75 struct GTY ((variable_size)) lang_decl struct
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h1012 struct GTY(()) lang_decl { struct
H A DChangeLog-200320 assign. Put them into the stuct lang_decl.
26 * trans.h (lang_decl):Add shadow variable decl tree needed by assign.

123