/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | AtomicChange.h | 161 bool Cleanup = true; member
|
/freebsd-src/contrib/ntp/adjtimed/ |
H A D | adjtimed.c | 469 Cleanup(void) in Cleanup() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPClient.cpp | 42 static const HTTPClientCleanup Cleanup; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.h | 275 EHScopeStack::stable_iterator Cleanup; global() member 317 addArgCleanupDeactivation(EHScopeStack::stable_iterator Cleanup,llvm::Instruction * IsActiveIP) addArgCleanupDeactivation() argument
|
H A D | CGBlocks.h | 166 EHScopeStack::stable_iterator Cleanup; variable
|
H A D | CGExprCXX.cpp | 1557 ConditionalCleanup *Cleanup in EnterNewDeleteCleanup() local 1008 EHScopeStack::stable_iterator Cleanup; EmitNewArrayInitializer() local 1526 DirectCleanup *Cleanup = CGF.EHStack EnterNewDeleteCleanup() local [all...] |
H A D | CGCleanup.h | 104 enum Kind { Cleanup, Catch, Terminate, Filter }; global() enumerator
|
H A D | CGCoroutine.cpp | 590 if (auto *Cleanup = dyn_cast<EHCleanupScope>(&*b)) { EmitGroAlloca() local
|
H A D | CGCleanup.cpp | 226 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin()); popCleanup() local [all...] |
H A D | CGCall.cpp | 5744 EHCleanupScope *Cleanup = dyn_cast<EHCleanupScope>(&*it); EmitCall() local
|
/freebsd-src/usr.sbin/ppp/ |
H A D | main.c | 113 Cleanup(void) in Cleanup() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 42 MBBOrBasicBlock Cleanup; member
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profiling.cpp | 460 auto Cleanup = profilingLoggingInit() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StackAddrEscapeChecker.cpp | 274 if (const ExprWithCleanups *Cleanup = dyn_cast<ExprWithCleanups>(RetE)) in checkPreStmt() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 269 void CommandObject::Cleanup() { in Cleanup() function in CommandObject
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 703 if (const auto *Cleanup = dyn_cast<CleanupPadInst>(Pad)) { calculateClrEHStateNumbers() local 768 const auto *Cleanup = cast<CleanupPadInst>(Pad); calculateClrEHStateNumbers() local [all...] |
H A D | TypePromotion.cpp | 585 void IRPromoter::Cleanup() { Cleanup() function in IRPromoter
|
H A D | MachineSink.cpp | 555 SmallVector<MachineOperand *> Cleanup; PerformSinkAndFold() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 402 auto Cleanup = make_scope_exit([&] { runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 879 CleanupInfo Cleanup; global() variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTraverse.h | 411 bool Cleanup; variable
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 68 auto Cleanup = make_scope_exit([&] { InLoopPredecessors.clear(); }); in formDedicatedExitBlocks() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3567 auto Cleanup = [](const FormatStyle &Style, StringRef Code, cleanupAroundReplacements() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 1630 auto Cleanup = make_scope_exit([&]() { MF.setHasWinCFI(HasWinCFI); }); emitPrologue() local
|