Searched refs:lang_type (Results 1 – 22 of 22) sorted by relevance
| /NextBSD/contrib/gcc/cp/ |
| HD | lex.c | 758 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()
|
| HD | cp-tree.h | 1099 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)); \
|
| HD | ChangeLog-1999 | 44 * 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 …]
|
| HD | ChangeLog-2000 | 1939 * 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.
|
| HD | ChangeLog-2002 | 1041 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.
|
| HD | ChangeLog-1993 | 115 (struct lang_type, member type_flags): Delete field
|
| HD | ChangeLog-1998 | 372 * 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.
|
| HD | ChangeLog-2001 | 711 (cp_make_lang_type): Create lang_type for 2637 * cp-tree.h (struct lang_type): Add java_interface flag.
|
| HD | ChangeLog-1994 | 3457 (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.
|
| HD | ChangeLog-1997 | 2375 (struct lang_type): Delete has_default_implementation member.
|
| HD | ChangeLog-1995 | 1270 * cp-tree.h (lang_type): Add aggregate.
|
| HD | ChangeLog-1996 | 2644 * cp-tree.h (struct lang_type): Make search_slot a tree, not a char*.
|
| HD | ChangeLog-2004 | 3535 * cp-tree.h (struct lang_type): Don't have three GTY options on a
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangUserExpression.cpp | 492 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/ |
| HD | c-tree.h | 60 struct lang_type GTY(())
|
| HD | c-decl.c | 4343 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()
|
| HD | tree.h | 2178 struct lang_type *lang_specific; 4677 lang_type, enumerator
|
| HD | tree.def | 262 DEFTREECODE (LANG_TYPE, "lang_type", tcc_type, 0)
|
| HD | ChangeLog.tree-ssa | 3292 * c-tree.h (struct lang_type): Add enum_min, enum_max. 3296 (finish_struct): Clear allocated struct lang_type.
|
| HD | ChangeLog-2004 | 2058 * 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.
|
| HD | ChangeLog-2002 | 17437 * 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.
|
| HD | ChangeLog-2003 | 13624 * c-tree.h: (lang_type): Use pointer to sorted_fields_type 13626 * c-typeck.c (lookup_field): Use s in lang_type.
|