Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-dump.c95 dump_child ("decl", CLEANUP_DECL (t));
Dc-common.def117 constructed. If, after this point, the CLEANUP_DECL goes out of
Dc-semantics.c745 tree decl = CLEANUP_DECL (t);
Dc-common.h1089 #define CLEANUP_DECL(NODE) \ macro
DChangeLog.714025 * c-common.h (CLEANUP_DECL): New macro.
/openbsd/src/gnu/gcc/gcc/cp/
Ddump.c415 dump_child ("decl", CLEANUP_DECL (t)); in cp_dump_tree()
Dcp-tree.def274 constructed. The CLEANUP_EXPR is run on behalf of CLEANUP_DECL
Dsemantics.c3242 && CLEANUP_DECL (*tp) == dp->var) in finalize_nrv_r()
Dcp-tree.h3070 #define CLEANUP_DECL(NODE) TREE_OPERAND (CLEANUP_STMT_CHECK (NODE), 2) macro
DChangeLog-20023669 * cp-tree.h (CLEANUP_DECL): Remove.
DChangeLog-20044676 (CLEANUP_BODY, CLEANUP_EXPR, CLEANUP_DECL): Move from c-common.h.
DChangeLog-19992230 (CLEANUP_DECL): New macro.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dsemantics.c2458 && CLEANUP_DECL (*tp) == nrv)
DChangeLog5072 * cp-tree.h (CLEANUP_DECL): Remove.
DChangeLog.22230 (CLEANUP_DECL): New macro.
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dc-tree.texi1277 @findex CLEANUP_DECL
1466 are in fact representing such destructors, @code{CLEANUP_DECL} will be
1467 the @code{VAR_DECL} destroyed. Otherwise, @code{CLEANUP_DECL} will be
/openbsd/src/gnu/gcc/gcc/doc/
Dc-tree.texi1466 @findex CLEANUP_DECL
1628 are in fact representing such destructors, @code{CLEANUP_DECL} will be
1629 the @code{VAR_DECL} destroyed. Otherwise, @code{CLEANUP_DECL} will be
Dgccint.info5306 `CLEANUP_DECL' will be the `VAR_DECL' destroyed. Otherwise,
5307 `CLEANUP_DECL' will be `NULL_TREE'. In any case, the
31922 * CLEANUP_DECL: Function Bodies. (line 6)