Home
last modified time | relevance | path

Searched refs:CLEANUP_DECL (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddump.cc271 dump_child ("decl", CLEANUP_DECL (t)); in cp_dump_tree()
H A Dcp-tree.def296 constructed. The CLEANUP_EXPR is run on behalf of CLEANUP_DECL
H A Dsemantics.cc4879 && CLEANUP_DECL (*tp) == dp->var) in finalize_nrv_r()
4908 && CLEANUP_DECL (*tp) == dp->result) in finalize_nrv_r()
6013 else if (TREE_CODE (*tp) == CLEANUP_STMT && CLEANUP_DECL (*tp) == (tree) data) in cp_remove_omp_priv_cleanup_stmt()
H A Dcp-tree.h5336 #define CLEANUP_DECL(NODE) TREE_OPERAND (CLEANUP_STMT_CHECK (NODE), 2) macro
H A DChangeLog-20023669 * cp-tree.h (CLEANUP_DECL): Remove.
H A DChangeLog-20044676 (CLEANUP_BODY, CLEANUP_EXPR, CLEANUP_DECL): Move from c-common.h.
H A DChangeLog-19992230 (CLEANUP_DECL): New macro.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddump.c271 dump_child ("decl", CLEANUP_DECL (t)); in cp_dump_tree()
H A Dcp-tree.def291 constructed. The CLEANUP_EXPR is run on behalf of CLEANUP_DECL
H A Dsemantics.c4542 && CLEANUP_DECL (*tp) == dp->var) in finalize_nrv_r()
5586 else if (TREE_CODE (*tp) == CLEANUP_STMT && CLEANUP_DECL (*tp) == (tree) data) in cp_remove_omp_priv_cleanup_stmt()
H A Dcp-tree.h5087 #define CLEANUP_DECL(NODE) TREE_OPERAND (CLEANUP_STMT_CHECK (NODE), 2) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi3321 @findex CLEANUP_DECL
3433 are in fact representing such destructors, @code{CLEANUP_DECL} will be
3434 the @code{VAR_DECL} destroyed. Otherwise, @code{CLEANUP_DECL} will be
H A Dgccint.info12938 'CLEANUP_DECL' will be the 'VAR_DECL' destroyed. Otherwise,
12939 'CLEANUP_DECL' will be 'NULL_TREE'. In any case, the
54313 * CLEANUP_DECL: Statements for C and C++.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi3264 @findex CLEANUP_DECL
3378 are in fact representing such destructors, @code{CLEANUP_DECL} will be
3379 the @code{VAR_DECL} destroyed. Otherwise, @code{CLEANUP_DECL} will be
H A Dgccint.info12529 'CLEANUP_DECL' will be the 'VAR_DECL' destroyed. Otherwise,
12530 'CLEANUP_DECL' will be 'NULL_TREE'. In any case, the
52619 * CLEANUP_DECL: Statements for C++. (line 6)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200428838 CLEANUP_EXPR, CLEANUP_DECL): Move to cp-tree.h.
29630 (CLEANUP_DECL): Move to operand 2.
H A DChangeLog-20036285 * c-semantics.c (genrtl_cleanup_stmt): Ignore the CLEANUP_DECL if
H A DChangeLog-200228472 * c-common.h (CLEANUP_DECL): New macro.