Searched refs:CNE (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 923 void ExprEngine::VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, in VisitCXXNewAllocatorCall() argument 929 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall() 933 CEMgr.getCXXAllocatorCall(CNE, State, LCtx, getCFGElementRef()); in VisitCXXNewAllocatorCall() 962 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall() 976 if (const FunctionDecl *FD = CNE->getOperatorNew()) { in VisitCXXNewAllocatorCall() 984 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall() 995 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, in VisitCXXNewExpr() argument 1005 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr() 1014 symVal = *getObjectUnderConstruction(State, CNE, LCtx); in VisitCXXNewExpr() 1015 State = finishObjectConstruction(State, CNE, LCtx); in VisitCXXNewExpr() [all …]
|
H A D | ExprEngineCallAndReturn.cpp | 327 if (const auto *CNE = dyn_cast<CXXNewExpr>(CE)) { in processCallExit() local 333 SVal AllocV = state->getSVal(CNE, callerCtx); in processCallExit() 335 AllocV, CNE->getType(), in processCallExit() 338 state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(), in processCallExit() 796 const auto *CNE = dyn_cast<CXXNewExpr>(E); in bindReturnValue() local 797 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue() 803 if (const Expr *SizeExpr = CNE->getArraySize().value_or(nullptr)) { in bindReturnValue() 809 SVal ElementSize = getElementExtent(CNE->getAllocatedType(), svalBuilder); in bindReturnValue()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 97 ColumnNumberEntry CNE; in addLineAndColumnInfo() local 98 CNE.StartColumn = ColStart; in addLineAndColumnInfo() 99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo() 100 B.Columns.push_back(CNE); in addLineAndColumnInfo()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 567 void VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, 571 void VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred,
|