Home
last modified time | relevance | path

Searched refs:cleanups (Results 1 – 25 of 187) sorted by relevance

12345678

/netbsd/src/external/bsd/libc++/dist/libcxxrt/test/
Dtest_exception.cc58 int cleanups = cleanup_count;\
60 TEST(cleanup_count == cleanups+1, "Cleanup ran correctly");\
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dslap-config.h180 ConfigDriver *cleanups[SLAP_CONFIG_CLEANUP_MAX]; member
Dconfig.c626 if ( ca->cleanups[i] == cleanup ) in config_push_cleanup()
632 ca->cleanups[ca->num_cleanups++] = cleanup; in config_push_cleanup()
642 rc = ca->cleanups[i](ca); in config_run_cleanup()
/netbsd/src/external/gpl3/gcc/dist/include/
Dgcc-c-fe.def92 cleanups in GCC. */
113 be "finished". This does some final cleanups in GCC. */
/netbsd/src/external/gpl3/gdb/dist/include/
Dgcc-c-fe.def92 cleanups in GCC.
116 be "finished". This does some final cleanups in GCC. */
/netbsd/src/external/gpl3/binutils/dist/include/
Dgcc-c-fe.def92 cleanups in GCC. */
113 be "finished". This does some final cleanups in GCC. */
/netbsd/src/external/historical/nawk/dist/
DFIXES.1e190 More cleanups from Christos Zoulas: notably backslash continuation
196 More small cleanups from Christos Zoulas.
199 Additional cleanups from Christos Zoulas. It's no longer necessary
203 Additional small cleanups from Christos Zoulas. awk is now
213 A number of small cleanups from Christos Zoulas. Add the close
256 From Arnold Robbins, apply some cleanups in the test suite.
259 More fixes and cleanups from NetBSD, courtesy of Christos
263 Import second round of code cleanups from NetBSD. Much thanks
269 Import code cleanups from NetBSD. Much thanks to Christos
294 Pull in a number of code cleanups and minor fixes from
[all …]
DChangeLog29 * b.c: Small formatting cleanups in several routines.
35 for the report. Also, minor code formatting cleanups.
/netbsd/src/lib/libc/db/
Dchangelog32 all: Minor cleanups of 1.78 for porting reasons; only
/netbsd/src/external/bsd/ppp/dist/
DREADME151 * Lots of internal fixes and cleanups for Radius and PPPoE by Jaco Kroon
154 * Many more fixes and cleanups.
/netbsd/src/external/bsd/kyua-atf-compat/dist/
Dlib.subr52 # Catch unexpected exits and perform the required cleanups. In particular,
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dcontrib.texi819 cleanups in the compiler.
1385 Jeroen Frijters for @code{ClassLoader} and nio cleanups, serialization fixes,
1434 Simon Kitching for @code{String} cleanups and optimization suggestions.
1446 cleanups.
1495 Christian Schlichtherle for zip fixes and cleanups.
1506 Christian Thalinger for 64-bit cleanups, Configuration and VM
1518 Dalibor Topic for better @code{DEBUG} support, build cleanups and
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtimevar.def44 DEFTIMEVAR (TV_PHASE_LATE_PARSING_CLEANUPS, "phase late parsing cleanups")
234 DEFTIMEVAR (TV_POST_EXPAND , "post expand cleanups")
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dconstexpr.cc1107 vec<tree> *cleanups; member
1112 : constexpr_ops_count (0), cleanups (NULL), heap_dealloc_count (0) {} in constexpr_global_ctx()
6867 ctx->global->cleanups->safe_push (TARGET_EXPR_CLEANUP (t)); in cxx_eval_constant_expression()
6946 auto_vec<tree, 2> cleanups; in cxx_eval_constant_expression() local
6947 vec<tree> *prev_cleanups = ctx->global->cleanups; in cxx_eval_constant_expression()
6948 ctx->global->cleanups = &cleanups; in cxx_eval_constant_expression()
6953 ctx->global->cleanups = prev_cleanups; in cxx_eval_constant_expression()
6957 FOR_EACH_VEC_ELT_REVERSE (cleanups, i, cleanup) in cxx_eval_constant_expression()
7909 auto_vec<tree, 16> cleanups; in cxx_eval_outermost_constant_expr() local
7910 global_ctx.cleanups = &cleanups; in cxx_eval_outermost_constant_expr()
[all …]
Dinit.cc1060 releasing_vec cleanups; in perform_member_init() local
1078 init = extend_ref_init_temps (member, init, &cleanups); in perform_member_init()
1084 FOR_EACH_VEC_ELT (*cleanups, i, t) in perform_member_init()
2271 vec<tree, va_gc> *cleanups = NULL; in expand_aggr_init_1() local
2275 init = store_init_value (exp, init, &cleanups, flags); in expand_aggr_init_1()
2278 gcc_assert (!cleanups); in expand_aggr_init_1()
Dcall.cc12907 set_up_extended_ref_temp (tree decl, tree expr, vec<tree, va_gc> **cleanups, in set_up_extended_ref_temp() argument
12941 = extend_ref_init_temps (decl, TARGET_EXPR_INITIAL (expr), cleanups, in set_up_extended_ref_temp()
12999 vec_safe_push (*cleanups, cleanup); 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() argument
13146 = extend_ref_init_temps_1 (decl, TREE_OPERAND (sub, 1), cleanups, in extend_ref_init_temps_1()
13155 = extend_ref_init_temps_1 (decl, TREE_OPERAND (sub, 1), cleanups, in extend_ref_init_temps_1()
13169 = extend_ref_init_temps_1 (decl, TREE_OPERAND (sub, 2), cleanups, in extend_ref_init_temps_1()
13191 *p = set_up_extended_ref_temp (decl, *p, cleanups, &subinit, cond_guard); 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() argument
13213 init = extend_ref_init_temps_1 (decl, init, cleanups, cond_guard); in extend_ref_init_temps()
[all …]
/netbsd/src/external/bsd/am-utils/dist/
DAUTHORS26 September 12, 1997: lots of small prototype cleanups and fixes to numerous
167 October 10, 1997: compile time cleanups of printf()s in hlfsd code. If nfs
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
DChangeLog-1999-2003348 * mi-main.c (mi_cmd_data_list_register_names): Use cleanups
349 for the uiout list. Do the cleanups when returning an error.
351 (mi_cmd_data_list_register_values): Use cleanups for the uiout list
352 and tuples. Do the cleanups when returning errors.
876 (mi_cmd_target_select): Add doing exec cleanups at end.
1643 cleanups.
1675 * mi-main.c (mi_execute_async_cli_command): Don't do the cleanups
/netbsd/src/external/bsd/flex/dist/
DNEWS123 *** general code cleanups in a number of tests now make the test suite compile much more cleanly
370 ** cleanups to the yy namespace
450 ** more test suite cleanups; in particular, the test suite should run
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind.inc177 handler, if applicable, to run cleanups. */
/netbsd/src/external/bsd/ntp/dist/sntp/m4/
Dsnprintf.m423 # cleanups) would be sent back in order to let me include them in the version
/netbsd/src/external/ibm-public/postfix/dist/
DRELEASE_NOTES123 other cdb: table code cleanups by Michael Tokarev.
/netbsd/src/external/ibm-public/postfix/dist/README_FILES/
DRELEASE_NOTES123 other cdb: table code cleanups by Michael Tokarev.
/netbsd/src/libexec/httpd/
DCHANGES80 o cleanups and portability improvements, from maya@netbsd.org
353 - add -T chrootdir and -U user, plus several minor other cleanups
/netbsd/src/usr.sbin/bootp/bootpd/
DChanges232 Other cleanups.

12345678