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

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCAtSyncChecker.cpp 53 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Ex,
77 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Ex,
UndefResultChecker.cpp 79 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Ex,
83 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, B,
ReturnUndefChecker.cpp 57 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, RetE,
UndefinedArraySubscriptChecker.cpp 45 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
UndefinedAssignmentChecker.cpp 81 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, ex, R));
DivZeroChecker.cpp 45 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
UndefBranchChecker.cpp 102 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Ex, R));
UndefCapturedBlockVarChecker.cpp 96 R->addVisitor(new FindLastStoreBRVisitor(VRVal, VR));
AttrNonNullChecker.cpp 111 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(errorNode,
CallAndMessageChecker.cpp 74 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
114 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, argEx,
265 R->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
312 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
DereferenceChecker.cpp 89 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
184 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N,
MacOSKeychainAPIChecker.cpp 282 Report->addVisitor(new SecKeychainBugVisitor(AP.first));
319 Report->addVisitor(new SecKeychainBugVisitor(V));
436 Report->addVisitor(new SecKeychainBugVisitor(ArgSM));
556 Report->addVisitor(new SecKeychainBugVisitor(AP.first));
VLASizeChecker.cpp 72 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, SizeE,
UnixAPIChecker.cpp 227 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, arg,
BasicObjCFoundationChecks.cpp 414 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Arg,
MallocChecker.cpp 577 R->addVisitor(new MallocBugVisitor(Sym));
895 R->addVisitor(new MallocBugVisitor(Sym));
    [all...]
CStringChecker.cpp 255 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, S,
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 210 void addVisitor(BugReporterVisitor *visitor);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 392 BR.addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, Receiver, &BR));
424 BR.addVisitor(new FindLastStoreBRVisitor(V, R));
BugReporter.cpp     [all...]

Completed in 134 milliseconds