Searched refs:CNE (Results 1 - 2 of 2) 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...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h425 void VisitCXXNewAllocatorCall(const CXXNewExpr *CNE,
429 void VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred,

Completed in 65 milliseconds