Searched refs:trackNullOrUndefValue (Results 1 - 16 of 16) sorted by path

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h352 bool trackNullOrUndefValue(const ExplodedNode *N, const Stmt *S, BugReport &R,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp212 bugreporter::trackNullOrUndefValue(N, E, *R);
610 bugreporter::trackNullOrUndefValue(N, Arg, *report);
H A DCStringChecker.cpp251 bugreporter::trackNullOrUndefValue(N, S, *report);
H A DCallAndMessageChecker.cpp102 bugreporter::trackNullOrUndefValue(N, BadE, *R);
170 bugreporter::trackNullOrUndefValue(N, ArgEx, *R);
205 bugreporter::trackNullOrUndefValue(N, ArgEx, *R);
346 bugreporter::trackNullOrUndefValue(N, DE, *R);
470 bugreporter::trackNullOrUndefValue(N, ReceiverE, *R);
519 bugreporter::trackNullOrUndefValue(N, receiver, *report);
H A DDereferenceChecker.cpp168 bugreporter::trackNullOrUndefValue(N, bugreporter::getDerefExpr(S), *report);
188 bugreporter::trackNullOrUndefValue(N, bugreporter::getDerefExpr(S),
H A DDivZeroChecker.cpp43 bugreporter::trackNullOrUndefValue(N, bugreporter::GetDenomExpr(N), *R);
H A DNonNullParamChecker.cpp174 bugreporter::trackNullOrUndefValue(ErrorNode, ArgE, *R);
191 bugreporter::trackNullOrUndefValue(ErrorNode,
H A DObjCAtSyncChecker.cpp52 bugreporter::trackNullOrUndefValue(N, Ex, *report);
76 bugreporter::trackNullOrUndefValue(N, Ex, *report);
H A DReturnUndefChecker.cpp90 bugreporter::trackNullOrUndefValue(N, TrackingE ? TrackingE : RetE, *Report);
H A DUndefBranchChecker.cpp102 bugreporter::trackNullOrUndefValue(N, Ex, *R);
H A DUndefResultChecker.cpp90 bugreporter::trackNullOrUndefValue(N, Ex, *report);
93 bugreporter::trackNullOrUndefValue(N, B, *report);
H A DUndefinedArraySubscriptChecker.cpp58 bugreporter::trackNullOrUndefValue(N, A->getIdx(), *R);
H A DUndefinedAssignmentChecker.cpp89 bugreporter::trackNullOrUndefValue(N, ex, *R);
H A DUnixAPIChecker.cpp223 bugreporter::trackNullOrUndefValue(N, arg, *report);
H A DVLASizeChecker.cpp74 bugreporter::trackNullOrUndefValue(N, SizeE, *report);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp290 bugreporter::trackNullOrUndefValue(N, RetE, BR, /*IsArg*/ false,
374 if (bugreporter::trackNullOrUndefValue(N, ArgE, BR, /*IsArg=*/true,
539 bugreporter::trackNullOrUndefValue(StoreSite, InitE, BR, IsParam,
895 bool bugreporter::trackNullOrUndefValue(const ExplodedNode *N, function in class:bugreporter
945 trackNullOrUndefValue(N, Receiver, report, false, EnableNullFPSuppression);
1102 bugreporter::trackNullOrUndefValue(N, Receiver, BR, /*IsArg*/ false,

Completed in 2998 milliseconds