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);
76 bugreporter::trackNullOrUndefValue(N, Ex, *report);
UndefinedArraySubscriptChecker.cpp 58 bugreporter::trackNullOrUndefValue(N, A->getIdx(), *R);
UndefResultChecker.cpp 90 bugreporter::trackNullOrUndefValue(N, Ex, *report);
93 bugreporter::trackNullOrUndefValue(N, B, *report);
UndefinedAssignmentChecker.cpp 89 bugreporter::trackNullOrUndefValue(N, ex, *R);
NonNullParamChecker.cpp 187 bugreporter::trackNullOrUndefValue(ErrorNode, ArgE, *R);
204 bugreporter::trackNullOrUndefValue(ErrorNode,
DivZeroChecker.cpp 43 bugreporter::trackNullOrUndefValue(N, bugreporter::GetDenomExpr(N), *R);
UndefBranchChecker.cpp 102 bugreporter::trackNullOrUndefValue(N, Ex, *R);
CallAndMessageChecker.cpp 102 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);
ReturnUndefChecker.cpp 90 bugreporter::trackNullOrUndefValue(N, TrackingE ? TrackingE : RetE, *Report);
DereferenceChecker.cpp 168 bugreporter::trackNullOrUndefValue(N, bugreporter::getDerefExpr(S), *report);
188 bugreporter::trackNullOrUndefValue(N, bugreporter::getDerefExpr(S),
VLASizeChecker.cpp 77 bugreporter::trackNullOrUndefValue(N, SizeE, *report);
UnixAPIChecker.cpp 247 bugreporter::trackNullOrUndefValue(N, arg, *report);
BasicObjCFoundationChecks.cpp 212 bugreporter::trackNullOrUndefValue(N, E, *R);
610 bugreporter::trackNullOrUndefValue(N, Arg, *report);
    [all...]
CStringChecker.cpp 251 bugreporter::trackNullOrUndefValue(N, S, *report);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 350 bool trackNullOrUndefValue(const ExplodedNode *N, const Stmt *S, BugReport &R,
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 286 bugreporter::trackNullOrUndefValue(N, RetE, BR, /*IsArg*/ false,
370 if (bugreporter::trackNullOrUndefValue(N, ArgE, BR, /*IsArg=*/true,
535 bugreporter::trackNullOrUndefValue(StoreSite, InitE, BR, IsParam,
891 bool bugreporter::trackNullOrUndefValue(const ExplodedNode *N,
    [all...]

Completed in 145 milliseconds