Searched refs:BRC (Results 1 - 10 of 10) 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,
[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
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
1157 VisitNode(const ExplodedNode *N, const ExplodedNode *Prev, BugReporterContext &BRC, BugReport &BR) argument
1170 VisitNodeImpl(const ExplodedNode *N, const ExplodedNode *Prev, BugReporterContext &BRC, BugReport &BR) argument
1217 VisitTerminator(const Stmt *Term, const ExplodedNode *N, const CFGBlock *srcBlk, const CFGBlock *dstBlk, BugReport &R, BugReporterContext &BRC) argument
1243 VisitTrueTest(const Expr *Cond, bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
1275 patternMatch(const Expr *Ex, raw_ostream &Out, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N, Optional<bool> &prunable) argument
1330 VisitTrueTest(const Expr *Cond, const BinaryOperator *BExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
1416 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1461 VisitTrueTest(const Expr *Cond, const DeclRefExpr *DR, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1522 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) argument
1592 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp75 BugReporterContext &BRC,
99 BugReporterContext &BRC,
126 PathDiagnosticLocation::create(P, BRC.getSourceManager());
97 VisitNode(const ExplodedNode *Succ, const ExplodedNode *Pred, BugReporterContext &BRC, BugReport &BR) argument
H A DRetainCountChecker.cpp1716 BugReporterContext &BRC,
1719 PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1730 PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1833 BugReporterContext &BRC,
1936 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
1945 const ExplodedNode *OrigNode = BRC.getNodeResolver().getOriginalNode(N);
2109 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
2222 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, argument
2226 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR);
2230 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, argument
1831 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
[all...]
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.cpp419 BugReporterContext &BRC,
422 PathDiagnosticPiece* getEndPath(BugReporterContext &BRC,
430 BRC.getSourceManager());
2264 BugReporterContext &BRC,
2344 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
2262 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
/external/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp219 case SystemZ::BRC:
389 case SystemZ::BRC:
H A DSystemZElimCompare.cpp183 if (Branch->getOpcode() != SystemZ::BRC ||
377 if (Branch->getOpcode() != SystemZ::BRC)
398 assert(CCUse >= 0 && "BRC must use CC");
H A DSystemZISelLowering.cpp2631 // BRC CCMask, JoinMBB
2634 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
2700 // BRC CCMask, JoinMBB
2703 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
2836 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
2848 // minimum or maximum value. KeepOldMask is the BRC condition-code mask
2914 // BRC KeepOldMask, UpdateMBB
2924 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
2955 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
3047 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
[all...]
H A DSystemZInstrInfo.cpp387 BuildMI(&MBB, DL, get(SystemZ::BRC))
1049 case SystemZ::BRC:

Completed in 661 milliseconds