Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCleanupInfo.h26 bool cleanupsHaveSideEffects() const { return CleanupsHaveSideEffects; } in cleanupsHaveSideEffects() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp471 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
478 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp656 if (EWC->cleanupsHaveSideEffects()) { in checkMustTailAttr()
1949 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt()
3097 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()
H A DSemaExprCXX.cpp7337 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
H A DSemaOpenMP.cpp8182 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInit()
8383 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInc()
H A DSemaOverload.cpp278 return ExprWithCleanups::Create(Ctx, Inner, EWC->cleanupsHaveSideEffects(), in IgnoreNarrowingConversion()
H A DSemaExpr.cpp5908 Cleanup.setExprNeedsCleanups(InitWithCleanup->cleanupsHaveSideEffects()); in CheckCXXDefaultArgExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1421 EWC->cleanupsHaveSideEffects()); in VisitExprWithCleanups()
H A DExpr.cpp3625 if (cast<ExprWithCleanups>(this)->cleanupsHaveSideEffects()) in HasSideEffects()
H A DASTImporter.cpp7908 Importer.getToContext(), *ToSubExprOrErr, E->cleanupsHaveSideEffects(), in VisitExprWithCleanups()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1854 Record.push_back(E->cleanupsHaveSideEffects()); in VisitExprWithCleanups()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h3455 bool cleanupsHaveSideEffects() const { in cleanupsHaveSideEffects() function