Home
last modified time | relevance | path

Searched refs:BRC (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h62 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 DBugReporter.h746 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 DBugReporterVisitors.cpp262 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 DBugReporter.cpp227 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 DDynamicTypeChecker.cpp51 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 DDeleteWithNonVirtualDtorChecker.cpp49 BugReporterContext &BRC,
107 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode() argument
143 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
H A DObjCSuperDeallocChecker.cpp73 BugReporterContext &BRC,
248 BugReporterContext &BRC, in VisitNode() argument
268 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in VisitNode()
H A DValistChecker.cpp80 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 DTestAfterDivZeroChecker.cpp73 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 DInnerPointerChecker.cpp58 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 DTaint.cpp233 BugReporterContext &BRC, in VisitNode() argument
247 PathDiagnosticLocation::createBegin(S, BRC.getSourceManager(), NCtx); in VisitNode()
H A DTaint.h98 BugReporterContext &BRC,
H A DDynamicTypePropagation.cpp88 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 DMacOSKeychainAPIChecker.cpp146 BugReporterContext &BRC,
622 const ExplodedNode *N, BugReporterContext &BRC, in VisitNode() argument
644 PathDiagnosticLocation Pos(ArgExpr, BRC.getSourceManager(), in VisitNode()
H A DMoveChecker.cpp174 BugReporterContext &BRC,
276 BugReporterContext &BRC, in VisitNode() argument
328 PathDiagnosticLocation Pos(S, BRC.getSourceManager(), in VisitNode()
H A DNullabilityChecker.cpp147 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 DRetainCountDiagnostics.cpp332 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 DMPIBugReporter.cpp89 BugReporterContext &BRC, in VisitNode() argument
107 PathDiagnosticLocation::create(P, BRC.getSourceManager()); in VisitNode()
H A DMPIBugReporter.h93 BugReporterContext &BRC,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.md164 ;; ; 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 Dmcore.md164 ;; ; 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 Dmt-opc.c562 …{ { 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 Dmt-opc.c562 …{ { 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 DSystemZLongBranch.cpp222 case SystemZ::BRC: in describeTerminator()
396 case SystemZ::BRC: in relaxBranch()
H A DSystemZElimCompare.cpp211 if (Branch->getOpcode() != SystemZ::BRC || in convertToBRCT()
604 case SystemZ::BRC: in fuseCompareOperations()

12