/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.h | 47 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator
|
H A D | CGCall.h | 291 EHScopeStack::stable_iterator Cleanup; member 333 void addArgCleanupDeactivation(EHScopeStack::stable_iterator Cleanup, in addArgCleanupDeactivation()
|
H A D | CGBlocks.h | 166 EHScopeStack::stable_iterator Cleanup; variable
|
H A D | CGExprCXX.cpp | 1531 DirectCleanup *Cleanup = CGF.EHStack.pushCleanupWithExtra<DirectCleanup>( in EnterNewDeleteCleanup() local 1557 ConditionalCleanup *Cleanup = CGF.EHStack in EnterNewDeleteCleanup() local
|
H A D | CGCleanup.cpp | 197 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin()); in popCleanup() local
|
H A D | CGCoroutine.cpp | 723 if (auto *Cleanup = dyn_cast<EHCleanupScope>(&*b)) { in EmitGroAlloca() local
|
H A D | CGCall.cpp | 5835 EHCleanupScope *Cleanup = dyn_cast<EHCleanupScope>(&*it); in EmitCall() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | AtomicChange.h | 161 bool Cleanup = true; member
|
/freebsd/contrib/ntp/adjtimed/ |
H A D | adjtimed.c | 469 Cleanup(void) in Cleanup() function
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPClient.cpp | 42 static const HTTPClientCleanup Cleanup; variable
|
/freebsd/usr.sbin/ppp/ |
H A D | main.c | 113 Cleanup(void) in Cleanup() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 42 MBBOrBasicBlock Cleanup; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profiling.cpp | 457 auto Cleanup = in profilingLoggingInit() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 704 if (const auto *Cleanup = dyn_cast<CleanupPadInst>(Pad)) { in calculateClrEHStateNumbers() local 769 const auto *Cleanup = cast<CleanupPadInst>(Pad); in calculateClrEHStateNumbers() local
|
H A D | TypePromotion.cpp | 593 void IRPromoter::Cleanup() { in Cleanup() function in IRPromoter
|
H A D | MachineSink.cpp | 566 SmallVector<MachineOperand *> Cleanup; in PerformSinkAndFold() local
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 269 void CommandObject::Cleanup() { in Cleanup() function in CommandObject
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 421 auto Cleanup = make_scope_exit([&] { in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 896 CleanupInfo Cleanup; variable
|
H A D | Sema.h | 6471 CleanupInfo Cleanup; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTraverse.h | 411 bool Cleanup; variable
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 1395 explicit Cleanup(std::function<void()> f) : f_(std::move(f)) {} in Cleanup() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 68 auto Cleanup = make_scope_exit([&] { InLoopPredecessors.clear(); }); in formDedicatedExitBlocks() local
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3609 auto Cleanup = [](const FormatStyle &Style, StringRef Code, in cleanupAroundReplacements() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 1739 auto Cleanup = make_scope_exit([&]() { MF.setHasWinCFI(HasWinCFI); }); in emitPrologue() local
|