Searched refs:this_adjusting (Results 1 – 3 of 3) sorted by relevance
87 make_thunk (tree function, bool this_adjusting, in make_thunk() argument96 gcc_assert (!DECL_RESULT_THUNK_P (function) || this_adjusting); in make_thunk()99 if (this_adjusting && virtual_offset) in make_thunk()112 if (DECL_THIS_THUNK_P (thunk) == this_adjusting in make_thunk()116 || (this_adjusting in make_thunk()140 SET_DECL_THUNK_P (thunk, this_adjusting); in make_thunk()221 thunk_adjust (tree ptr, bool this_adjusting, in thunk_adjust() argument224 if (this_adjusting) in thunk_adjust()251 if (!this_adjusting) in thunk_adjust()325 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); in use_thunk() local[all …]
2772 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument2782 if (!this_adjusting) in mangle_thunk()
649 (make_thunk): Add this_adjusting arg.651 (mangle_thunk): Add this_adjusting arg.