Searched refs:TYPE_VFIELD (Results 1 – 14 of 14) sorted by relevance
| /trueos/contrib/gcc/cp/ |
| HD | dump.c | 264 dump_child ("vfld", TYPE_VFIELD (t)); in cp_dump_tree()
|
| HD | class.c | 360 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()
|
| HD | search.c | 490 return TYPE_VFIELD (type); in lookup_field_1()
|
| HD | ChangeLog-1999 | 126 * 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.
|
| HD | cp-tree.h | 1427 gcc_assert (TYPE_VFIELD (BINFO_TYPE (B))))
|
| HD | ChangeLog-2004 | 2209 (finish_struct_1): Do not duplicate TYPE_VFIELD. 5665 * class.c (finish_struct_bits): Use TYPE_VFIELD and TYPE_METHODS.
|
| HD | ChangeLog-2000 | 4923 (finish_struct_1): Use TYPE_VFIELD, not CLASSTYPE_VSIZE, to
|
| /trueos/contrib/gcc/ |
| HD | c-tree.h | 53 #define C_TYPE_INCOMPLETE_VARS(TYPE) TYPE_VFIELD (TYPE)
|
| HD | dbxout.c | 2120 && TYPE_VFIELD (type)) in dbxout_type() 2128 dbxout_type (DECL_FCONTEXT (TYPE_VFIELD (type)), 0); in dbxout_type()
|
| HD | tree.h | 1939 #define TYPE_VFIELD(NODE) (RECORD_OR_UNION_CHECK (NODE)->type.minval) macro
|
| HD | dwarf2out.c | 12610 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()
|
| HD | tree.c | 7146 f = TYPE_VFIELD (record); in find_compatible_field()
|
| HD | ChangeLog-2004 | 26123 (TYPE_FIELDS, TYPE_METHODS, TYPE_VFIELD): Adjust for 37937 (TYPE_VALUES, TYPE_DOMAIN, TYPE_FIELDS, TYPE_METHODS, TYPE_VFIELD):
|
| /trueos/contrib/gcc/doc/ |
| HD | c-tree.texi | 706 @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}
|