Searched refs:isElidable (Results 1 – 19 of 19) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | IgnoreExpr.h | 127 if (CCE && CCE->isElidable() && !isa<CXXTemporaryObjectExpr>(CCE)) { in IgnoreElidableImplicitConstructorSingleStep()
|
| H A D | ExprCXX.h | 1599 bool isElidable() const { return CXXConstructExprBits.Elidable; } in isElidable() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ConstructionContext.cpp | 75 assert(ElidedCE->isElidable()); in createMaterializedTemporaryFromLayers()
|
| H A D | CFG.cpp | 1459 if (BuildOpts.MarkElidedCXXConstructors && CE->isElidable()) { in findConstructionContexts()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ParentMapContext.cpp | 232 if (C->getSourceRange() == SR || C->isElidable()) in AscendIgnoreUnlessSpelledInSource()
|
| H A D | JSONNodeDumper.cpp | 1469 attributeOnlyIfTrue("elidable", CE->isElidable()); in VisitCXXConstructExpr()
|
| H A D | StmtProfile.cpp | 2037 ID.AddBoolean(S->isElidable()); in VisitCXXConstructExpr()
|
| H A D | TextNodeDumper.cpp | 1345 if (Node->isElidable()) in VisitCXXConstructExpr()
|
| H A D | Expr.cpp | 3100 if (A->getSourceRange() == E->getSourceRange() || C->isElidable()) in IgnoreUnlessSpelledInSource()
|
| H A D | ASTImporter.cpp | 8207 E->isElidable(), ToArgs, E->hadMultipleCandidates(), in VisitCXXConstructExpr()
|
| H A D | ExprConstant.cpp | 10406 if (E->isElidable() && !ZeroInit) { in VisitCXXConstructExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ConstructionContext.h | 565 assert(ElidedCE && ElidedCE->isElidable() && ElidedCC); in ElidedTemporaryObjectConstructionContext()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 475 if (S->isElidable()) { in VisitCXXConstructExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 620 if (getLangOpts().ElideConstructors && E->isElidable()) { in EmitCXXConstructExpr()
|
| H A D | CGObjC.cpp | 3880 CXXConstExpr->isElidable(), in GenerateObjCAtomicGetterCopyHelperFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 8540 if (CtorExpr->isElidable()) { in AST_MATCHER_P()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1701 Record.push_back(E->isElidable()); in VisitCXXConstructExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 13289 T, /*FIXME:*/ E->getBeginLoc(), Constructor, E->isElidable(), Args, in TransformCXXConstructExpr()
|
| H A D | SemaDecl.cpp | 2097 if (Construct && !Construct->isElidable()) { in ShouldDiagnoseUnusedDecl()
|