HomeSort by: relevance | last modified time | path
    Searched refs:FindLastStoreBRVisitor (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 89 R->addVisitor(std::make_unique<FindLastStoreBRVisitor>(
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitors.h 125 class FindLastStoreBRVisitor final : public BugReporterVisitor {
149 FindLastStoreBRVisitor(KnownSVal V, const MemRegion *R,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 1223 // Implementation of FindLastStoreBRVisitor.
1226 void FindLastStoreBRVisitor::Profile(llvm::FoldingSetNodeID &ID) const {
1398 FindLastStoreBRVisitor::VisitNode(const ExplodedNode *Succ,
1592 BR.addVisitor(std::make_unique<FindLastStoreBRVisitor>(
2101 report.addVisitor(std::make_unique<FindLastStoreBRVisitor>(
2144 report.addVisitor(std::make_unique<FindLastStoreBRVisitor>(
2184 report.addVisitor(std::make_unique<FindLastStoreBRVisitor>(
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.cpp 983 // FindLastStoreBRVisitor compares SVal's and it can get trickier for
986 // region, thus guaranteeing that FindLastStoreBRVisitor will work.
987 addVisitor(std::make_unique<FindLastStoreBRVisitor>(

Completed in 21 milliseconds