/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UnixAPIChecker.cpp | 128 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 D | PutenvStackArrayChecker.cpp | 63 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); in checkPostCall()
|
H A D | UndefinedNewArraySizeChecker.cpp | 67 bugreporter::trackExpressionValue(N, Init, *R); in HandleUndefinedArrayElementCount()
|
H A D | CheckPlacementNew.cpp | 142 bugreporter::trackExpressionValue(N, NE->getPlacementArg(0), *R); in checkPlaceCapacityIsSufficient() 162 bugreporter::trackExpressionValue(N, P, *R); in emitBadAlignReport()
|
H A D | VLASizeChecker.cpp | 225 bugreporter::trackExpressionValue(N, SizeE, *report); in reportTaintBug() 260 bugreporter::trackExpressionValue(N, SizeE, *report); in reportBug()
|
H A D | StringChecker.cpp | 94 bugreporter::trackExpressionValue(N, Call.getArgExpr(0), *R); in checkPreCall()
|
H A D | ObjCContainersChecker.cpp | 142 bugreporter::trackExpressionValue(N, IdxExpr, *R, in checkPreStmt()
|
H A D | MIGChecker.cpp | 289 bugreporter::trackExpressionValue( in checkReturnAux()
|
H A D | DereferenceChecker.cpp | 236 bugreporter::trackExpressionValue(N, bugreporter::getDerefExpr(S), *report); in reportBug()
|
H A D | SmartPtrModeling.cpp | 416 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in evalCall() 619 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in handleReset()
|
H A D | BasicObjCFoundationChecks.cpp | 227 bugreporter::trackExpressionValue(N, E, *R); in generateBugReport() 585 bugreporter::trackExpressionValue(N, Call.getArgExpr(0), *report); in checkPreCall()
|
H A D | NullabilityChecker.cpp | 187 bugreporter::trackExpressionValue(N, Ex, *R); in reportBug()
|
H A D | CStringChecker.cpp | 814 bugreporter::trackExpressionValue(N, Ex, *Report); in emitNullArgBug() 833 bugreporter::trackExpressionValue(N, E, *Report); in emitUninitializedReadBug()
|
H A D | StreamChecker.cpp | 1790 bugreporter::trackExpressionValue(N, StreamE, *R); in ensureStreamNonNull()
|
H A D | StdLibraryFunctionsChecker.cpp | 881 bugreporter::trackExpressionValue(N, Call.getArgExpr(ArgN), *R); in reportBug()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 370 bool trackExpressionValue(const ExplodedNode *N, const Expr *E,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 2689 bool bugreporter::trackExpressionValue(const ExplodedNode *InputNode, in trackExpressionValue() function in bugreporter 2752 bugreporter::trackExpressionValue(N, Receiver, BR, in VisitNode()
|