| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCAtSyncChecker.cpp | 52 bugreporter::trackExpressionValue(N, Ex, *report); in checkPreStmt() 76 bugreporter::trackExpressionValue(N, Ex, *report); in checkPreStmt()
|
| H A D | CallAndMessageChecker.cpp | 111 bugreporter::trackExpressionValue(N, BadE, *R); in emitBadCall() 189 bugreporter::trackExpressionValue(N, ArgEx, *R); in uninitRefOrPointer() 267 bugreporter::trackExpressionValue(N, ArgEx, *R); in PreVisitProcessArg() 310 bugreporter::trackExpressionValue(N, ArgEx, *R); in PreVisitProcessArg() 370 bugreporter::trackExpressionValue(N, DE, *R); in checkPreStmt() 499 bugreporter::trackExpressionValue(N, ReceiverE, *R); in checkPreObjCMessage() 540 bugreporter::trackExpressionValue(N, receiver, *report); in emitNilReceiverBug()
|
| H A D | NonNullParamChecker.cpp | 195 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull() 211 bugreporter::trackExpressionValue(ErrorNode, ArgEDeref, *R); in genReportReferenceToNullPointer()
|
| H A D | UndefResultChecker.cpp | 177 bugreporter::trackExpressionValue(N, Ex, *report); in checkPostStmt() 180 bugreporter::trackExpressionValue(N, B, *report); in checkPostStmt()
|
| H A D | UndefinedArraySubscriptChecker.cpp | 58 bugreporter::trackExpressionValue(N, A->getIdx(), *R); in checkPreStmt()
|
| H A D | DereferenceChecker.cpp | 186 bugreporter::trackExpressionValue(N, bugreporter::getDerefExpr(S), *report); in reportBug() 206 bugreporter::trackExpressionValue(N, bugreporter::getDerefExpr(S), *report); in checkLocation()
|
| H A D | UndefBranchChecker.cpp | 101 bugreporter::trackExpressionValue(N, Ex, *R); in checkBranchCondition()
|
| H A D | UndefinedAssignmentChecker.cpp | 115 bugreporter::trackExpressionValue(N, ex, *R); in checkBind()
|
| H A D | ReturnUndefChecker.cpp | 90 bugreporter::trackExpressionValue(N, TrackingE ? TrackingE : RetE, *Report); in emitBug()
|
| H A D | DivZeroChecker.cpp | 51 bugreporter::trackExpressionValue(N, getDenomExpr(N), *R); in reportBug()
|
| H A D | ObjCContainersChecker.cpp | 150 bugreporter::trackExpressionValue(N, IdxExpr, *R, in checkPreStmt()
|
| H A D | VLASizeChecker.cpp | 77 bugreporter::trackExpressionValue(N, SizeE, *report); in reportBug()
|
| H A D | UnixAPIChecker.cpp | 317 bugreporter::trackExpressionValue(N, arg, *report); in ReportZeroByteAllocation()
|
| H A D | BasicObjCFoundationChecks.cpp | 217 bugreporter::trackExpressionValue(N, E, *R); in generateBugReport() 581 bugreporter::trackExpressionValue(N, Call.getArgExpr(0), *report); in checkPreCall()
|
| H A D | NullabilityChecker.cpp | 178 bugreporter::trackExpressionValue(N, Ex, *R); in reportBug()
|
| H A D | CStringChecker.cpp | 558 bugreporter::trackExpressionValue(N, Ex, *Report); in emitNullArgBug()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 894 bugreporter::trackExpressionValue(N, RetE, BR, EnableNullFPSuppression); in visitNodeInitial() 989 if (bugreporter::trackExpressionValue(N, ArgE, BR, EnableNullFPSuppression)) in visitNodeMaybeUnsuppress() 1268 bugreporter::trackExpressionValue(StoreSite, InitE, BR, in VisitNode() 1598 bool bugreporter::trackExpressionValue(const ExplodedNode *InputNode, in trackExpressionValue() function in bugreporter 1615 trackExpressionValue(LVNode, Receiver, report, EnableNullFPSuppression); in trackExpressionValue() 1760 bugreporter::trackExpressionValue(N, Receiver, BR, in VisitNode()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 360 bool trackExpressionValue(const ExplodedNode *N, const Expr *E, BugReport &R,
|