Searched refs:Cleanup (Results 26 - 50 of 101) sorted by relevance

12345

/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload2.c588 goto Cleanup;
640 goto Cleanup;
683 goto Cleanup;
718 goto Cleanup;
783 goto Cleanup;
901 Cleanup:
H A Ddsfield.c386 goto Cleanup;
403 goto Cleanup;
407 Cleanup:
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h119 /// Cleanup handlers are stored in a double list, which is owned and managed by
174 /// Cleanup handler that reclaims resource by calling destructor on it.
189 /// Cleanup handler that reclaims resource by calling 'delete' on it.
201 /// Cleanup handler that reclaims resource by calling its method 'Release'.
217 /// \tparam Cleanup Class that defines how the resource is reclaimed.
245 template <typename T, typename Cleanup = CrashRecoveryContextDeleteCleanup<T> >
251 : cleanup(Cleanup::create(x)) {
/freebsd-13-stable/sys/contrib/dev/acpica/components/events/
H A Devgpeinit.c316 goto Cleanup;
320 Cleanup:
H A Devxface.c555 goto Cleanup;
562 Cleanup:
783 goto Cleanup;
790 Cleanup:
844 goto Cleanup;
872 Cleanup:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h279 EHScopeStack::stable_iterator Cleanup; member in struct:clang::CodeGen::CGCallee::CallArgList::CallArgCleanup
321 void addArgCleanupDeactivation(EHScopeStack::stable_iterator Cleanup, argument
324 ArgCleanup.Cleanup = Cleanup;
H A DCGBlocks.h162 EHScopeStack::stable_iterator Cleanup; member in class:clang::CodeGen::CGBlockInfo::Capture
184 return Cleanup;
188 Cleanup = cleanup;
H A DCGCleanup.cpp204 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin()); local
205 InnermostNormalCleanup = Cleanup.getEnclosingNormalCleanup();
206 InnermostEHScope = Cleanup.getEnclosingEHScope();
207 deallocate(Cleanup.getAllocatedSize());
210 Cleanup.Destroy();
300 void EHScopeStack::Cleanup::anchor() {}
554 EHScopeStack::Cleanup *Fn,
555 EHScopeStack::Cleanup::Flags flags,
745 EHScopeStack::Cleanup *Fn;
749 Fn = reinterpret_cast<EHScopeStack::Cleanup *>(CleanupBufferStac
[all...]
H A DCGCoroutine.cpp396 struct CallCoroEnd final : public EHScopeStack::Cleanup {
419 struct CallCoroDelete final : public EHScopeStack::Cleanup {
511 if (auto *Cleanup = dyn_cast<EHCleanupScope>(&*b)) {
512 assert(!Cleanup->hasActiveFlag() && "cleanup already has active flag?");
513 Cleanup->setActiveFlag(GroActiveFlag);
514 Cleanup->setTestFlagInEHCleanup();
515 Cleanup->setTestFlagInNormalCleanup();
H A DCGExprCXX.cpp995 EHScopeStack::stable_iterator Cleanup; local
1079 // Enter a partial-destruction Cleanup if necessary.
1081 // In principle we could tell the Cleanup where we are more
1091 Cleanup = EHStack.stable_begin();
1138 // If there was a Cleanup, deactivate it.
1140 DeactivateCleanupBlock(Cleanup, CleanupDominator);
1160 // Store the new Cleanup position for irregular Cleanups.
1249 // Store the new Cleanup position for irregular Cleanups.
1253 // Enter a partial-destruction Cleanup if necessary.
1258 Cleanup
1501 DirectCleanup *Cleanup = CGF.EHStack local
1532 ConditionalCleanup *Cleanup = CGF.EHStack local
[all...]
H A DCGObjCRuntime.cpp128 struct CallObjCEndCatch final : EHScopeStack::Cleanup {
313 struct CallSyncExit final : EHScopeStack::Cleanup {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h42 MBBOrBasicBlock Cleanup; member in struct:llvm::CxxUnwindMapEntry
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c557 goto Cleanup;
566 goto Cleanup;
585 Cleanup:
H A Dnsdump.c709 goto Cleanup;
727 goto Cleanup;
761 goto Cleanup;
765 Cleanup:
H A Dnsxfname.c511 goto Cleanup;
630 Cleanup:
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Dadisasm.c372 goto Cleanup;
381 goto Cleanup;
401 Cleanup:
/freebsd-13-stable/sys/contrib/dev/acpica/components/resources/
H A Drsutils.c945 goto Cleanup;
959 goto Cleanup;
975 Cleanup:
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h159 bool Cleanup = true; member in struct:clang::tooling::ApplyChangesSpec
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslopt.c467 goto Cleanup;
479 goto Cleanup;
523 Cleanup:
917 /* Cleanup path buffers */
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c960 /* Cleanup and exit */
1043 goto Cleanup; /* Nothing to do */
1214 goto Cleanup;
1225 goto Cleanup;
1233 Cleanup:
H A Ddbexec.c298 goto Cleanup;
331 goto Cleanup;
346 Cleanup:
1105 /* Cleanup and exit */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp136 UME.Cleanup = BB;
330 report_fatal_error("Cleanup funclets for the MSVC++ personality cannot "
433 report_fatal_error("Cleanup funclets for the SEH personality cannot "
555 if (const auto *Cleanup = dyn_cast<CleanupPadInst>(Pad)) {
559 (Cleanup->getNumArgOperands() ? ClrHandlerType::Fault
564 for (const User *U : Cleanup->users())
569 FuncInfo.EHPadStateMap[Cleanup] = CleanupState;
623 const auto *Cleanup = cast<CleanupPadInst>(Pad); local
625 for (const User *U : Cleanup->users()) {
667 if (UserUnwindParent == Cleanup)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp322 if (UME.Cleanup)
323 UME.Cleanup = MBBMap[UME.Cleanup.get<const BasicBlock *>()];
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dparse.c1662 yydestruct ("Cleanup: discarding lookahead",
1670 yydestruct ("Cleanup: popping",
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp311 static void Cleanup(SetVector<Instruction*> &MaybeDead, Loop *L) { function
607 Cleanup(Predicates, L);

Completed in 250 milliseconds

12345