Home
last modified time | relevance | path

Searched refs:TYPE_VFIELD (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/gcc/cp/
HDdump.c264 dump_child ("vfld", TYPE_VFIELD (t)); in cp_dump_tree()
HDclass.c360 t = TREE_TYPE (TYPE_VFIELD (current_class_type)); in build_base_path()
564 vfield = TYPE_VFIELD (type); in build_vfield_ref()
1423 TYPE_VFIELD (t) = TYPE_VFIELD (basetype); in determine_primary_bases()
1461 TYPE_VFIELD (variants) = TYPE_VFIELD (t); in finish_struct_bits()
4216 if (!TYPE_VFIELD (t) && (*virtuals_p || TYPE_CONTAINS_VPTR_P (t))) in create_vtable_ptr()
4245 TYPE_VFIELD (t) = field; in create_vtable_ptr()
6892 if (!TYPE_VFIELD (BINFO_TYPE (binfo))) in dfs_build_secondary_vptr_vtt_inits()
HDsearch.c490 return TYPE_VFIELD (type); in lookup_field_1()
HDChangeLog-1999126 * search.c (dfs_init_vbase_pointers): Handle seeing TYPE_VFIELD as
129 seeing TYPE_VFIELD as the first field in the class.
1249 * call.c (build_vfield_ref): Use TYPE_VFIELD, not
1262 * dump.c (dqueue_and_dump): Dump TYPE_VFIELD.
1263 * ir.texi: Document TYPE_VFIELD.
HDcp-tree.h1427 gcc_assert (TYPE_VFIELD (BINFO_TYPE (B))))
HDChangeLog-20042209 (finish_struct_1): Do not duplicate TYPE_VFIELD.
5665 * class.c (finish_struct_bits): Use TYPE_VFIELD and TYPE_METHODS.
HDChangeLog-20004923 (finish_struct_1): Use TYPE_VFIELD, not CLASSTYPE_VSIZE, to
/trueos/contrib/gcc/
HDc-tree.h53 #define C_TYPE_INCOMPLETE_VARS(TYPE) TYPE_VFIELD (TYPE)
HDdbxout.c2120 && TYPE_VFIELD (type)) in dbxout_type()
2128 dbxout_type (DECL_FCONTEXT (TYPE_VFIELD (type)), 0); in dbxout_type()
HDtree.h1939 #define TYPE_VFIELD(NODE) (RECORD_OR_UNION_CHECK (NODE)->type.minval) macro
HDdwarf2out.c12610 if (TYPE_VFIELD (type)) in gen_struct_or_union_type_die()
12612 tree vtype = DECL_FCONTEXT (TYPE_VFIELD (type)); in gen_struct_or_union_type_die()
HDtree.c7146 f = TYPE_VFIELD (record); in find_compatible_field()
HDChangeLog-200426123 (TYPE_FIELDS, TYPE_METHODS, TYPE_VFIELD): Adjust for
37937 (TYPE_VALUES, TYPE_DOMAIN, TYPE_FIELDS, TYPE_METHODS, TYPE_VFIELD):
/trueos/contrib/gcc/doc/
HDc-tree.texi706 @findex TYPE_VFIELD
732 The @code{TYPE_VFIELD} is a compiler-generated field used to point to
735 @code{TYPE_VFIELD} just like all the entries on the @code{TYPE_FIELDS}