Lines Matching defs:BRC

104 BugReporterVisitor::getEndPath(BugReporterContext &BRC,
110 BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) {
112 PathDiagnosticLocation::createEndOfPath(EndPathNode,BRC.getSourceManager());
232 BugReporterContext &BRC,
297 ExprEngine &Eng = BRC.getBugReporter().getEngine();
325 PathDiagnosticLocation L(Ret, BRC.getSourceManager(), StackFrame);
331 BugReporterContext &BRC,
334 ExprEngine &Eng = BRC.getBugReporter().getEngine();
352 ProgramStateManager &StateMgr = BRC.getStateManager();
384 BugReporterContext &BRC,
388 return visitNodeInitial(N, PrevN, BRC, BR);
390 return visitNodeMaybeUnsuppress(N, PrevN, BRC, BR);
398 std::unique_ptr<PathDiagnosticPiece> getEndPath(BugReporterContext &BRC,
448 BugReporterContext &BRC,
508 ProgramStateManager &StateMgr = BRC.getStateManager();
695 L = PathDiagnosticLocation(InitE, BRC.getSourceManager(),
699 L = PathDiagnosticLocation::create(P, BRC.getSourceManager());
729 BugReporterContext &BRC,
769 PathDiagnosticLocation::create(P, BRC.getSourceManager());
809 BugReporterContext &BRC,
1067 BugReporterContext &BRC,
1097 PathDiagnosticLocation L(Receiver, BRC.getSourceManager(),
1150 BugReporterContext &BRC,
1152 PathDiagnosticPiece *piece = VisitNodeImpl(N, Prev, BRC, BR);
1163 BugReporterContext &BRC,
1182 return VisitTerminator(term, N, srcBlk, BE->getDst(), BR, BRC);
1190 cast<GRBugReporter>(BRC.getBugReporter()).
1196 BRC, BR, N);
1199 BRC, BR, N);
1213 BugReporterContext &BRC) {
1230 return VisitTrueTest(Cond, tookTrue, BRC, R, N);
1236 BugReporterContext &BRC,
1248 return VisitTrueTest(Cond, cast<BinaryOperator>(Ex), tookTrue, BRC,
1251 return VisitTrueTest(Cond, cast<DeclRefExpr>(Ex), tookTrue, BRC,
1267 BugReporterContext &BRC,
1324 BugReporterContext &BRC,
1334 const bool isVarLHS = patternMatch(BExpr->getLHS(), OutLHS, BRC, R, N,
1336 const bool isVarRHS = patternMatch(BExpr->getRHS(), OutRHS, BRC, R, N,
1348 BRC, R, N);
1398 PathDiagnosticLocation Loc(Cond, BRC.getSourceManager(), LCtx);
1410 BugReporterContext &BRC,
1434 PathDiagnosticLocation Loc(CondVarExpr, BRC.getSourceManager(), LCtx);
1455 BugReporterContext &BRC,
1480 PathDiagnosticLocation Loc(Cond, BRC.getSourceManager(), LCtx);
1512 LikelyFalsePositiveSuppressionBRVisitor::getEndPath(BugReporterContext &BRC,
1517 ExprEngine &Eng = BRC.getBugReporter().getEngine();
1578 SourceManager &SM = BRC.getSourceManager();
1594 BugReporterContext &BRC,
1606 CallEventManager &CEMgr = BRC.getStateManager().getCallEventManager();