Home
last modified time | relevance | path

Searched refs:push_cleanup (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h604 extern void push_cleanup (tree, tree, bool);
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h623 extern void push_cleanup (tree, tree, bool);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c483 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 Dinit.c891 push_cleanup (NULL_TREE, t, false); in perform_member_init()
H A Ddecl.c8017 push_cleanup (NULL_TREE, t, false); in cp_finish_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog1559 * decl.cc (cp_finish_decl): Don't pass decl to push_cleanup.
1561 * semantics.cc (push_cleanup): Adjust comment.
H A Dsemantics.cc687 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 Dinit.cc1085 push_cleanup (NULL_TREE, t, false); in perform_member_init()
H A DChangeLog-20044681 * 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 DChangeLog-20092200 (push_cleanup): Same.
H A Ddecl.cc8620 push_cleanup (NULL_TREE, t, false); in cp_finish_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c5541 push_cleanup (decl, cleanup, false); in finish_decl()
H A Dc-typeck.c11459 push_cleanup (tree decl, tree cleanup, bool eh_only) in push_cleanup() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc5660 push_cleanup (decl, cleanup, false); in finish_decl()
H A Dc-typeck.cc11563 push_cleanup (tree decl, tree cleanup, bool eh_only) in push_cleanup() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200428726 (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.