Searched refs:CLEANUP_DECL (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | dump.cc | 271 dump_child ("decl", CLEANUP_DECL (t)); in cp_dump_tree()
|
H A D | cp-tree.def | 296 constructed. The CLEANUP_EXPR is run on behalf of CLEANUP_DECL
|
H A D | semantics.cc | 4879 && 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 D | cp-tree.h | 5336 #define CLEANUP_DECL(NODE) TREE_OPERAND (CLEANUP_STMT_CHECK (NODE), 2) macro
|
H A D | ChangeLog-2002 | 3669 * cp-tree.h (CLEANUP_DECL): Remove.
|
H A D | ChangeLog-2004 | 4676 (CLEANUP_BODY, CLEANUP_EXPR, CLEANUP_DECL): Move from c-common.h.
|
H A D | ChangeLog-1999 | 2230 (CLEANUP_DECL): New macro.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | dump.c | 271 dump_child ("decl", CLEANUP_DECL (t)); in cp_dump_tree()
|
H A D | cp-tree.def | 291 constructed. The CLEANUP_EXPR is run on behalf of CLEANUP_DECL
|
H A D | semantics.c | 4542 && 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 D | cp-tree.h | 5087 #define CLEANUP_DECL(NODE) TREE_OPERAND (CLEANUP_STMT_CHECK (NODE), 2) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | generic.texi | 3321 @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 D | gccint.info | 12938 '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 D | generic.texi | 3264 @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 D | gccint.info | 12529 '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 D | ChangeLog-2004 | 28838 CLEANUP_EXPR, CLEANUP_DECL): Move to cp-tree.h. 29630 (CLEANUP_DECL): Move to operand 2.
|
H A D | ChangeLog-2003 | 6285 * c-semantics.c (genrtl_cleanup_stmt): Ignore the CLEANUP_DECL if
|
H A D | ChangeLog-2002 | 28472 * c-common.h (CLEANUP_DECL): New macro.
|