Home | History | Annotate | Download | only in gcc

Lines Matching defs:ancestor

54    getting addresses of ancestor fields in C++
56 NULL, ancestor jump function must behave like a simple pass-through.
73 IPA_JF_ANCESTOR /* represented by field ancestor */
138 /* Structure holding data required to describe an ancestor pass-through
143 /* Offset of the field representing the ancestor. */
341 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor;
438 /* Return the offset of an ancestor jump function JFUNC. */
444 return jfunc->value.ancestor.offset;
447 /* Return the number of the caller's formal parameter that an ancestor jump
454 return jfunc->value.ancestor.formal_id;
457 /* Return the agg_preserved flag of an ancestor jump function JFUNC. */
463 return jfunc->value.ancestor.agg_preserved;
466 /* Return true if ancestor jump function JFUNC presrves type information. */
472 return jfunc->value.ancestor.agg_preserved;
483 return jfunc->value.ancestor.keep_null;