/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 245 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local 329 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
|
H A D | CGExprAgg.cpp | 1374 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups() local 1630 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; in VisitInitListExpr() local
|
H A D | CGObjC.cpp | 3420 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 D | CGBlocks.cpp | 2171 CodeGenFunction::RunCleanupsScope cleanups(*this); in GenerateDestroyHelperFunction() local
|
H A D | CGExpr.cpp | 1352 const auto *cleanups = cast<ExprWithCleanups>(E); in EmitLValue() local
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | region-allocator.c | 72 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 D | slap-config.h | 180 ConfigDriver *cleanups[SLAP_CONFIG_CLEANUP_MAX]; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 866 releasing_vec cleanups; in perform_member_init() local 2034 vec<tree, va_gc> *cleanups = NULL; in expand_aggr_init_1() local
|
H A D | typeck2.c | 864 store_init_value (tree decl, tree init, vec<tree, va_gc>** cleanups, int flags) in store_init_value()
|
H A D | constexpr.c | 1052 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 D | call.c | 12156 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 D | decl2.c | 2274 vec<tree, va_gc> *cleanups = NULL; in maybe_emit_vtables() local
|
H A D | decl.c | 6675 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 D | typeck2.cc | 813 store_init_value (tree decl, tree init, vec<tree, va_gc>** cleanups, int flags) in store_init_value()
|
H A D | init.cc | 1060 releasing_vec cleanups; in perform_member_init() local 2271 vec<tree, va_gc> *cleanups = NULL; in expand_aggr_init_1() local
|
H A D | constexpr.cc | 1107 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 D | call.cc | 12907 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 D | decl2.cc | 2478 vec<tree, va_gc> *cleanups = NULL; in maybe_emit_vtables() local
|
H A D | decl.cc | 7233 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 D | SemaLambda.cpp | 681 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum() local
|