Home
last modified time | relevance | path

Searched refs:trackExpressionValue (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp51 bugreporter::trackExpressionValue(N, Ex, *report); in checkPreStmt()
75 bugreporter::trackExpressionValue(N, Ex, *report); in checkPreStmt()
H A DCallAndMessageChecker.cpp147 bugreporter::trackExpressionValue(N, BadE, *R); in emitBadCall()
228 bugreporter::trackExpressionValue(N, ArgEx, *R); in uninitRefOrPointer()
310 bugreporter::trackExpressionValue(N, ArgEx, *R); in PreVisitProcessArg()
357 bugreporter::trackExpressionValue(N, ArgEx, *R); in PreVisitProcessArg()
505 bugreporter::trackExpressionValue(N, DE, *R); in checkCXXDeallocation()
616 bugreporter::trackExpressionValue(N, ReceiverE, *R); in checkPreObjCMessage()
662 bugreporter::trackExpressionValue(N, receiver, *report); in emitNilReceiverBug()
H A DUndefResultChecker.cpp176 bugreporter::trackExpressionValue(N, Ex, *report); in checkPostStmt()
179 bugreporter::trackExpressionValue(N, B, *report); in checkPostStmt()
H A DUndefinedArraySubscriptChecker.cpp57 bugreporter::trackExpressionValue(N, A->getIdx(), *R); in checkPreStmt()
H A DNonNullParamChecker.cpp297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
314 bugreporter::trackExpressionValue(ErrorNode, ArgEDeref, *R); in genReportReferenceToNullPointer()
H A DStringChecker.cpp94 bugreporter::trackExpressionValue(N, Call.getArgExpr(0), *R); in checkPreCall()
H A DCheckPlacementNew.cpp142 bugreporter::trackExpressionValue(N, NE->getPlacementArg(0), *R); in checkPlaceCapacityIsSufficient()
162 bugreporter::trackExpressionValue(N, P, *R); in emitBadAlignReport()
H A DUndefinedAssignmentChecker.cpp114 bugreporter::trackExpressionValue(N, ex, *R); in checkBind()
H A DUndefBranchChecker.cpp106 bugreporter::trackExpressionValue(N, Ex, *R); in checkBranchCondition()
H A DDivZeroChecker.cpp52 bugreporter::trackExpressionValue(N, getDenomExpr(N), *R); in reportBug()
H A DReturnPointerRangeChecker.cpp118 bugreporter::trackExpressionValue(N, RetE, *Report); in checkPreStmt()
H A DReturnUndefChecker.cpp90 bugreporter::trackExpressionValue(N, TrackingE ? TrackingE : RetE, *Report); in emitBug()
H A DObjCContainersChecker.cpp147 bugreporter::trackExpressionValue(N, IdxExpr, *R, in checkPreStmt()
H A DConversionChecker.cpp135 bugreporter::trackExpressionValue(N, E, *R); in reportBug()
H A DMIGChecker.cpp288 bugreporter::trackExpressionValue( in checkReturnAux()
H A DVLASizeChecker.cpp247 bugreporter::trackExpressionValue(N, SizeE, *report); in reportBug()
H A DDereferenceChecker.cpp229 bugreporter::trackExpressionValue(N, bugreporter::getDerefExpr(S), *report); in reportBug()
H A DUnixAPIChecker.cpp354 bugreporter::trackExpressionValue(N, arg, *report); in ReportZeroByteAllocation()
H A DSmartPtrModeling.cpp414 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in evalCall()
618 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in handleReset()
H A DBasicObjCFoundationChecks.cpp217 bugreporter::trackExpressionValue(N, E, *R); in generateBugReport()
578 bugreporter::trackExpressionValue(N, Call.getArgExpr(0), *report); in checkPreCall()
H A DNullabilityChecker.cpp181 bugreporter::trackExpressionValue(N, Ex, *R); in reportBug()
H A DStreamChecker.cpp876 bugreporter::trackExpressionValue(N, StreamE, *R); in ensureStreamNonNull()
H A DCStringChecker.cpp623 bugreporter::trackExpressionValue(N, Ex, *Report); in emitNullArgBug()
643 bugreporter::trackExpressionValue(N, E, *Report); in emitUninitializedReadBug()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp58 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); in checkPostCall()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h363 bool trackExpressionValue(const ExplodedNode *N, const Expr *E,

12