Searched refs:cleanupsHaveSideEffects (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CleanupInfo.h | 26 bool cleanupsHaveSideEffects() const { return CleanupsHaveSideEffects; } in cleanupsHaveSideEffects() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 680 if (EWC->cleanupsHaveSideEffects()) { in checkMustTailAttr() 1982 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt() 2945 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()
|
| H A D | SemaExprCXX.cpp | 7678 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
|
| H A D | SemaExpr.cpp | 5342 Cleanup.setExprNeedsCleanups(InitWithCleanup->cleanupsHaveSideEffects()); in CheckCXXDefaultArgExpr() 17347 Cleanup.cleanupsHaveSideEffects(), {}); in CheckForImmediateInvocation()
|
| H A D | SemaOpenMP.cpp | 8139 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInit() 8340 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInc()
|
| H A D | SemaOverload.cpp | 325 return ExprWithCleanups::Create(Ctx, Inner, EWC->cleanupsHaveSideEffects(), in IgnoreNarrowingConversion()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1529 EWC->cleanupsHaveSideEffects()); in VisitExprWithCleanups()
|
| H A D | Expr.cpp | 3686 if (cast<ExprWithCleanups>(this)->cleanupsHaveSideEffects()) in HasSideEffects()
|
| H A D | ASTImporter.cpp | 8327 Importer.getToContext(), *ToSubExprOrErr, E->cleanupsHaveSideEffects(), in VisitExprWithCleanups()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1980 Record.push_back(E->cleanupsHaveSideEffects()); in VisitExprWithCleanups()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 3508 bool cleanupsHaveSideEffects() const { in cleanupsHaveSideEffects() function
|