Home
last modified time | relevance | path

Searched refs:CtorExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp862 const CXXConstructExpr *CtorExpr = Ctor.getOriginExpr(); in mayInlineCallKind() local
873 if (!shouldInlineArrayConstruction(Pred->getState(), CtorExpr, CurLC)) in mayInlineCallKind()
891 if (CtorExpr->getConstructionKind() == CXXConstructionKind::Complete) { in mayInlineCallKind()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8539 if (const auto *CtorExpr = dyn_cast<CXXConstructExpr>(E)) { in AST_MATCHER_P() local
8540 if (CtorExpr->isElidable()) { in AST_MATCHER_P()
8542 dyn_cast<MaterializeTemporaryExpr>(CtorExpr->getArg(0))) { in AST_MATCHER_P()