Searched refs:BRC (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/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...]
/freebsd-10.1-release/contrib/llvm/tools/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
1414 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1459 VisitTrueTest(const Expr *Cond, const DeclRefExpr *DR, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1520 getEndPath(BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) argument
1597 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1651 BugReporterContext &BRC,
1654 virtual PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1665 PathDiagnosticPiece *getEndPath(BugReporterContext &BRC,
1768 BugReporterContext &BRC,
1871 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
1880 const ExplodedNode *OrigNode = BRC.getNodeResolver().getOriginalNode(N);
2044 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
2157 CFRefReportVisitor::getEndPath(BugReporterContext &BRC, argument
2161 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR);
2165 CFRefLeakReportVisitor::getEndPath(BugReporterContext &BRC, argument
1766 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.cpp400 BugReporterContext &BRC,
403 PathDiagnosticPiece* getEndPath(BugReporterContext &BRC, argument
411 BRC.getSourceManager());
2090 BugReporterContext &BRC,
2170 PathDiagnosticLocation Pos(S, BRC.getSourceManager(),
2088 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp184 if (Branch->getOpcode() != SystemZ::BRC ||
378 if (Branch->getOpcode() != SystemZ::BRC)
399 assert(CCUse >= 0 && "BRC must use CC");
H A DSystemZLongBranch.cpp218 case SystemZ::BRC:
390 case SystemZ::BRC:
H A DSystemZISelLowering.cpp2298 // BRC CCMask, JoinMBB
2301 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
2366 // BRC CCMask, JoinMBB
2369 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
2501 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
2513 // minimum or maximum value. KeepOldMask is the BRC condition-code mask
2578 // BRC KeepOldMask, UpdateMBB
2588 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
2619 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
2710 BuildMI(MBB, DL, TII->get(SystemZ::BRC))
[all...]
H A DSystemZInstrInfo.cpp387 BuildMI(&MBB, DL, get(SystemZ::BRC))
1049 case SystemZ::BRC:

Completed in 175 milliseconds