Searched defs:BRC (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h60 BugReporterContext &BRC,
69 virtual PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
76 static PathDiagnosticPiece *getDefaultEndPath(BugReporterContext &BRC,
125 BugReporterContext &BRC,
155 BugReporterContext &BRC,
177 BugReporterContext &BRC,
199 BugReporterContext &BRC,
204 BugReporterContext &BRC,
212 BugReporterContext &BRC);
216 BugReporterContext &BRC,
264 VisitNode(const ExplodedNode *N, const ExplodedNode *Prev, BugReporterContext &BRC, BugReport &BR) argument
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp150 BugReporterContext &BRC,
595 BugReporterContext &BRC,
616 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(),
592 VisitNode( const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
H A DMallocChecker.cpp400 BugReporterContext &BRC,
403 PathDiagnosticPiece* getEndPath(BugReporterContext &BRC, argument
411 BRC.getSourceManager());
2076 BugReporterContext &BRC,
2156 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
2074 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
H A DRetainCountChecker.cpp1720 BugReporterContext &BRC,
1723 virtual PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1734 PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1847 BugReporterContext &BRC,
1950 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
1959 const ExplodedNode *OrigNode = BRC.getNodeResolver().getOriginalNode(N);
2121 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
2234 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, argument
2238 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR);
2242 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, argument
1845 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp104 BugReporterVisitor::getEndPath(BugReporterContext &BRC, argument
111 BugReporterVisitor::getDefaultEndPath(BugReporterContext &BRC, argument
115 PathDiagnosticLocation::createEndOfPath(EndPathNode,BRC.getSourceManager());
236 BugReporterContext &BRC,
301 ExprEngine &Eng = BRC.getBugReporter().getEngine();
329 PathDiagnosticLocation L(Ret, BRC.getSourceManager(), StackFrame);
335 BugReporterContext &BRC,
338 ExprEngine &Eng = BRC.getBugReporter().getEngine();
356 ProgramStateManager &StateMgr = BRC.getStateManager();
388 BugReporterContext &BRC,
234 visitNodeInitial(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
333 visitNodeMaybeUnsuppress(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
386 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
402 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) argument
450 VisitNode(const ExplodedNode *Succ, const ExplodedNode *Pred, BugReporterContext &BRC, BugReport &BR) argument
731 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
811 VisitNode(const ExplodedNode *Succ, const ExplodedNode *Pred, BugReporterContext &BRC, BugReport &BR) argument
1073 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
1155 VisitNode(const ExplodedNode *N, const ExplodedNode *Prev, BugReporterContext &BRC, BugReport &BR) argument
1168 VisitNodeImpl(const ExplodedNode *N, const ExplodedNode *Prev, BugReporterContext &BRC, BugReport &BR) argument
1215 VisitTerminator(const Stmt *Term, const ExplodedNode *N, const CFGBlock *srcBlk, const CFGBlock *dstBlk, BugReport &R, BugReporterContext &BRC) argument
1241 VisitTrueTest(const Expr *Cond, bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
1273 patternMatch(const Expr *Ex, raw_ostream &Out, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N, Optional<bool> &prunable) argument
1328 VisitTrueTest(const Expr *Cond, const BinaryOperator *BExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
1413 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1458 VisitTrueTest(const Expr *Cond, const DeclRefExpr *DR, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1519 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) argument
1570 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
[all...]

Completed in 96 milliseconds