Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp128 bugreporter::trackExpressionValue(N, PtrExpr, *R); in EnsurePtrNotNull()
328 bugreporter::trackExpressionValue(N, SizePtrExpr, *R); in EnsureGetdelimBufferAndSizeCorrect()
329 bugreporter::trackExpressionValue(N, LinePtrPtrExpr, *R); in EnsureGetdelimBufferAndSizeCorrect()
478 bugreporter::trackExpressionValue(N, arg, *report); in ReportZeroByteAllocation()
H A DPutenvStackArrayChecker.cpp63 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); in checkPostCall()
H A DUndefinedNewArraySizeChecker.cpp67 bugreporter::trackExpressionValue(N, Init, *R); in HandleUndefinedArrayElementCount()
H A DCheckPlacementNew.cpp142 bugreporter::trackExpressionValue(N, NE->getPlacementArg(0), *R); in checkPlaceCapacityIsSufficient()
162 bugreporter::trackExpressionValue(N, P, *R); in emitBadAlignReport()
H A DVLASizeChecker.cpp225 bugreporter::trackExpressionValue(N, SizeE, *report); in reportTaintBug()
260 bugreporter::trackExpressionValue(N, SizeE, *report); in reportBug()
H A DStringChecker.cpp94 bugreporter::trackExpressionValue(N, Call.getArgExpr(0), *R); in checkPreCall()
H A DObjCContainersChecker.cpp142 bugreporter::trackExpressionValue(N, IdxExpr, *R, in checkPreStmt()
H A DMIGChecker.cpp289 bugreporter::trackExpressionValue( in checkReturnAux()
H A DDereferenceChecker.cpp236 bugreporter::trackExpressionValue(N, bugreporter::getDerefExpr(S), *report); in reportBug()
H A DSmartPtrModeling.cpp416 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in evalCall()
619 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in handleReset()
H A DBasicObjCFoundationChecks.cpp227 bugreporter::trackExpressionValue(N, E, *R); in generateBugReport()
585 bugreporter::trackExpressionValue(N, Call.getArgExpr(0), *report); in checkPreCall()
H A DNullabilityChecker.cpp187 bugreporter::trackExpressionValue(N, Ex, *R); in reportBug()
H A DCStringChecker.cpp814 bugreporter::trackExpressionValue(N, Ex, *Report); in emitNullArgBug()
833 bugreporter::trackExpressionValue(N, E, *Report); in emitUninitializedReadBug()
H A DStreamChecker.cpp1790 bugreporter::trackExpressionValue(N, StreamE, *R); in ensureStreamNonNull()
H A DStdLibraryFunctionsChecker.cpp881 bugreporter::trackExpressionValue(N, Call.getArgExpr(ArgN), *R); in reportBug()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h370 bool trackExpressionValue(const ExplodedNode *N, const Expr *E,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2689 bool bugreporter::trackExpressionValue(const ExplodedNode *InputNode, in trackExpressionValue() function in bugreporter
2752 bugreporter::trackExpressionValue(N, Receiver, BR, in VisitNode()