Home
last modified time | relevance | path

Searched refs:this_adjusting (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDmethod.c87 make_thunk (tree function, bool this_adjusting, in make_thunk() argument
96 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() argument
224 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 …]
HDmangle.c2772 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument
2782 if (!this_adjusting) in mangle_thunk()
HDChangeLog-2002649 (make_thunk): Add this_adjusting arg.
651 (mangle_thunk): Add this_adjusting arg.