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

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 92 R->addVisitor(llvm::make_unique<FindLastStoreBRVisitor>(
MacOSKeychainAPIChecker.cpp 271 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(AP.first));
316 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(V));
439 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(ArgSM));
551 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(AP.first));
DynamicTypeChecker.cpp 89 R->addVisitor(llvm::make_unique<DynamicTypeBugVisitor>(Reg));
TestAfterDivZeroChecker.cpp 179 R->addVisitor(llvm::make_unique<DivisionBRVisitor>(Val.getAsSymbol(),
RetainCountChecker.cpp     [all...]
DynamicTypePropagation.cpp     [all...]
NullabilityChecker.cpp 185 R->addVisitor(llvm::make_unique<NullabilityBugVisitor>(Region));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 220 BR.addVisitor(llvm::make_unique<ReturnVisitor>(CalleeContext,
568 BR.addVisitor(llvm::make_unique<FindLastStoreBRVisitor>(
    [all...]
BugReporter.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 302 void addVisitor(std::unique_ptr<BugReporterVisitor> visitor);

Completed in 345 milliseconds