Home
last modified time | relevance | path

Searched refs:DECL_THUNK_P (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/gcc/config/i386/
HDwinnt-cxx.c113 && DECL_ARTIFICIAL (decl) && !DECL_THUNK_P (decl)) in i386_pe_type_dllexport_p()
/NextBSD/contrib/gcc/cp/
HDdump.c299 if (!DECL_THUNK_P (t)) in cp_dump_tree()
HDmethod.c184 gcc_assert (!DECL_NAME (thunk) && DECL_THUNK_P (thunk)); in finish_thunk()
343 if (DECL_THUNK_P (function)) in use_thunk()
HDclass.c1948 if (DECL_THUNK_P (fn)) in find_final_overrider()
2002 tree target_fn = DECL_THUNK_P (fn) ? THUNK_TARGET (fn) : fn; in update_vtable_entry_for_fn()
2050 if (DECL_THUNK_P (fn)) in update_vtable_entry_for_fn()
2131 gcc_assert (!DECL_THUNK_P (fn)); in update_vtable_entry_for_fn()
5095 if (DECL_THUNK_P (fndecl)) in finish_struct_1()
6635 !DECL_THUNK_P (thunk) ? "function" in dump_thunk()
6638 if (DECL_THUNK_P (thunk)) in dump_thunk()
7287 if (DECL_THUNK_P (fn)) in build_vtbl_initializer()
HDdecl2.c1244 if (DECL_THUNK_P (fn)) in mark_vtable_entries()
3615 && !DECL_THUNK_P (decl)) in mark_used()
3627 && !DECL_THUNK_P (decl) in mark_used()
HDcp-gimplify.c669 && !(DECL_THUNK_P (current_function_decl) in cp_genericize_r()
HDcp-tree.h1915 #define DECL_THUNK_P(NODE) \ macro
1928 (DECL_THUNK_P (NODE) && DECL_LANG_SPECIFIC (NODE)->decl_flags.this_thunk_p)
1932 (DECL_THUNK_P (NODE) && !DECL_LANG_SPECIFIC (NODE)->decl_flags.this_thunk_p)
1936 (TREE_CODE (NODE) == FUNCTION_DECL && !DECL_THUNK_P (NODE))
HDmangle.c2789 else if (!DECL_THUNK_P (fn_decl)) in mangle_thunk()
HDsearch.c869 if (scope && DECL_THUNK_P (scope)) in accessible_p()
HDChangeLog-20004100 * cp-tree.h (DECL_THUNK_P): New macro.
4104 (DELTA_FROM_VTABLE_ENTRY): Use DECL_THUNK_P.
4111 * decl2.c (mark_vtable_entries): Use DECL_THUNK_P.
HDdecl.c12402 while (DECL_THUNK_P (decl)) in cxx_comdat_group()
HDChangeLog-2004773 (DECL_THUNK_P, SET_DECL_THUNK_P): Adjust.
/NextBSD/contrib/gcc/doc/
HDc-tree.texi1386 @item DECL_THUNK_P