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

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCAtSyncChecker.cpp 52 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Ex));
75 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Ex));
UndefResultChecker.cpp 77 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Ex));
80 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, B));
ReturnUndefChecker.cpp 57 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, RetE));
UndefinedArraySubscriptChecker.cpp 45 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
VLASizeChecker.cpp 68 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, SE));
93 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, SE));
DivZeroChecker.cpp 66 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
UndefinedAssignmentChecker.cpp 81 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, ex));
AttrNonNullChecker.cpp 110 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(errorNode,
CallAndMessageChecker.cpp 69 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
99 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, argEx));
234 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
279 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
UndefBranchChecker.cpp 107 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Ex));
DereferenceChecker.cpp 79 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
165 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
BasicObjCFoundationChecks.cpp 418 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Arg));
CStringChecker.cpp 234 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, S));
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 170 BugReporterVisitor *getTrackNullOrUndefValueVisitor(const ExplodedNode *N,
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 303 bugreporter::getTrackNullOrUndefValueVisitor(const ExplodedNode *N,
403 BR.addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Receiver));

Completed in 248 milliseconds