Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCleanupInfo.h27 bool cleanupsHaveSideEffects() const { return CleanupsHaveSideEffects; } in cleanupsHaveSideEffects() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp472 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
479 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1561 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt()
2690 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()
H A DSemaExprCXX.cpp6519 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
H A DSemaOpenMP.cpp4179 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInit()
4384 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInc()
H A DSemaExpr.cpp4755 Cleanup.setExprNeedsCleanups(Init->cleanupsHaveSideEffects()); in CheckCXXDefaultArgExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp895 if (!E->cleanupsHaveSideEffects()) in VisitExprWithCleanups()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1552 Record.push_back(E->cleanupsHaveSideEffects()); in VisitExprWithCleanups()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h3127 bool cleanupsHaveSideEffects() const { in cleanupsHaveSideEffects() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp3215 if (cast<ExprWithCleanups>(this)->cleanupsHaveSideEffects()) in HasSideEffects()
H A DASTImporter.cpp6974 Importer.getToContext(), *ToSubExprOrErr, E->cleanupsHaveSideEffects(), in VisitExprWithCleanups()