Searched refs: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,
124 BugReporterContext &BRC,
147 BugReporterContext &BRC,
162 BugReporterContext &BRC,
180 BugReporterContext &BRC,
185 BugReporterContext &BRC,
193 BugReporterContext &BRC);
197 BugReporterContext &BRC,
245 VisitNode(const ExplodedNode *N, const ExplodedNode *Prev, BugReporterContext &BRC, BugReport &BR) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp97 BugReporterVisitor::getEndPath(BugReporterContext &BRC, argument
104 BugReporterVisitor::getDefaultEndPath(BugReporterContext &BRC, argument
108 PathDiagnosticLocation::createEndOfPath(EndPathNode,BRC.getSourceManager());
227 BugReporterContext &BRC,
290 ExprEngine &Eng = BRC.getBugReporter().getEngine();
318 PathDiagnosticLocation L(Ret, BRC.getSourceManager(), StackFrame);
324 BugReporterContext &BRC,
327 ExprEngine &Eng = BRC.getBugReporter().getEngine();
345 ProgramStateManager &StateMgr = BRC.getStateManager();
376 BugReporterContext &BRC,
225 visitNodeInitial(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
322 visitNodeMaybeUnsuppress(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
374 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
390 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) argument
408 VisitNode(const ExplodedNode *Succ, const ExplodedNode *Pred, BugReporterContext &BRC, BugReport &BR) argument
654 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
727 VisitNode(const ExplodedNode *Succ, const ExplodedNode *Pred, BugReporterContext &BRC, BugReport &BR) argument
966 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
1044 VisitNode(const ExplodedNode *N, const ExplodedNode *Prev, BugReporterContext &BRC, BugReport &BR) argument
1057 VisitNodeImpl(const ExplodedNode *N, const ExplodedNode *Prev, BugReporterContext &BRC, BugReport &BR) argument
1104 VisitTerminator(const Stmt *Term, const ExplodedNode *N, const CFGBlock *srcBlk, const CFGBlock *dstBlk, BugReport &R, BugReporterContext &BRC) argument
1130 VisitTrueTest(const Expr *Cond, bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
1162 patternMatch(const Expr *Ex, raw_ostream &Out, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N, Optional<bool> &prunable) argument
1217 VisitTrueTest(const Expr *Cond, const BinaryOperator *BExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
1302 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1347 VisitTrueTest(const Expr *Cond, const DeclRefExpr *DR, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1395 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) argument
1422 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp149 BugReporterContext &BRC,
594 BugReporterContext &BRC,
615 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(),
591 VisitNode( const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
H A DMallocChecker.cpp316 BugReporterContext &BRC,
319 PathDiagnosticPiece* getEndPath(BugReporterContext &BRC, argument
327 BRC.getSourceManager());
1578 BugReporterContext &BRC,
1658 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
1576 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
H A DRetainCountChecker.cpp1738 BugReporterContext &BRC,
1741 virtual PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1752 PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1865 BugReporterContext &BRC,
1968 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
1977 const ExplodedNode *OrigNode = BRC.getNodeResolver().getOriginalNode(N);
2139 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
2196 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, argument
2200 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR);
2204 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, argument
1863 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
[all...]

Completed in 1800 milliseconds