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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp668 void ExprEngine::VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, argument
674 CNE->getBeginLoc(),
678 CEMgr.getCXXAllocatorCall(CNE, State, LCtx);
697 // FIXME: Because CNE serves as the "call site" for the allocator (due to
707 SVal RetVal = State->getSVal(CNE, LCtx);
716 if (const FunctionDecl *FD = CNE->getOperatorNew()) {
724 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal));
732 CNE, *getObjectUnderConstruction(I->getState(), CNE, LCt
737 VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
[all...]
H A DExprEngineCallAndReturn.cpp257 if (const auto *CNE = dyn_cast<CXXNewExpr>(CE)) {
263 SVal AllocV = state->getSVal(CNE, callerCtx);
265 AllocV, CNE->getType(),
268 state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(),
327 if (const CXXNewExpr *CNE = dyn_cast_or_null<CXXNewExpr>(CE)) {
334 CNE,
335 *getObjectUnderConstruction(I->getState(), CNE,
694 if (const auto *CNE = dyn_cast<CXXNewExpr>(E))
695 if (CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp97 ColumnNumberEntry CNE; local
98 CNE.StartColumn = ColStart;
99 CNE.EndColumn = ColEnd;
100 B.Columns.push_back(CNE);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp143 void checkNewAllocator(const CXXNewExpr *CNE, SVal Target, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h535 void VisitCXXNewAllocatorCall(const CXXNewExpr *CNE,
539 void VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred,

Completed in 182 milliseconds