Searched defs:CNE (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp344 void ExprEngine::VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, argument
350 CNE->getStartLoc(),
354 CEMgr.getCXXAllocatorCall(CNE, State, LCtx);
370 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, argument
380 FunctionDecl *FD = CNE->getOperatorNew();
399 symVal = svalBuilder.getConjuredHeapSymbolVal(CNE, LCtx, blockCount);
401 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(),
407 CEMgr.getCXXAllocatorCall(CNE, State, LCtx);
432 if (CNE
[all...]

Completed in 404 milliseconds