Searched refs:CNE (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 400 void ExprEngine::VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, in VisitCXXNewAllocatorCall() argument 406 CNE->getStartLoc(), in VisitCXXNewAllocatorCall() 410 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall() 426 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, in VisitCXXNewExpr() argument 436 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr() 455 symVal = svalBuilder.getConjuredHeapSymbolVal(CNE, LCtx, blockCount); in VisitCXXNewExpr() 457 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr() 463 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr() 488 if (CNE->isArray()) { in VisitCXXNewExpr() 492 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType(); in VisitCXXNewExpr() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 453 void VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, 457 void VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred,
|