Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h161 bool Cleanup = true; member
/openbsd/gnu/llvm/llvm/lib/Debuginfod/
H A DHTTPClient.cpp42 static const HTTPClientCleanup Cleanup; variable
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h276 EHScopeStack::stable_iterator Cleanup; member
318 void addArgCleanupDeactivation(EHScopeStack::stable_iterator Cleanup, in addArgCleanupDeactivation()
H A DCGBlocks.h166 EHScopeStack::stable_iterator Cleanup; variable
H A DCGExprCXX.cpp1004 EHScopeStack::stable_iterator Cleanup; in EmitNewArrayInitializer() local
1507 DirectCleanup *Cleanup = CGF.EHStack in EnterNewDeleteCleanup() local
1538 ConditionalCleanup *Cleanup = CGF.EHStack in EnterNewDeleteCleanup() local
H A DCGCleanup.h104 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator
H A DCGCleanup.cpp221 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin()); in popCleanup() local
H A DCGCall.cpp5532 EHCleanupScope *Cleanup = dyn_cast<EHCleanupScope>(&*it); in EmitCall() local
H A DCGBuiltin.cpp1882 CleanupKind Cleanup = getARCCleanupKind(); in emitBuiltinOSLogFormat() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h42 MBBOrBasicBlock Cleanup; member
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profiling.cpp460 auto Cleanup = in profilingLoggingInit() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp268 if (const ExprWithCleanups *Cleanup = dyn_cast<ExprWithCleanups>(RetE)) in checkPreStmt() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp555 if (const auto *Cleanup = dyn_cast<CleanupPadInst>(Pad)) { in calculateClrEHStateNumbers() local
620 const auto *Cleanup = cast<CleanupPadInst>(Pad); in calculateClrEHStateNumbers() local
H A DTypePromotion.cpp585 void IRPromoter::Cleanup() { in Cleanup() function in IRPromoter
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp269 void CommandObject::Cleanup() { in Cleanup() function in CommandObject
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp375 auto Cleanup = make_scope_exit([&] { OS.flush(); }); in writeYamlTo() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp420 auto Cleanup = make_scope_exit([&] { in runOnMachineFunction() local
/openbsd/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp129 static std::vector<std::string> Cleanup; variable
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h859 CleanupInfo Cleanup; variable
H A DSema.h778 CleanupInfo Cleanup; variable
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h411 bool Cleanup; variable
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp68 auto Cleanup = make_scope_exit([&] { InLoopPredecessors.clear(); }); in formDedicatedExitBlocks() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1382 auto Cleanup = make_scope_exit([&]() { MF.setHasWinCFI(HasWinCFI); }); in emitPrologue() local
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3392 auto Cleanup = [](const FormatStyle &Style, StringRef Code, in cleanupAroundReplacements() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp681 class Cleanup { class
687 Cleanup(APValue *Val, APValue::LValueBase Base, QualType T, in Cleanup() function in __anond52d8a670311::Cleanup