| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 62 BugReporterContext &BRC, 67 virtual void finalizeVisitor(BugReporterContext &BRC, 76 virtual PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, 84 getDefaultEndPath(const BugReporterContext &BRC, const ExplodedNode *N, 160 BugReporterContext &BRC, 186 BugReporterContext &BRC, 204 BugReporterContext &BRC, 231 BugReporterContext &BRC, 235 BugReporterContext &BRC, 241 PathSensitiveBugReport &R, BugReporterContext &BRC); [all …]
|
| H A D | BugReporter.h | 746 Optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage() argument 748 std::string Msg = Cb(BRC, R); in generateMessage()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 262 BugReporterContext &BRC) { in getMacroName() argument 265 BRC.getSourceManager(), in getMacroName() 266 BRC.getASTContext().getLangOpts()); in getMacroName() 329 BugReporterVisitor::getDefaultEndPath(const BugReporterContext &BRC, in getDefaultEndPath() argument 825 BugReporterContext &BRC, in VisitNode() argument 834 const SourceManager &SMgr = BRC.getSourceManager(); in VisitNode() 837 std::string MacroName = std::string(getMacroName(*Loc, BRC)); in VisitNode() 839 if (!BugLoc.isMacroID() || getMacroName(BugLoc, BRC) != MacroName) in VisitNode() 1025 BugReporterContext &BRC, in visitNodeInitial() argument 1132 PathDiagnosticLocation L(Ret, BRC.getSourceManager(), CalleeSFC); in visitNodeInitial() [all …]
|
| H A D | BugReporter.cpp | 227 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, 1978 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder() argument 1981 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder() 2745 BugReporterContext &BRC) { in generateVisitorsDiagnostics() argument 2769 V->finalizeVisitor(BRC, ErrorNode, *R); in generateVisitorsDiagnostics() 2771 if (auto Piece = V->getEndPath(BRC, ErrorNode, *R)) { in generateVisitorsDiagnostics() 2784 auto P = V->VisitNode(NextNode, BRC, *R); in generateVisitorsDiagnostics() 2820 BugReporterContext BRC(Reporter); in findValidReport() local 2824 generateVisitorsDiagnostics(R, ErrorNode, BRC); in findValidReport() 2835 generateVisitorsDiagnostics(R, BugPath->ErrorNode, BRC); in findValidReport() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypeChecker.cpp | 51 BugReporterContext &BRC, 92 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument 110 const LangOptions &LangOpts = BRC.getASTContext().getLangOpts(); in VisitNode() 140 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
|
| H A D | DeleteWithNonVirtualDtorChecker.cpp | 49 BugReporterContext &BRC, 107 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode() argument 143 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
|
| H A D | ObjCSuperDeallocChecker.cpp | 73 BugReporterContext &BRC, 248 BugReporterContext &BRC, in VisitNode() argument 268 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in VisitNode()
|
| H A D | ValistChecker.cpp | 80 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, in getEndPath() argument 92 BugReporterContext &BRC, 379 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument 398 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
|
| H A D | TestAfterDivZeroChecker.cpp | 73 BugReporterContext &BRC, 96 DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE() 122 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in REGISTER_SET_WITH_PROGRAMSTATE()
|
| H A D | InnerPointerChecker.cpp | 58 VisitNode(const ExplodedNode *N, BugReporterContext &BRC, 310 const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &) { in VisitNode() argument 328 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
|
| H A D | Taint.cpp | 233 BugReporterContext &BRC, in VisitNode() argument 247 PathDiagnosticLocation::createBegin(S, BRC.getSourceManager(), NCtx); in VisitNode()
|
| H A D | Taint.h | 98 BugReporterContext &BRC,
|
| H A D | DynamicTypePropagation.cpp | 88 BugReporterContext &BRC, 1048 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode() argument 1068 const LangOptions &LangOpts = BRC.getASTContext().getLangOpts(); in VisitNode() 1097 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
|
| H A D | MacOSKeychainAPIChecker.cpp | 146 BugReporterContext &BRC, 622 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode() argument 644 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(), in VisitNode()
|
| H A D | MoveChecker.cpp | 174 BugReporterContext &BRC, 276 BugReporterContext &BRC, in VisitNode() argument 328 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
|
| H A D | NullabilityChecker.cpp | 147 BugReporterContext &BRC, 298 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode() argument 328 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 332 BugReporterContext &BRC, 335 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, 345 PathDiagnosticPieceRef getEndPath(BugReporterContext &BRC, 459 RefCountReportVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BRC, in VisitNode() argument 467 const SourceManager &SM = BRC.getSourceManager(); in VisitNode() 468 CallEventManager &CEMgr = BRC.getStateManager().getCallEventManager(); in VisitNode() 595 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode() 757 RefCountReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() argument 761 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR); in getEndPath() 765 RefLeakReportVisitor::getEndPath(BugReporterContext &BRC, in getEndPath() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIBugReporter.cpp | 89 BugReporterContext &BRC, in VisitNode() argument 107 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in VisitNode()
|
| H A D | MPIBugReporter.h | 93 BugReporterContext &BRC,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
| H A D | mcore.md | 164 ;; ; arbitrary imms) for a particular code. BRC 1639 ; in 0.97 use (LE 0) with (LT 1) and complement c. BRC 1727 ; condition BRC 1776 ; up in friedman's clib work. BRC 7/7/95 1837 ;; adding conditions to the general patterns). BRC 1841 ;; clrt & clrf and clrt/inct & clrf/incf patterns. BRC 6/26 1844 ;; other than eq & ne. need to fix. 6/30 BRC 1850 ; experimental conditional move with two constants +/- 1 BRC 1882 ; experimental conditional move with two constants +/- 1 BRC 1911 ; not by dataflow). BRC [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| H A D | mcore.md | 164 ;; ; arbitrary imms) for a particular code. BRC 1639 ; in 0.97 use (LE 0) with (LT 1) and complement c. BRC 1727 ; condition BRC 1776 ; up in friedman's clib work. BRC 7/7/95 1837 ;; adding conditions to the general patterns). BRC 1841 ;; clrt & clrf and clrt/inct & clrf/incf patterns. BRC 6/26 1844 ;; other than eq & ne. need to fix. 6/30 BRC 1850 ; experimental conditional move with two constants +/- 1 BRC 1882 ; experimental conditional move with two constants +/- 1 BRC 1911 ; not by dataflow). BRC [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | mt-opc.c | 562 …{ { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#',… 574 …{ { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#',… 580 …{ { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#',… 586 …{ { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#',… 592 …{ { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#',… 628 …{ { MNEM, ' ', '#', OP (RBBC), ',', '#', OP (TYPE), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', …
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | mt-opc.c | 562 …{ { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#',… 574 …{ { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#',… 580 …{ { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#',… 586 …{ { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#',… 592 …{ { MNEM, ' ', OP (FRSR1), ',', '#', OP (RBBC), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', '#',… 628 …{ { MNEM, ' ', '#', OP (RBBC), ',', '#', OP (TYPE), ',', '#', OP (BALL), ',', '#', OP (BRC), ',', …
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 222 case SystemZ::BRC: in describeTerminator() 396 case SystemZ::BRC: in relaxBranch()
|
| H A D | SystemZElimCompare.cpp | 211 if (Branch->getOpcode() != SystemZ::BRC || in convertToBRCT() 604 case SystemZ::BRC: in fuseCompareOperations()
|