Lines Matching refs:this_adjusting
50 /* Return a this or result adjusting thunk to FUNCTION. THIS_ADJUSTING
60 make_thunk (tree function, bool this_adjusting,
69 gcc_assert (!DECL_RESULT_THUNK_P (function) || this_adjusting);
72 if (this_adjusting && virtual_offset)
81 /* See if we already have the thunk in question. For this_adjusting
85 if (DECL_THIS_THUNK_P (thunk) == this_adjusting
89 || (this_adjusting
115 SET_DECL_THUNK_P (thunk, this_adjusting);
262 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl);
310 if (!this_adjusting)
385 this_adjusting, fixed_offset, virtual_value,