| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | lex.c | 700 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 D | cp-tree.h | 2802 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 D | lex.cc | 900 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 D | cp-tree.h | 2986 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 D | ChangeLog-2002 | 311 (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 D | ChangeLog-2000 | 978 (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 D | ChangeLog-1999 | 2040 (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 D | lto-tree.h | 29 struct GTY(()) lang_decl struct
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
| H A D | lto-tree.h | 29 struct GTY(()) lang_decl struct
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-lang.h | 44 struct GTY(()) lang_decl { struct
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-lang.h | 44 struct GTY(()) lang_decl { struct
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-lang.cc | 1733 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 D | d-tree.h | 249 struct GTY(()) lang_decl struct 600 extern struct lang_decl *build_lang_decl (Declaration *);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-lang.cc | 1854 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 D | d-tree.h | 256 struct GTY(()) lang_decl struct 625 extern struct lang_decl *build_lang_decl (Declaration *);
|
| H A D | ChangeLog-2016 | 233 (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 D | ChangeLog-2017 | 234 (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 D | dummy-frontend.c | 42 struct GTY((variable_size)) lang_decl struct
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-core.h | 954 lang_decl, enumerator 1827 struct lang_decl *lang_specific;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-core.h | 904 lang_decl, enumerator 1757 struct lang_decl *lang_specific;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | dummy-frontend.cc | 494 struct GTY((variable_size)) lang_decl struct
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans.h | 1003 struct GTY(()) lang_decl { struct
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
| H A D | brig-lang.c | 75 struct GTY ((variable_size)) lang_decl struct
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans.h | 1012 struct GTY(()) lang_decl { struct
|
| H A D | ChangeLog-2003 | 20 assign. Put them into the stuct lang_decl. 26 * trans.h (lang_decl):Add shadow variable decl tree needed by assign.
|