| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCAtSyncChecker.cpp | 51 bugreporter::trackExpressionValue(N, Ex, *report); in checkPreStmt() 75 bugreporter::trackExpressionValue(N, Ex, *report); in checkPreStmt()
|
| H A D | CallAndMessageChecker.cpp | 147 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 D | UndefResultChecker.cpp | 177 bugreporter::trackExpressionValue(N, Ex, *report); in checkPostStmt() 180 bugreporter::trackExpressionValue(N, B, *report); in checkPostStmt()
|
| H A D | NonNullParamChecker.cpp | 297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull() 314 bugreporter::trackExpressionValue(ErrorNode, ArgEDeref, *R); in genReportReferenceToNullPointer()
|
| H A D | UndefinedArraySubscriptChecker.cpp | 57 bugreporter::trackExpressionValue(N, A->getIdx(), *R); in checkPreStmt()
|
| 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 | UndefinedAssignmentChecker.cpp | 114 bugreporter::trackExpressionValue(N, ex, *R); in checkBind()
|
| H A D | UndefBranchChecker.cpp | 106 bugreporter::trackExpressionValue(N, Ex, *R); in checkBranchCondition()
|
| H A D | DivZeroChecker.cpp | 52 bugreporter::trackExpressionValue(N, getDenomExpr(N), *R); in reportBug()
|
| H A D | ReturnUndefChecker.cpp | 90 bugreporter::trackExpressionValue(N, TrackingE ? TrackingE : RetE, *Report); in emitBug()
|
| H A D | ObjCContainersChecker.cpp | 150 bugreporter::trackExpressionValue( in checkPreStmt()
|
| H A D | MIGChecker.cpp | 287 bugreporter::trackExpressionValue(N, RS->getRetValue(), *R, in checkReturnAux()
|
| H A D | SmartPtrModeling.cpp | 252 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in evalCall() 354 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in handleReset()
|
| H A D | VLASizeChecker.cpp | 247 bugreporter::trackExpressionValue(N, SizeE, *report); in reportBug()
|
| H A D | DereferenceChecker.cpp | 198 bugreporter::trackExpressionValue(N, bugreporter::getDerefExpr(S), *report); in reportBug()
|
| H A D | UnixAPIChecker.cpp | 356 bugreporter::trackExpressionValue(N, arg, *report); in ReportZeroByteAllocation()
|
| H A D | BasicObjCFoundationChecks.cpp | 216 bugreporter::trackExpressionValue(N, E, *R); in generateBugReport() 580 bugreporter::trackExpressionValue(N, Call.getArgExpr(0), *report); in checkPreCall()
|
| H A D | NullabilityChecker.cpp | 181 bugreporter::trackExpressionValue(N, Ex, *R); in reportBug()
|
| H A D | StdLibraryFunctionsChecker.cpp | 596 bugreporter::trackExpressionValue(N, Call.getArgExpr(ArgN), *R); in reportBug()
|
| H A D | CStringChecker.cpp | 577 bugreporter::trackExpressionValue(N, Ex, *Report); in emitNullArgBug()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | PutenvWithAutoChecker.cpp | 57 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); in checkPostCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 1070 bugreporter::trackExpressionValue( in visitNodeInitial() 1187 if (trackExpressionValue(N, ArgE, BR, TKind, EnableNullFPSuppression)) in visitNodeMaybeUnsuppress() 1492 bugreporter::trackExpressionValue(StoreSite, InitE, BR, TKind, in VisitNode() 1919 bugreporter::trackExpressionValue( in VisitNode() 2038 trackExpressionValue(InputNode, BO->getLHS(), report, TKind, in trackRValueExpression() 2041 trackExpressionValue(InputNode, BO->getRHS(), report, TKind, in trackRValueExpression() 2045 trackExpressionValue(InputNode, BO->getLHS(), report, TKind, in trackRValueExpression() 2050 bool bugreporter::trackExpressionValue(const ExplodedNode *InputNode, in trackExpressionValue() function in bugreporter 2080 trackExpressionValue( in trackExpressionValue() 2085 trackExpressionValue( in trackExpressionValue() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 114 bool trackExpressionValue(const ExplodedNode *N, const Expr *E,
|