Home
last modified time | relevance | path

Searched refs:isElidable (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h127 if (CCE && CCE->isElidable() && !isa<CXXTemporaryObjectExpr>(CCE)) { in IgnoreElidableImplicitConstructorSingleStep()
H A DExprCXX.h1599 bool isElidable() const { return CXXConstructExprBits.Elidable; } in isElidable() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp75 assert(ElidedCE->isElidable()); in createMaterializedTemporaryFromLayers()
H A DCFG.cpp1459 if (BuildOpts.MarkElidedCXXConstructors && CE->isElidable()) { in findConstructionContexts()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp232 if (C->getSourceRange() == SR || C->isElidable()) in AscendIgnoreUnlessSpelledInSource()
H A DJSONNodeDumper.cpp1469 attributeOnlyIfTrue("elidable", CE->isElidable()); in VisitCXXConstructExpr()
H A DStmtProfile.cpp2037 ID.AddBoolean(S->isElidable()); in VisitCXXConstructExpr()
H A DTextNodeDumper.cpp1345 if (Node->isElidable()) in VisitCXXConstructExpr()
H A DExpr.cpp3100 if (A->getSourceRange() == E->getSourceRange() || C->isElidable()) in IgnoreUnlessSpelledInSource()
H A DASTImporter.cpp8207 E->isElidable(), ToArgs, E->hadMultipleCandidates(), in VisitCXXConstructExpr()
H A DExprConstant.cpp10406 if (E->isElidable() && !ZeroInit) { in VisitCXXConstructExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h565 assert(ElidedCE && ElidedCE->isElidable() && ElidedCC); in ElidedTemporaryObjectConstructionContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp475 if (S->isElidable()) { in VisitCXXConstructExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp620 if (getLangOpts().ElideConstructors && E->isElidable()) { in EmitCXXConstructExpr()
H A DCGObjC.cpp3880 CXXConstExpr->isElidable(), in GenerateObjCAtomicGetterCopyHelperFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8540 if (CtorExpr->isElidable()) { in AST_MATCHER_P()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1701 Record.push_back(E->isElidable()); in VisitCXXConstructExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13289 T, /*FIXME:*/ E->getBeginLoc(), Constructor, E->isElidable(), Args, in TransformCXXConstructExpr()
H A DSemaDecl.cpp2097 if (Construct && !Construct->isElidable()) { in ShouldDiagnoseUnusedDecl()