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
82 /// BugReporterVisitor, subclass BugReporterVisitorImpl and provide a public
85 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
89 class BugReporterVisitorImpl : public BugReporterVisitor {
96 : public BugReporterVisitorImpl<FindLastStoreBRVisitor>
128 : public BugReporterVisitorImpl<TrackConstraintBRVisitor>
165 : public BugReporterVisitorImpl<NilReceiverBRVisitor>
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
TestAfterDivZeroChecker.cpp 58 class DivisionBRVisitor : public BugReporterVisitorImpl<DivisionBRVisitor> {
MacOSKeychainAPIChecker.cpp 133 : public BugReporterVisitorImpl<SecKeychainBugVisitor> {
RetainCountChecker.cpp     [all...]
MallocChecker.cpp 395 class MallocBugVisitor : public BugReporterVisitorImpl<MallocBugVisitor> {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 135 class ReturnVisitor : public BugReporterVisitorImpl<ReturnVisitor> {
    [all...]

Completed in 43 milliseconds