Home
last modified time | relevance | path

Searched refs:DECL_THIS_THUNK_P (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dmethod.c95 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()
Ddump.c332 if (DECL_THIS_THUNK_P (t)) in cp_dump_tree()
Dclass.c6636 : DECL_THIS_THUNK_P (thunk) ? "this-thunk" : "covariant-thunk", in dump_thunk()
6646 else if (DECL_THIS_THUNK_P (thunk)) in dump_thunk()
Dcp-tree.h1927 #define DECL_THIS_THUNK_P(NODE) \ macro
DChangeLog-2002645 (DECL_THIS_THUNK_P, DECL_RESULT_THUNK_P): New #defines.