/external/llvm-project/llvm/docs/ |
D | ExceptionHandling.rst | 254 Cleanups section in LLVM Code Generation
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 254 Cleanups section in LLVM Code Generation
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.cpp | 177 namespace Cleanups { namespace
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | false-positive-suppression.cpp | 177 namespace Cleanups { namespace
|
/external/llvm-project/clang/lib/Analysis/ |
D | Consumed.cpp | 470 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local 477 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
|
D | CFG.cpp | 1395 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 469 if (auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local 475 if (auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 1328 SmallVector<EHScopeStack::stable_iterator, 16> Cleanups; in VisitLambdaExpr() local
|
D | MicrosoftCXXABI.cpp | 4033 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
|
D | CGCall.cpp | 3607 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1501 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local 2456 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
|
D | SemaExprCXX.cpp | 5759 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
|
D | SemaDecl.cpp | 1548 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 1630 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local 2756 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
|
D | SemaExprCXX.cpp | 6953 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
|
D | SemaDecl.cpp | 1830 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 2985 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
|
D | MicrosoftCXXABI.cpp | 3875 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
|