Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDlex.c758 struct lang_type *lt; in copy_lang_type()
764 size = sizeof (struct lang_type); in copy_lang_type()
767 lt = GGC_NEWVAR (struct lang_type, size); in copy_lang_type()
772 tree_node_counts[(int)lang_type] += 1; in copy_lang_type()
773 tree_node_sizes[(int)lang_type] += size; in copy_lang_type()
798 struct lang_type *pi = GGC_CNEW (struct lang_type); in cxx_make_type()
804 tree_node_counts[(int)lang_type] += 1; in cxx_make_type()
805 tree_node_sizes[(int)lang_type] += sizeof (struct lang_type); in cxx_make_type()
HDcp-tree.h1099 struct lang_type GTY(())
1112 ({ struct lang_type *lt = TYPE_LANG_SPECIFIC (NODE); \
1118 ({ struct lang_type *lt = TYPE_LANG_SPECIFIC (NODE); \
2644 (struct lang_type, sizeof (struct lang_type_ptrmem)); \
HDChangeLog-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 …]
HDChangeLog-20001939 * cp-tree.h (struct lang_type): Remove vfield_parent. Add
1949 * decl.c (lang_mark_tree): Make lang_type::primary_base.
3061 * cp-tree.h (struct lang_type): Add user_align member.
3829 * cp-tree.h (struct lang_type): Remove search_slot.
4262 * cp-tree.h (lang_type): Member `language' now ENUM_BITFIELD.
4534 * cp-tree.h (lang_type): Remove has_nonpublic_ctor and
4889 (struct lang_type): Tweak formatting.
5698 (lang_type): Split gets_new into has_new and has_array_new.
6052 * cp-tree.h (struct lang_type): New field size_unit.
HDChangeLog-20021041 lang_type structure exists before accessing field.
1047 existence of lang_type structure.
2728 (struct lang_type_class): Rename from struct lang_type. Include
2731 (struct lang_type): New.
2758 (copy_lang_type): Update for changes to lang_type structure.
2955 * cp-tree.h (struct lang_type): Added non_zero_init.
HDChangeLog-1993115 (struct lang_type, member type_flags): Delete field
HDChangeLog-1998372 * lex.c (make_lang_type): Clear the whole struct lang_type, not
603 (lang_type): Group mark bitfields together. Remove linenum.
1522 (lang_type): Remove local_typedecls.
1985 * cp-tree.h (lang_type): Add has_non_private_static_mem_fn.
HDChangeLog-2001711 (cp_make_lang_type): Create lang_type for
2637 * cp-tree.h (struct lang_type): Add java_interface flag.
HDChangeLog-19943457 (lang_type): gets_new and gets_delete are now two bits long. The
5262 * cp-tree.h (lang_type): Add has_real_constructor bitfield.
5325 * cp-tree.h (lang_type): Add no_globalize bit in type_flags.
HDChangeLog-19972375 (struct lang_type): Delete has_default_implementation member.
HDChangeLog-19951270 * cp-tree.h (lang_type): Add aggregate.
HDChangeLog-19962644 * cp-tree.h (struct lang_type): Make search_slot a tree, not a char*.
HDChangeLog-20043535 * cp-tree.h (struct lang_type): Don't have three GTY options on a
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangUserExpression.cpp492 lldb::LanguageType lang_type; in Parse() local
495 lang_type = lldb::eLanguageTypeC_plus_plus; in Parse()
497 lang_type = lldb::eLanguageTypeObjC; in Parse()
499 lang_type = lldb::eLanguageTypeC; in Parse()
501 …if (!source_code->GetText(m_transformed_text, lang_type, m_const_object, m_in_static_method, exe_c… in Parse()
/NextBSD/contrib/gcc/
HDc-tree.h60 struct lang_type GTY(())
HDc-decl.c4343 struct lang_type *lt = TYPE_LANG_SPECIFIC (*type); in check_bitfield_type_and_width()
6229 struct lang_type *space; in finish_struct()
6238 space = GGC_CNEW (struct lang_type); in finish_struct()
6387 struct lang_type *lt; in finish_enum()
6484 lt = GGC_CNEW (struct lang_type); in finish_enum()
HDtree.h2178 struct lang_type *lang_specific;
4677 lang_type, enumerator
HDtree.def262 DEFTREECODE (LANG_TYPE, "lang_type", tcc_type, 0)
HDChangeLog.tree-ssa3292 * c-tree.h (struct lang_type): Add enum_min, enum_max.
3296 (finish_struct): Clear allocated struct lang_type.
HDChangeLog-20042058 * c-tree.h (struct lang_type): Rename 'objc_protocols' field
2095 * c-tree.h (struct lang_type): Add 'objc_protocols' field.
33239 (finish_struct): Clear allocated struct lang_type.
33318 (struct lang_type): Add fields enum_min and enum_max.
HDChangeLog-200217437 * c-tree.h (struct lang_type): Update for change to length specifier.
17667 (main): Don't need to specially output lang_type, lang_decl, lang_id2.
17816 (struct lang_type): Likewise.
HDChangeLog-200313624 * c-tree.h: (lang_type): Use pointer to sorted_fields_type
13626 * c-typeck.c (lookup_field): Use s in lang_type.