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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 33 /// Custom visitors should subclass the BugReporterVisitorImpl class for a
35 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
45 /// Instead, they should inherit from BugReporterVisitorImpl and provide
48 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
84 /// BugReporterVisitor, subclass BugReporterVisitorImpl and provide a public
87 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
91 class BugReporterVisitorImpl : public BugReporterVisitor {
98 : public BugReporterVisitorImpl<FindLastStoreBRVisitor>
130 : public BugReporterVisitorImpl<TrackConstraintBRVisitor>
167 : public BugReporterVisitorImpl<NilReceiverBRVisitor>
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
TestAfterDivZeroChecker.cpp 58 class DivisionBRVisitor : public BugReporterVisitorImpl<DivisionBRVisitor> {
MacOSKeychainAPIChecker.cpp 133 : public BugReporterVisitorImpl<SecKeychainBugVisitor> {
MallocChecker.cpp 354 class MallocBugVisitor : public BugReporterVisitorImpl<MallocBugVisitor> {
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 140 class ReturnVisitor : public BugReporterVisitorImpl<ReturnVisitor> {
    [all...]

Completed in 193 milliseconds