Lines Matching defs:PathSensitiveBugReport
150 const PathSensitiveBugReport *R,
225 const PathSensitiveBugReport *R;
238 findValidReport(ArrayRef<PathSensitiveBugReport *> &bugReports,
243 PathSensitiveBugReport *r, const ExplodedNode *ErrorNode,
287 const PathSensitiveBugReport *getBugReport() const { return R; }
436 const PathSensitiveBugReport *R,
1343 generateEmptyDiagnosticForReport(const PathSensitiveBugReport *R,
1987 const PathSensitiveBugReport *R, const Decl *AnalysisEntryPoint)
1997 PathSensitiveBugReport *r, const ExplodedNode *ErrorNode,
2139 PathSensitiveBugReport::PathSensitiveBugReport(
2165 void PathSensitiveBugReport::addVisitor(
2181 void PathSensitiveBugReport::clearVisitors() {
2185 const Decl *PathSensitiveBugReport::getDeclWithIssue() const {
2209 void PathSensitiveBugReport::Profile(llvm::FoldingSetNodeID &hash) const {
2261 void PathSensitiveBugReport::markInteresting(SymbolRef sym,
2274 void PathSensitiveBugReport::markNotInteresting(SymbolRef sym) {
2286 void PathSensitiveBugReport::markInteresting(const MemRegion *R,
2298 void PathSensitiveBugReport::markNotInteresting(const MemRegion *R) {
2309 void PathSensitiveBugReport::markInteresting(SVal V,
2315 void PathSensitiveBugReport::markInteresting(const LocationContext *LC) {
2322 PathSensitiveBugReport::getInterestingnessKind(SVal V) const {
2347 PathSensitiveBugReport::getInterestingnessKind(SymbolRef sym) const {
2359 PathSensitiveBugReport::getInterestingnessKind(const MemRegion *R) const {
2373 bool PathSensitiveBugReport::isInteresting(SVal V) const {
2377 bool PathSensitiveBugReport::isInteresting(SymbolRef sym) const {
2381 bool PathSensitiveBugReport::isInteresting(const MemRegion *R) const {
2385 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const {
2391 const Stmt *PathSensitiveBugReport::getStmt() const {
2410 PathSensitiveBugReport::getRanges() const {
2442 PathSensitiveBugReport::getLocation() const {
2542 PathSensitiveBugReport *Report;
2559 std::pair<PathSensitiveBugReport *, const ExplodedNode *>;
2594 ArrayRef<PathSensitiveBugReport *> &bugReports);
2602 ArrayRef<PathSensitiveBugReport *> &bugReports) {
2621 for (PathSensitiveBugReport *Report : bugReports) {
2809 generateVisitorsDiagnostics(PathSensitiveBugReport *R,
2814 PathSensitiveBugReport::VisitorList visitors;
2865 ArrayRef<PathSensitiveBugReport *> &bugReports,
2873 PathSensitiveBugReport *R = BugPath->Report;
2933 ArrayRef<PathSensitiveBugReport *> &bugReports) {
2981 if (auto PR = dyn_cast<PathSensitiveBugReport>(R.get()))
3028 if (auto *PR = dyn_cast<PathSensitiveBugReport>(J.get())) {
3045 auto *R = dyn_cast<PathSensitiveBugReport>(I.get());
3349 std::vector<PathSensitiveBugReport *> PathSensitiveBugReports;
3362 ArrayRef<PathSensitiveBugReport *> convertedArrayOfReports(
3363 reinterpret_cast<PathSensitiveBugReport *const *>(&*bugReports.begin()),
3364 reinterpret_cast<PathSensitiveBugReport *const *>(&*bugReports.end()));