Home
last modified time | relevance | path

Searched refs:lang_type (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlex.c834 struct lang_type *lt in copy_lang_type()
835 = (struct lang_type *) ggc_internal_alloc (sizeof (struct lang_type)); in copy_lang_type()
837 memcpy (lt, TYPE_LANG_SPECIFIC (node), (sizeof (struct lang_type))); in copy_lang_type()
842 tree_node_counts[(int)lang_type] += 1; in copy_lang_type()
843 tree_node_sizes[(int)lang_type] += sizeof (struct lang_type); in copy_lang_type()
868 = (struct lang_type *) (ggc_internal_cleared_alloc in maybe_add_lang_type_raw()
869 (sizeof (struct lang_type))); in maybe_add_lang_type_raw()
873 tree_node_counts[(int)lang_type] += 1; in maybe_add_lang_type_raw()
874 tree_node_sizes[(int)lang_type] += sizeof (struct lang_type); in maybe_add_lang_type_raw()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc1040 auto *lt = (struct lang_type *) ggc_internal_alloc (sizeof (struct lang_type)); in copy_lang_type()
1042 memcpy (lt, TYPE_LANG_SPECIFIC (node), (sizeof (struct lang_type))); in copy_lang_type()
1047 tree_node_counts[(int)lang_type] += 1; in copy_lang_type()
1048 tree_node_sizes[(int)lang_type] += sizeof (struct lang_type); in copy_lang_type()
1072 auto *lt = (struct lang_type *) (ggc_internal_cleared_alloc in maybe_add_lang_type_raw()
1073 (sizeof (struct lang_type))); in maybe_add_lang_type_raw()
1078 tree_node_counts[(int)lang_type] += 1; in maybe_add_lang_type_raw()
1079 tree_node_sizes[(int)lang_type] += sizeof (struct lang_type); in maybe_add_lang_type_raw()
H A DChangeLog-199944 * cp-tree.h (lang_type): Add nearly_empty_p. Adjust dummy.
63 * cp-tree.h (lang_type): Replace abstract_virtuals with pure_virtuals.
2883 (lang_type): Remove nested type_flags. All uses changed.
2948 * cp-tree.h (lang_type): Move align into type_flags.
3645 (lang_type): Remove is_signature, is_signature_pointer,
3941 * cp-tree.h (struct lang_type): Added non_pod_class flag.
5336 * cp-tree.h (lang_type): Add documentation.
5433 * cp-tree.h (struct lang_type): Add com_interface.
5881 * cp-tree.h (lang_type): Remove has_assignment and
6177 * cp-tree.h (struct lang_type): Add anon_union field.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/
H A Dobjcp-decl.h65 #define SIZEOF_OBJC_TYPE_LANG_SPECIFIC sizeof (struct lang_type)
68 (TYPE_LANG_SPECIFIC (NODE) = (struct lang_type *) \
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A Dobjcp-decl.h65 #define SIZEOF_OBJC_TYPE_LANG_SPECIFIC sizeof (struct lang_type)
68 (TYPE_LANG_SPECIFIC (NODE) = (struct lang_type *) \
H A DChangeLog123 * objcp-decl.h (SIZEOF_OBJC_TYPE_LANG_SPECIFIC): Use lang_type.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-tree.h34 struct GTY(()) lang_type struct
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-tree.h34 struct GTY(()) lang_type struct
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-lang.h32 struct GTY(()) lang_type { struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-lang.h32 struct GTY(()) lang_type { struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Ddummy-frontend.c35 struct GTY(()) lang_type struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h214 #define SIZEOF_OBJC_TYPE_LANG_SPECIFIC sizeof (struct lang_type)
217 TYPE_LANG_SPECIFIC (NODE) = ggc_cleared_alloc<struct lang_type> (); \
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h228 #define SIZEOF_OBJC_TYPE_LANG_SPECIFIC sizeof (struct lang_type)
231 TYPE_LANG_SPECIFIC (NODE) = ggc_cleared_alloc<struct lang_type> (); \
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-tree.h316 struct GTY(()) lang_type struct
624 extern struct lang_type *build_lang_type (Type *);
H A Dd-lang.cc1844 struct lang_type *
1847 struct lang_type *lt = ggc_cleared_alloc <struct lang_type> (); in build_lang_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-tree.h309 struct GTY(()) lang_type struct
599 extern struct lang_type *build_lang_type (Type *);
H A Dd-lang.cc1723 struct lang_type *
1726 struct lang_type *lt = ggc_cleared_alloc<struct lang_type> (); in build_lang_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h955 lang_type, enumerator
1722 struct lang_type *lang_specific;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h905 lang_type, enumerator
1652 struct lang_type *lang_specific;
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Ddummy-frontend.cc487 struct GTY(()) lang_type struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-types.c1607 TYPE_LANG_SPECIFIC (type) = ggc_cleared_alloc<struct lang_type> (); in gfc_get_nodesc_array_type()
1920 TYPE_LANG_SPECIFIC (fat_type) = ggc_cleared_alloc<struct lang_type> (); in gfc_get_array_type_bounds()
2094 TYPE_LANG_SPECIFIC (t) = ggc_cleared_alloc<struct lang_type> (); in gfc_nonrestricted_type()
2146 = ggc_cleared_alloc<struct lang_type> (); in gfc_nonrestricted_type()
H A Dtrans.h987 struct GTY(()) lang_type { struct
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc1659 TYPE_LANG_SPECIFIC (type) = ggc_cleared_alloc<struct lang_type> (); in gfc_get_nodesc_array_type()
1980 TYPE_LANG_SPECIFIC (fat_type) = ggc_cleared_alloc<struct lang_type> (); in gfc_get_array_type_bounds()
2154 TYPE_LANG_SPECIFIC (t) = ggc_cleared_alloc<struct lang_type> (); in gfc_nonrestricted_type()
2206 = ggc_cleared_alloc<struct lang_type> (); in gfc_nonrestricted_type()
H A Dtrans.h996 struct GTY(()) lang_type { struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/
H A Dbrig-lang.c68 struct GTY (()) lang_type struct

123