Searched refs:cleanups (Results 76 - 80 of 80) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc2483 vec<tree, va_gc> *cleanups = NULL;
2484 tree expr = store_init_value (vtbl, DECL_INITIAL (vtbl), &cleanups,
2488 gcc_assert (!expr && !cleanups);
5471 /* Perform any post compilation-proper cleanups for the C++ front-end.
2478 vec<tree, va_gc> *cleanups = NULL; local
H A Ddecl.cc833 /* All temporary bindings created for cleanups are popped silently. */
3775 /* After labels, make any new cleanups in the function go into their
4001 /* After labels, make any new cleanups in the function go into their
4841 /* Show we use EH for cleanups. */
7245 check_initializer (tree decl, tree init, int flags, vec<tree, va_gc> **cleanups)
7466 init_code = store_init_value (decl, init, cleanups, flags);
7652 need to wrap their cleanups with TRY_CATCH_EXPR (, GUARD) so that the
7660 we need to guard the temporary cleanups with the variable's cleanup if
7677 /* An array cleanup region already encloses any temporary cleanups,
8075 vec<tree, va_gc> *cleanups
7233 check_initializer(tree decl, tree init, int flags, vec<tree, va_gc> **cleanups) argument
8063 vec<tree, va_gc> *cleanups = NULL; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c801 /* All temporary bindings created for cleanups are popped silently. */
3560 /* After labels, make any new cleanups in the function go into their
3798 /* After labels, make any new cleanups in the function go into their
4592 /* Show we use EH for cleanups. */
6687 check_initializer (tree decl, tree init, int flags, vec<tree, va_gc> **cleanups)
6919 init_code = store_init_value (decl, init, cleanups, flags);
7094 need to wrap their cleanups with TRY_CATCH_EXPR (, GUARD) so that the
7102 we need to guard the temporary cleanups with the variable's cleanup if
7505 vec<tree, va_gc> *cleanups = NULL;
7713 cleanups
6675 check_initializer(tree decl, tree init, int flags, vec<tree, va_gc> **cleanups) argument
7493 vec<tree, va_gc> *cleanups = NULL; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp2171 CodeGenFunction::RunCleanupsScope cleanups(*this);
2185 cleanups.ForceCleanup();
H A DCGExpr.cpp316 // __weak objects always get EH cleanups; otherwise, exceptions
1352 const auto *cleanups = cast<ExprWithCleanups>(E); local
1354 LValue LV = EmitLValue(cleanups->getSubExpr());
1357 // cleanups.

Completed in 316 milliseconds

1234