| /src/external/bsd/jemalloc.old/dist/src/ |
| tsd.c | 13 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable 193 pending[i] = cleanups[i](); 206 cleanups[ncleanups] = f;
|
| /src/external/bsd/jemalloc/dist/src/ |
| tsd.c | 345 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable 363 pending[i] = cleanups[i](); 378 cleanups[ncleanups] = f;
|
| /src/external/bsd/nsd/dist/ |
| region-allocator.c | 72 cleanup_type *cleanups; member in struct:region 115 result->cleanups = (cleanup_type *) allocator( 117 if (!result->cleanups) { 137 deallocator(result->cleanups); 164 deallocator(result->cleanups); 194 deallocator(region->cleanups); 216 cleanup_type *cleanups = (cleanup_type *) region->allocator( local 218 if (!cleanups) 221 memcpy(cleanups, region->cleanups, [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slap-config.h | 180 ConfigDriver *cleanups[SLAP_CONFIG_CLEANUP_MAX]; member in struct:config_args_s
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| constexpr.cc | 1165 /* Cleanups that need to be evaluated at the end of CLEANUP_POINT_EXPR. */ 1166 vec<tree> *cleanups; member in class:constexpr_global_ctx 1174 : constexpr_ops_count (0), cleanups (NULL), modifiable (nullptr), 7133 auto_vec<tree, 4> cleanups (cond_cleanup_depth); 7140 cleanups.quick_push (CLEANUP_EXPR (s)); 7144 FOR_EACH_VEC_ELT_REVERSE (cleanups, i, c) 7886 ctx->global->cleanups->safe_push (TARGET_EXPR_CLEANUP (t)); 7965 auto_vec<tree, 2> cleanups; 7966 vec<tree> *prev_cleanups = ctx->global->cleanups; 7967 ctx->global->cleanups = &cleanups [all...] |
| decl2.cc | 2608 vec<tree, va_gc> *cleanups = NULL; 2609 tree expr = store_init_value (vtbl, DECL_INITIAL (vtbl), &cleanups, 2613 gcc_assert (!expr && !cleanups); 5515 /* Perform any post compilation-proper cleanups for the C++ front-end. 2603 vec<tree, va_gc> *cleanups = NULL; local
|
| init.cc | 1091 releasing_vec cleanups; local 1109 init = extend_ref_init_temps (member, init, &cleanups); 1115 FOR_EACH_VEC_ELT (*cleanups, i, t) 1758 emit cleanups to destroy them if an exception is thrown during 1760 period during which the cleanups must occur) begin from the time 2299 vec<tree, va_gc> *cleanups = NULL; local 2303 init = store_init_value (exp, init, &cleanups, flags); 2306 gcc_assert (!cleanups); 3699 /* Collect flags for disabling subobject cleanups once the complete 3819 if there are any temporaries with cleanups in th [all...] |
| decl.cc | 858 /* All temporary bindings created for cleanups are popped silently. */ 4084 /* After labels, make any new cleanups in the function go into their 4310 /* After labels, make any new cleanups in the function go into their 5168 /* Show we use EH for cleanups. */ 7610 check_initializer (tree decl, tree init, int flags, vec<tree, va_gc> **cleanups) 7831 init_code = store_init_value (decl, init, cleanups, flags); 8017 need to wrap their cleanups with TRY_CATCH_EXPR (, GUARD) so that the 8025 we need to guard the temporary cleanups with the variable's cleanup if 8042 /* An array cleanup region already encloses any temporary cleanups, 8446 vec<tree, va_gc> *cleanups = NULL 8434 vec<tree, va_gc> *cleanups = NULL; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExprAgg.cpp | 1329 SmallVector<EHScopeStack::stable_iterator, 16> Cleanups; 1358 Cleanups.push_back(CGF.EHStack.stable_begin()); 1363 // Deactivate all the partial cleanups in reverse order, which 1365 for (unsigned i = Cleanups.size(); i != 0; --i) 1366 CGF.DeactivateCleanupBlock(Cleanups[i-1], CleanupDominator); 1374 CodeGenFunction::RunCleanupsScope cleanups(CGF); 1630 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local 1633 cleanups.push_back(cleanup); 1734 // initialized, we can end up pushing a linear number of cleanups. 1756 // Deactivate all the partial cleanups in reverse order, whic [all...] |
| CGExpr.cpp | 316 // __weak objects always get EH cleanups; otherwise, exceptions 1352 const auto *cleanups = cast<ExprWithCleanups>(E); local 1354 LValue LV = EmitLValue(cleanups->getSubExpr()); 1357 // cleanups.
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaLambda.cpp | 681 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); local 683 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue); 687 if (cleanups) { 688 cleanups->setSubExpr(E); 1241 // cleanups from the enclosing full-expression.
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| decl2.cc | 2484 vec<tree, va_gc> *cleanups = NULL; 2485 tree expr = store_init_value (vtbl, DECL_INITIAL (vtbl), &cleanups, 2489 gcc_assert (!expr && !cleanups); 5473 /* Perform any post compilation-proper cleanups for the C++ front-end. 2479 vec<tree, va_gc> *cleanups = NULL; local
|
| init.cc | 1060 releasing_vec cleanups; local 1078 init = extend_ref_init_temps (member, init, &cleanups); 1084 FOR_EACH_VEC_ELT (*cleanups, i, t) 1730 emit cleanups to destroy them if an exception is thrown during 1732 period during which the cleanups must occur) begin from the time 2271 vec<tree, va_gc> *cleanups = NULL; local 2275 init = store_init_value (exp, init, &cleanups, flags); 2278 gcc_assert (!cleanups); 3670 /* Collect flags for disabling subobject cleanups once the complete 3801 if there are any temporaries with cleanups in th [all...] |
| constexpr.cc | 1106 /* Cleanups that need to be evaluated at the end of CLEANUP_POINT_EXPR. */ 1107 vec<tree> *cleanups; member in struct:constexpr_global_ctx 1112 : constexpr_ops_count (0), cleanups (NULL), heap_dealloc_count (0) {} 6868 ctx->global->cleanups->safe_push (TARGET_EXPR_CLEANUP (t)); 6947 auto_vec<tree, 2> cleanups; local 6948 vec<tree> *prev_cleanups = ctx->global->cleanups; 6949 ctx->global->cleanups = &cleanups; 6954 ctx->global->cleanups = prev_cleanups; 6957 /* Evaluate the cleanups. * 7916 auto_vec<tree, 16> cleanups; local [all...] |
| decl.cc | 833 /* 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 = NULL 8063 vec<tree, va_gc> *cleanups = NULL; local [all...] |