Home
last modified time | relevance | path

Searched defs:cleanups (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp245 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
329 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
H A DCGExprAgg.cpp1374 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups() local
1630 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; in VisitInitListExpr() local
H A DCGObjC.cpp3420 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainScalarExpr() local
3435 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainAutoreleaseScalarExpr() local
3545 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCUnsafeUnretainedScalarExpr() local
H A DCGBlocks.cpp2171 CodeGenFunction::RunCleanupsScope cleanups(*this); in GenerateDestroyHelperFunction() local
H A DCGExpr.cpp1352 const auto *cleanups = cast<ExprWithCleanups>(E); in EmitLValue() local
/netbsd-src/external/bsd/nsd/dist/
H A Dregion-allocator.c72 cleanup_type *cleanups; member
216 cleanup_type *cleanups = (cleanup_type *) region->allocator( in region_add_cleanup() local
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap-config.h180 ConfigDriver *cleanups[SLAP_CONFIG_CLEANUP_MAX]; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c866 releasing_vec cleanups; in perform_member_init() local
2034 vec<tree, va_gc> *cleanups = NULL; in expand_aggr_init_1() local
H A Dtypeck2.c864 store_init_value (tree decl, tree init, vec<tree, va_gc>** cleanups, int flags) in store_init_value()
H A Dconstexpr.c1052 vec<tree> *cleanups; member
6101 auto_vec<tree, 2> cleanups; in cxx_eval_constant_expression() local
6979 auto_vec<tree, 16> cleanups; variable
H A Dcall.c12156 set_up_extended_ref_temp (tree decl, tree expr, vec<tree, va_gc> **cleanups, in set_up_extended_ref_temp()
12384 extend_ref_init_temps_1 (tree decl, tree init, vec<tree, va_gc> **cleanups, in extend_ref_init_temps_1()
12453 extend_ref_init_temps (tree decl, tree init, vec<tree, va_gc> **cleanups, in extend_ref_init_temps()
H A Ddecl2.c2274 vec<tree, va_gc> *cleanups = NULL; in maybe_emit_vtables() local
H A Ddecl.c6675 check_initializer (tree decl, tree init, int flags, vec<tree, va_gc> **cleanups) in check_initializer()
7493 vec<tree, va_gc> *cleanups = NULL; in cp_finish_decl() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc813 store_init_value (tree decl, tree init, vec<tree, va_gc>** cleanups, int flags) in store_init_value()
H A Dinit.cc1060 releasing_vec cleanups; in perform_member_init() local
2271 vec<tree, va_gc> *cleanups = NULL; in expand_aggr_init_1() local
H A Dconstexpr.cc1107 vec<tree> *cleanups; member
6946 auto_vec<tree, 2> cleanups; in cxx_eval_constant_expression() local
7909 auto_vec<tree, 16> cleanups; in cxx_eval_outermost_constant_expr() local
H A Dcall.cc12907 set_up_extended_ref_temp (tree decl, tree expr, vec<tree, va_gc> **cleanups, in set_up_extended_ref_temp()
13137 extend_ref_init_temps_1 (tree decl, tree init, vec<tree, va_gc> **cleanups, in extend_ref_init_temps_1()
13206 extend_ref_init_temps (tree decl, tree init, vec<tree, va_gc> **cleanups, in extend_ref_init_temps()
H A Ddecl2.cc2478 vec<tree, va_gc> *cleanups = NULL; in maybe_emit_vtables() local
H A Ddecl.cc7233 check_initializer (tree decl, tree init, int flags, vec<tree, va_gc> **cleanups) in check_initializer()
8063 vec<tree, va_gc> *cleanups = NULL; in cp_finish_decl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp681 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum() local