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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 34 /// Custom visitors should subclass the BugReporterVisitorImpl class for a
36 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
49 /// Instead, they should inherit from BugReporterVisitorImpl and provide
52 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
86 /// BugReporterVisitor, subclass BugReporterVisitorImpl and provide a public
89 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
93 class BugReporterVisitorImpl : public BugReporterVisitor {
100 : public BugReporterVisitorImpl<FindLastStoreBRVisitor> {
131 : public BugReporterVisitorImpl<TrackConstraintBRVisitor> {
167 : public BugReporterVisitorImpl<NilReceiverBRVisitor>
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.h 83 class RequestNodeVisitor : public BugReporterVisitorImpl<RequestNodeVisitor> {
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 42 : public BugReporterVisitorImpl<DynamicTypeBugVisitor> {
ObjCSuperDeallocChecker.cpp 66 : public BugReporterVisitorImpl<SuperDeallocBRVisitor> {
TestAfterDivZeroChecker.cpp 58 class DivisionBRVisitor : public BugReporterVisitorImpl<DivisionBRVisitor> {
MacOSKeychainAPIChecker.cpp 132 : public BugReporterVisitorImpl<SecKeychainBugVisitor> {
DynamicTypePropagation.cpp 76 class GenericsBugVisitor : public BugReporterVisitorImpl<GenericsBugVisitor> {
    [all...]
NullabilityChecker.cpp 146 : public BugReporterVisitorImpl<NullabilityBugVisitor> {
    [all...]
LocalizationChecker.cpp 116 : public BugReporterVisitorImpl<NonLocalizedStringBRVisitor> {
    [all...]
RetainCountChecker.cpp     [all...]
MallocChecker.cpp 399 : public BugReporterVisitorImpl<MallocBugVisitor> {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 136 class ReturnVisitor : public BugReporterVisitorImpl<ReturnVisitor> {
    [all...]

Completed in 213 milliseconds