Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dmethod.c111 for (thunk = DECL_THUNKS (function); thunk; thunk = TREE_CHAIN (thunk)) in make_thunk()
134 DECL_THUNKS (thunk) = NULL_TREE; in make_thunk()
169 TREE_CHAIN (thunk) = DECL_THUNKS (function); in make_thunk()
170 DECL_THUNKS (function) = thunk; in make_thunk()
200 for (cov_probe = DECL_THUNKS (function); in finish_thunk()
204 gcc_assert (!DECL_THUNKS (thunk)); in finish_thunk()
Dsemantics.c3040 for (thunk = DECL_THUNKS (fn); thunk; thunk = TREE_CHAIN (thunk)) in emit_associated_thunks()
3049 for (probe = DECL_THUNKS (thunk); in emit_associated_thunks()
3055 gcc_assert (!DECL_THUNKS (thunk)); in emit_associated_thunks()
DChangeLog-20021021 (DECL_THUNKS): Adjust.
1032 (DECL_THUNKS): New macro.
1034 * method.c (make_thunk): Simplify, and add thunks to DECL_THUNKS.
Dcp-tree.h1902 #define DECL_THUNKS(NODE) \ macro
Ddecl.c1837 DECL_THUNKS (newdecl) = DECL_THUNKS (olddecl); in duplicate_decls()
Dclass.c6628 for (thunks = DECL_THUNKS (thunk); thunks; thunks = TREE_CHAIN (thunks)) in dump_thunk()
DChangeLog-2003761 * method.c (make_thunk): Clear DECL_THUNKS of the thunk.
5342 * decl.c (duplicate_decls): Only copy DECL_THUNKS for virtual
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dmethod.c299 for (thunk = DECL_THUNKS (function); thunk; thunk = TREE_CHAIN (thunk))
350 TREE_CHAIN (thunk) = DECL_THUNKS (function);
351 DECL_THUNKS (function) = thunk;
Dsemantics.c2288 for (thunk = DECL_THUNKS (fn); thunk; thunk = TREE_CHAIN (thunk))
Dcp-tree.h2131 #define DECL_THUNKS(NODE) \ macro
Ddecl.c3919 DECL_THUNKS (newdecl) = DECL_THUNKS (olddecl);
DChangeLog1552 * decl.c (duplicate_decls): Only copy DECL_THUNKS for virtual
2432 (DECL_THUNKS): Adjust.
2443 (DECL_THUNKS): New macro.
2445 * method.c (make_thunk): Simplify, and add thunks to DECL_THUNKS.
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsymbian.c487 for (thunk = DECL_THUNKS (function); thunk; thunk = TREE_CHAIN (thunk)) in sh_symbian_handle_dll_attribute()
496 for (thunk = DECL_THUNKS (node); thunk; thunk = TREE_CHAIN (thunk)) in sh_symbian_handle_dll_attribute()