Home
last modified time | relevance | path

Searched refs:cleanupsHaveSideEffects (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCleanupInfo.h26 bool cleanupsHaveSideEffects() const { return CleanupsHaveSideEffects; } in cleanupsHaveSideEffects() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp464 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
471 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp722 if (EWC->cleanupsHaveSideEffects()) { in checkMustTailAttr()
2081 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt()
3054 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()
H A DSemaExprCXX.cpp6699 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
H A DSemaExpr.cpp5440 Cleanup.setExprNeedsCleanups(InitWithCleanup->cleanupsHaveSideEffects()); in CheckCXXDefaultArgExpr()
17765 Cleanup.cleanupsHaveSideEffects(), {}); in CheckForImmediateInvocation()
H A DSemaOpenMP.cpp8143 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInit()
8365 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInc()
H A DSemaOverload.cpp322 return ExprWithCleanups::Create(Ctx, Inner, EWC->cleanupsHaveSideEffects(), in IgnoreNarrowingConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1543 EWC->cleanupsHaveSideEffects()); in VisitExprWithCleanups()
H A DExpr.cpp3711 if (cast<ExprWithCleanups>(this)->cleanupsHaveSideEffects()) in HasSideEffects()
H A DASTImporter.cpp8674 Importer.getToContext(), *ToSubExprOrErr, E->cleanupsHaveSideEffects(), in VisitExprWithCleanups()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2005 Record.push_back(E->cleanupsHaveSideEffects()); in VisitExprWithCleanups()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3634 bool cleanupsHaveSideEffects() const { in cleanupsHaveSideEffects() function