HomeSort by relevance Sort by last modified time
    Searched refs:trackNullOrUndefValue (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCAtSyncChecker.cpp 52 bugreporter::trackNullOrUndefValue(N, Ex, *report);
75 bugreporter::trackNullOrUndefValue(N, Ex, *report);
UndefinedArraySubscriptChecker.cpp 58 bugreporter::trackNullOrUndefValue(N, A->getIdx(), *R);
UndefResultChecker.cpp 89 bugreporter::trackNullOrUndefValue(N, Ex, *report);
92 bugreporter::trackNullOrUndefValue(N, B, *report);
UndefinedAssignmentChecker.cpp 89 bugreporter::trackNullOrUndefValue(N, ex, *R);
NonNullParamChecker.cpp 166 bugreporter::trackNullOrUndefValue(ErrorNode, ArgE, *R);
183 bugreporter::trackNullOrUndefValue(ErrorNode,
DivZeroChecker.cpp 43 bugreporter::trackNullOrUndefValue(N, bugreporter::GetDenomExpr(N), *R);
UndefBranchChecker.cpp 102 bugreporter::trackNullOrUndefValue(N, Ex, *R);
CallAndMessageChecker.cpp 82 bugreporter::trackNullOrUndefValue(N, BadE, *R);
129 bugreporter::trackNullOrUndefValue(N, argEx, *R);
366 bugreporter::trackNullOrUndefValue(N, ReceiverE, *R);
414 bugreporter::trackNullOrUndefValue(N, receiver, *report);
ReturnUndefChecker.cpp 90 bugreporter::trackNullOrUndefValue(N, TrackingE ? TrackingE : RetE, *Report);
DereferenceChecker.cpp 168 bugreporter::trackNullOrUndefValue(N, bugreporter::getDerefExpr(S), *report);
187 bugreporter::trackNullOrUndefValue(N, bugreporter::getDerefExpr(S),
VLASizeChecker.cpp 73 bugreporter::trackNullOrUndefValue(N, SizeE, *report);
UnixAPIChecker.cpp 228 bugreporter::trackNullOrUndefValue(N, arg, *report);
BasicObjCFoundationChecks.cpp 194 bugreporter::trackNullOrUndefValue(N, E, *R);
569 bugreporter::trackNullOrUndefValue(N, Arg, *report);
    [all...]
CStringChecker.cpp 247 bugreporter::trackNullOrUndefValue(N, S, *report);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 352 bool trackNullOrUndefValue(const ExplodedNode *N, const Stmt *S, BugReport &R,
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 290 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,
945 trackNullOrUndefValue(N, Receiver, report, false, EnableNullFPSuppression);
    [all...]

Completed in 122 milliseconds