Lines Matching defs:NE
1485 } else if (const CXXNewExpr *NE =
1487 if (NE->isArray()) {
1488 Arg = *NE->getArraySize();
1547 /// \returns true if the constructor invoked by \p NE has an argument of a
1549 static bool hasNonTrivialConstructorCall(const CXXNewExpr *NE) {
1551 const CXXConstructExpr *ConstructE = NE->getConstructExpr();
1555 if (!NE->getAllocatedType()->getAsCXXRecordDecl())
1583 const CXXNewExpr *NE = Call.getOriginExpr();
1591 if (!PM.isConsumedExpr(NE) && hasNonTrivialConstructorCall(NE))
1600 if (auto SizeEx = NE->getArraySize())
1604 State = MallocUpdateRefState(C, NE, State, Family, Target);
1902 if (const CXXNewExpr *NE = dyn_cast<CXXNewExpr>(E)) {
1904 << getOperatorSpelling(NE->getOperatorNew()->getOverloadedOperator())