Home
last modified time | relevance | path

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

12

/NextBSD/contrib/gdb/gdb/
HDsymmisc.c539 struct cleanup *cleanups; in maintenance_print_symbols() local
779 struct cleanup *cleanups; in maintenance_print_psymbols() local
927 struct cleanup *cleanups; in maintenance_print_msymbols() local
HDsolib-svr4.c615 struct cleanup *cleanups = make_cleanup (xfree, r_map_buf); in first_link_map_member() local
662 struct cleanup *cleanups = make_cleanup (xfree, l_name_buf); in open_symbol_file_object() local
HDcomplaints.c199 struct cleanup *cleanups; in vcomplaint() local
HDmipsread.c243 struct cleanup *cleanups; in read_alphacoff_dynamic_symtab() local
HDdisasm.c358 struct cleanup *cleanups = make_cleanup_ui_out_stream_delete (stb); in gdb_disassembly() local
HDbreakpoint.c608 struct cleanup *cleanups = make_cleanup (xfree, tmpbuf); in commands_command() local
1038 struct cleanup *cleanups = make_cleanup (xfree, message); in insert_bp_location() local
1070 struct cleanup *cleanups = make_cleanup (xfree, prefix); in insert_bp_location() local
2705 struct cleanup *cleanups = make_cleanup (xfree, message); in bpstat_stop_status() local
2780 struct cleanup *cleanups = make_cleanup (xfree, message); in bpstat_stop_status() local
6030 struct cleanup *cleanups; in until_break_command_continuation() local
6893 struct cleanup *cleanups = make_cleanup (xfree, message); in delete_breakpoint() local
7333 struct cleanup *cleanups = make_cleanup (xfree, message); in breakpoint_re_set() local
HDinfcmd.c584 struct cleanup *cleanups = 0; in step_1() local
1139 struct cleanup *cleanups; in finish_command_continuation() local
HDframe.c466 struct cleanup *cleanups; in frame_pop() local
483 struct cleanup *cleanups = make_cleanup_regcache_xfree (scratch); in frame_pop() local
HDtop.c645 struct cleanup *cleanups; in read_command_file() local
HDregcache.c1461 struct cleanup *cleanups = make_cleanup (null_cleanup, NULL); in regcache_dump() local
HDsymfile.c1138 struct cleanup *cleanups; in symbol_file_command() local
HDgdbarch.c579 struct cleanup *cleanups; in verify_gdbarch() local
/NextBSD/contrib/jemalloc/src/
HDtsd.c8 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCRuntime.cpp241 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
316 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
HDCGExprAgg.cpp1007 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups() local
1212 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; in VisitInitListExpr() local
HDCGBlocks.cpp649 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); in enterNonTrivialFullExpression() local
1518 CodeGenFunction::RunCleanupsScope cleanups(*this); in GenerateDestroyHelperFunction() local
HDCGObjC.cpp2733 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainScalarExpr() local
2749 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainAutoreleaseScalarExpr() local
HDCGStmt.cpp1042 if (const ExprWithCleanups *cleanups = in EmitReturnStmt() local
HDCGExpr.cpp887 const auto *cleanups = cast<ExprWithCleanups>(E); in EmitLValue() local
/NextBSD/contrib/gdb/gdb/cli/
HDcli-script.c222 struct cleanup *cleanups = make_cleanup (clear_hook_in_cleanup, c); in execute_cmd_pre_hook() local
234 struct cleanup *cleanups = make_cleanup (clear_hook_in_cleanup, c); in execute_cmd_post_hook() local
/NextBSD/contrib/gdb/gdb/tui/
HDtui-regs.c654 struct cleanup *cleanups; in tui_register_format() local
/NextBSD/contrib/gdb/gdb/mi/
HDmi-main.c798 struct cleanup *cleanups = make_cleanup (null_cleanup, NULL); in mi_cmd_data_read_memory() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp602 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum() local
HDSemaStmt.cpp570 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr)) in GetTypeBeforeIntegralPromotion() local
/NextBSD/contrib/apr/memory/unix/
HDapr_pools.c505 cleanup_t *cleanups; member

12