Searched refs:TYPE_VFIELD (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/gcc/cp/
H A Ddump.c264 dump_child ("vfld", TYPE_VFIELD (t));
H A Dclass.c360 t = TREE_TYPE (TYPE_VFIELD (current_class_type));
565 vfield = TYPE_VFIELD (type);
1426 TYPE_VFIELD (t) = TYPE_VFIELD (basetype);
1465 TYPE_VFIELD (variants) = TYPE_VFIELD (t);
4189 /* If T needs a pointer to its virtual function table, set TYPE_VFIELD
4220 if (!TYPE_VFIELD (t) && (*virtuals_p || TYPE_CONTAINS_VPTR_P (t)))
4249 TYPE_VFIELD (t) = field;
6900 if (!TYPE_VFIELD (BINFO_TYP
[all...]
H A Dsearch.c492 return TYPE_VFIELD (type);
H A Dcp-tree.h1431 gcc_assert (TYPE_VFIELD (BINFO_TYPE (B))))
/freebsd-10.1-release/contrib/gcc/
H A Dc-tree.h53 #define C_TYPE_INCOMPLETE_VARS(TYPE) TYPE_VFIELD (TYPE)
H A Ddbxout.c2127 && TYPE_VFIELD (type))
2135 dbxout_type (DECL_FCONTEXT (TYPE_VFIELD (type)), 0);
H A Dtree.h1950 #define TYPE_VFIELD(NODE) (RECORD_OR_UNION_CHECK (NODE)->type.minval)
1939 #define TYPE_VFIELD macro
H A Ddwarf2out.c12625 if (TYPE_VFIELD (type))
12627 tree vtype = DECL_FCONTEXT (TYPE_VFIELD (type));
H A Dtree.c7176 f = TYPE_VFIELD (record);

Completed in 216 milliseconds