| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1293 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups() function in ExprWithCleanups 1303 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create() 1307 alignof(ExprWithCleanups)); in Create() 1309 ExprWithCleanups(subexpr, CleanupsHaveSideEffects, objects); in Create() 1312 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() function in ExprWithCleanups 1317 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, in Create() 1321 alignof(ExprWithCleanups)); in Create() 1322 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
|
| H A D | ParentMapContext.cpp | 221 if (isa<ExprWithCleanups>(E)) in AscendIgnoreUnlessSpelledInSource()
|
| H A D | ExprClassification.cpp | 356 return ClassifyInternal(Ctx, cast<ExprWithCleanups>(E)->getSubExpr()); in ClassifyInternal()
|
| H A D | DeclPrinter.cpp | 330 if (ExprWithCleanups *Tmp = dyn_cast<ExprWithCleanups>(Init)) in PrintConstructorInitializers()
|
| H A D | JSONNodeDumper.cpp | 1380 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups() 1385 for (const ExprWithCleanups::CleanupObject &CO : EWC->getObjects()) in VisitExprWithCleanups()
|
| H A D | Expr.cpp | 2832 return cast<ExprWithCleanups>(this)->getSubExpr() in isUnusedResultAWarning() 3182 return cast<ExprWithCleanups>(this)->getSubExpr()->isConstantInitializer( in isConstantInitializer() 3509 if (cast<ExprWithCleanups>(this)->cleanupsHaveSideEffects()) in HasSideEffects() 4588 if (const ExprWithCleanups *ewc = dyn_cast<ExprWithCleanups>(e)) in findInCopyConstruct()
|
| H A D | TextNodeDumper.cpp | 717 const ExprWithCleanups::CleanupObject &C) { in dumpCleanupObject() 1268 void TextNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LLVMConventionsChecker.cpp | 159 ExprWithCleanups *Ex1 = dyn_cast<ExprWithCleanups>(Init); in VisitVarDecl()
|
| H A D | StackAddrEscapeChecker.cpp | 277 if (const ExprWithCleanups *Cleanup = dyn_cast<ExprWithCleanups>(RetE)) in checkPreStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 343 llvm::Expected<ExprWithCleanups::CleanupObject> 344 Import(ExprWithCleanups::CleanupObject From);
|
| H A D | TextNodeDumper.h | 204 void dumpCleanupObject(const ExprWithCleanups::CleanupObject &C); 285 void VisitExprWithCleanups(const ExprWithCleanups *Node);
|
| H A D | JSONNodeDumper.h | 291 void VisitExprWithCleanups(const ExprWithCleanups *EWC);
|
| H A D | ExprCXX.h | 3342 class ExprWithCleanups final 3345 ExprWithCleanups, 3358 ExprWithCleanups(EmptyShell, unsigned NumObjects); 3359 ExprWithCleanups(Expr *SubExpr, bool CleanupsHaveSideEffects, 3363 static ExprWithCleanups *Create(const ASTContext &C, EmptyShell empty, 3366 static ExprWithCleanups *Create(const ASTContext &C, Expr *subexpr,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | Environment.cpp | 46 E = cast<ExprWithCleanups>(E)->getSubExpr(); in ignoreTransparentExprs()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 571 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E, 1395 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() 1644 HasTemporaries = isa<ExprWithCleanups>(Init); in addInitializer() 1649 VisitForTemporaryDtors(cast<ExprWithCleanups>(Init)->getSubExpr(), in addInitializer() 1665 return Visit(cast<ExprWithCleanups>(Init)->getSubExpr()); in addInitializer() 1695 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { in getReferenceInitTemporaryType() 2192 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), in Visit() 2895 HasTemporaries = isa<ExprWithCleanups>(Init); in VisitDeclSubExpr() 2900 VisitForTemporaryDtors(cast<ExprWithCleanups>(Init)->getSubExpr(), in VisitDeclSubExpr() 2921 ExprWithCleanups *EC = cast<ExprWithCleanups>(Init); in VisitDeclSubExpr() [all …]
|
| H A D | Consumed.cpp | 470 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() 477 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo()
|
| H A D | LiveVariables.cpp | 271 S = cast<ExprWithCleanups>(S)->getSubExpr(); in Visit()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1076 assert(isa<ExprWithCleanups>(getter)); in hasTrivialGetExpr() 1390 assert(isa<ExprWithCleanups>(setter)); in hasTrivialSetExpr() 3280 assert(!isa<ExprWithCleanups>(e)); in visit() 3426 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainScalarExpr() 3441 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainAutoreleaseScalarExpr() 3551 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCUnsafeUnretainedScalarExpr()
|
| H A D | CGExprAgg.cpp | 190 void VisitExprWithCleanups(ExprWithCleanups *E); 1377 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups()
|
| H A D | CGExprCXX.cpp | 661 if (const ExprWithCleanups *E = dyn_cast<ExprWithCleanups>(Exp)) in EmitSynthesizedCXXCopyCtor()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 551 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation()
|
| H A D | SemaConcept.cpp | 77 } else if (auto *C = dyn_cast<ExprWithCleanups>(ConstraintExpression)) in CheckConstraintExpression() 160 } else if (auto *C = dyn_cast<ExprWithCleanups>(ConstraintExpr)) { in calculateConstraintSatisfaction()
|
| H A D | SemaLambda.cpp | 685 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 147 def ExprWithCleanups : StmtNode<FullExpr>;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1932 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() 1939 ExprWithCleanups::CleanupObject Obj; in VisitExprWithCleanups() 1946 E->getTrailingObjects<ExprWithCleanups::CleanupObject>()[i] = Obj; in VisitExprWithCleanups() 3716 S = ExprWithCleanups::Create(Context, Empty, in ReadStmtFromStream()
|