Searched refs:DECL_THIS_THUNK_P (Results 1 – 5 of 5) sorted by relevance
95 gcc_assert (!DECL_THIS_THUNK_P (function)); in make_thunk()112 if (DECL_THIS_THUNK_P (thunk) == this_adjusting in make_thunk()188 name = mangle_thunk (function, DECL_THIS_THUNK_P (thunk), in finish_thunk()325 bool this_adjusting = DECL_THIS_THUNK_P (thunk_fndecl); in use_thunk()
332 if (DECL_THIS_THUNK_P (t)) in cp_dump_tree()
6636 : DECL_THIS_THUNK_P (thunk) ? "this-thunk" : "covariant-thunk", in dump_thunk()6646 else if (DECL_THIS_THUNK_P (thunk)) in dump_thunk()
1927 #define DECL_THIS_THUNK_P(NODE) \ macro
645 (DECL_THIS_THUNK_P, DECL_RESULT_THUNK_P): New #defines.