Searched refs:push_cleanup (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 604 extern void push_cleanup (tree, tree, bool);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 623 extern void push_cleanup (tree, tree, bool);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 483 push_cleanup (tree decl, tree cleanup, bool eh_only) in push_cleanup() function 1753 push_cleanup (decl, cleanup, false); in finish_decl_cleanup() 1761 push_cleanup (NULL, cleanup, true); in finish_eh_cleanup()
|
H A D | init.c | 891 push_cleanup (NULL_TREE, t, false); in perform_member_init()
|
H A D | decl.c | 8017 push_cleanup (NULL_TREE, t, false); in cp_finish_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog | 1559 * decl.cc (cp_finish_decl): Don't pass decl to push_cleanup. 1561 * semantics.cc (push_cleanup): Adjust comment.
|
H A D | semantics.cc | 687 push_cleanup (tree decl, tree cleanup, bool eh_only) in push_cleanup() function 2024 push_cleanup (decl, cleanup, false); in finish_decl_cleanup() 2032 push_cleanup (NULL, cleanup, true); in finish_eh_cleanup()
|
H A D | init.cc | 1085 push_cleanup (NULL_TREE, t, false); in perform_member_init()
|
H A D | ChangeLog-2004 | 4681 * semantics.c (push_cleanup): Move from c-semantics.c. 4802 (cp_finish_decl): Use push_cleanup. 4838 (finish_decl_cleanup, finish_eh_cleanup): Use push_cleanup.
|
H A D | ChangeLog-2009 | 2200 (push_cleanup): Same.
|
H A D | decl.cc | 8620 push_cleanup (NULL_TREE, t, false); in cp_finish_decl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 5541 push_cleanup (decl, cleanup, false); in finish_decl()
|
H A D | c-typeck.c | 11459 push_cleanup (tree decl, tree cleanup, bool eh_only) in push_cleanup() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 5660 push_cleanup (decl, cleanup, false); in finish_decl()
|
H A D | c-typeck.cc | 11563 push_cleanup (tree decl, tree cleanup, bool eh_only) in push_cleanup() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 28726 (push_cleanup): Copy STATEMENT_LIST_STMT_EXPR. 28845 * c-semantics.c (push_cleanup): Move to cp/semantics.c. 28846 * c-typeck.c (push_cleanup): New. 29636 Use push_cleanup. 29672 (push_cleanup): New.
|