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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp52 bugreporter::trackNullOrUndefValue(N, Ex, *report);
75 bugreporter::trackNullOrUndefValue(N, Ex, *report);
H A DUndefinedArraySubscriptChecker.cpp58 bugreporter::trackNullOrUndefValue(N, A->getIdx(), *R);
H A DUndefResultChecker.cpp89 bugreporter::trackNullOrUndefValue(N, Ex, *report);
92 bugreporter::trackNullOrUndefValue(N, B, *report);
H A DUndefinedAssignmentChecker.cpp89 bugreporter::trackNullOrUndefValue(N, ex, *R);
H A DNonNullParamChecker.cpp166 bugreporter::trackNullOrUndefValue(ErrorNode, ArgE, *R);
183 bugreporter::trackNullOrUndefValue(ErrorNode,
H A DDivZeroChecker.cpp43 bugreporter::trackNullOrUndefValue(N, bugreporter::GetDenomExpr(N), *R);
H A DUndefBranchChecker.cpp102 bugreporter::trackNullOrUndefValue(N, Ex, *R);
H A DReturnUndefChecker.cpp90 bugreporter::trackNullOrUndefValue(N, TrackingE ? TrackingE : RetE, *Report);
H A DDereferenceChecker.cpp168 bugreporter::trackNullOrUndefValue(N, bugreporter::getDerefExpr(S), *report);
187 bugreporter::trackNullOrUndefValue(N, bugreporter::getDerefExpr(S),
H A DCallAndMessageChecker.cpp86 bugreporter::trackNullOrUndefValue(N, BadE, *R);
133 bugreporter::trackNullOrUndefValue(N, argEx, *R);
275 bugreporter::trackNullOrUndefValue(N, DE, *R);
395 bugreporter::trackNullOrUndefValue(N, ReceiverE, *R);
443 bugreporter::trackNullOrUndefValue(N, receiver, *report);
H A DVLASizeChecker.cpp73 bugreporter::trackNullOrUndefValue(N, SizeE, *report);
H A DUnixAPIChecker.cpp228 bugreporter::trackNullOrUndefValue(N, arg, *report);
H A DBasicObjCFoundationChecks.cpp195 bugreporter::trackNullOrUndefValue(N, E, *R);
570 bugreporter::trackNullOrUndefValue(N, Arg, *report);
H A DCStringChecker.cpp248 bugreporter::trackNullOrUndefValue(N, S, *report);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h352 bool trackNullOrUndefValue(const ExplodedNode *N, const Stmt *S, BugReport &R,
/freebsd-10.1-release/contrib/llvm/tools/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);
1100 bugreporter::trackNullOrUndefValue(N, Receiver, BR, /*IsArg*/ false,

Completed in 136 milliseconds