Searched refs:this_adjusting (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/cp/
H A Dmethod.c88 make_thunk (tree function, bool this_adjusting,
97 gcc_assert (!DECL_RESULT_THUNK_P (function) || this_adjusting);
100 if (this_adjusting && virtual_offset)
109 /* See if we already have the thunk in question. For this_adjusting
113 if (DECL_THIS_THUNK_P (thunk) == this_adjusting
117 || (this_adjusting
141 SET_DECL_THUNK_P (thunk, this_adjusting);
222 thunk_adjust (tree ptr, bool this_adjusting,
225 if (this_adjusting)
252 if (!this_adjusting)
87 make_thunk(tree function, bool this_adjusting, tree fixed_offset, tree virtual_offset) argument
221 thunk_adjust(tree ptr, bool this_adjusting, HOST_WIDE_INT fixed_offset, tree virtual_offset) argument
325 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); local
[all...]
H A Dmangle.c2751 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, argument
2761 if (!this_adjusting)

Completed in 108 milliseconds