|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h 437 void markInteresting(
References
tools/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp 98 R->markInteresting(BaseClassRegion);
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp 85 R->markInteresting(Reg);
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp 1617 R->markInteresting(Reg);
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp 44 Report->markInteresting(RequestRegion);
64 Report->markInteresting(RequestRegion);
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp 2086 R->markInteresting(MR);
2112 R->markInteresting(ArgVal.getAsRegion());
2227 R->markInteresting(MR->getBaseRegion());
2386 R->markInteresting(MR);
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp 168 R->markInteresting(Region);
tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp 179 R->markInteresting(ArrayRegion);
202 R->markInteresting(Region);
tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp 259 R->markInteresting(VAList);
302 R->markInteresting(Reg);
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp 2212 markInteresting(meta->getRegion(), TKind);
2229 markInteresting(V.getAsRegion(), TKind);
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp 2068 report.markInteresting(RegionRVal, TKind);