Searched refs:cleanupsHaveSideEffects (Results 1 – 12 of 12) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CleanupInfo.h | 26 bool cleanupsHaveSideEffects() const { return CleanupsHaveSideEffects; } in cleanupsHaveSideEffects() function
|
| /freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 471 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo() 478 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()
|
| /freebsd-src/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 BuildCXXForRangeStmt()
|
| H A D | SemaExprCXX.cpp | 7678 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in ActOnStartCXXMemberReference()
|
| H A D | SemaExpr.cpp | 5342 Cleanup.setExprNeedsCleanups(InitWithCleanup->cleanupsHaveSideEffects()); in ActOnOMPArraySectionExpr() 17347 Cleanup.cleanupsHaveSideEffects(), {}); in BuildVAArgExpr()
|
| H A D | SemaOpenMP.cpp | 8139 if (!ExprTemp->cleanupsHaveSideEffects()) in setUB() 8340 if (!ExprTemp->cleanupsHaveSideEffects()) in checkAndSetInit()
|
| H A D | SemaOverload.cpp | 325 return ExprWithCleanups::Create(Ctx, Inner, EWC->cleanupsHaveSideEffects(),
|
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1528 attributeOnlyIfTrue("cleanupsHaveSideEffects", in VisitMaterializeTemporaryExpr() 1529 EWC->cleanupsHaveSideEffects()); in VisitMaterializeTemporaryExpr()
|
| 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 VisitCXXPseudoDestructorExpr()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1980 Record.push_back(E->cleanupsHaveSideEffects()); in VisitCXXDependentScopeMemberExpr()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 3508 bool cleanupsHaveSideEffects() const { 3471 bool cleanupsHaveSideEffects() const { cleanupsHaveSideEffects() function
|