Searched refs:BR (Results 26 - 50 of 75) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp37 mutable BugReporter *BR; member in class:__anon4201::PaddingChecker
42 BR = &BRArg;
123 BR->getSourceManager().getFileCharacteristic(Location);
293 << ILoc.printToString(BR->getSourceManager());
301 PathDiagnosticLocation::create(RD, BR->getSourceManager());
307 BR->emitReport(std::move(Report));
H A DIvarInvalidationChecker.cpp216 BugReporter &BR; member in class:__anon4171::IvarInvalidationCheckerImpl
224 Mgr (InMgr), BR(InBR), Filter(InFilter) {}
447 BR.getContext()).VisitStmt(D->getBody());
501 BR.getContext()).VisitStmt(D->getBody());
547 PathDiagnosticLocation::createBegin(FirstIvarDecl, BR.getSourceManager());
549 BR.EmitBasicReport(FirstIvarDecl, CheckName, "Incomplete invalidation",
565 BR.getSourceManager(),
567 BR.EmitBasicReport(MethodD, Filter.checkName_InstanceVariableInvalidation,
572 BR.EmitBasicReport(
576 PathDiagnosticLocation::createBegin(IvarD, BR
[all...]
H A DDeadStoresChecker.cpp126 BugReporter& BR; member in class:__anon4149::DeadStoreObs
142 : cfg(cfg), Ctx(ctx), BR(br), Checker(checker), AC(ac), Parents(parents),
204 BR.EmitBasicReport(AC->getDecl(), Checker, BugType, "Dead store", os.str(),
224 PathDiagnosticLocation::createBegin(Ex, BR.getSourceManager(), AC);
380 PathDiagnosticLocation::create(V, BR.getSourceManager());
454 BugReporter &BR) const {
470 DeadStoreObs A(cfg, BR.getContext(), BR, this, AC, pmap, FS.Escaped);
H A DLocalizationChecker.cpp841 BugReporter &BR;
850 : MD(InMD), BR(InBR), Mgr(InMgr), Checker(Checker), DCtx(InDCtx) {}
868 BugReporter &BR) const;
874 BugReporter &BR) const {
882 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx);
979 BR.EmitBasicReport(MD, Checker, "Context Missing",
983 PathDiagnosticLocation(ME, BR.getSourceManager(), DCtx));
991 BugReporter &BR;
1006 : BR(InBR), Checker(Checker), AC(InAC) {}
1023 BugReporter &BR) cons
[all...]
H A DDynamicTypeChecker.cpp55 BugReport &BR) override;
96 BugReport &BR) {
94 VisitNode( const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
H A DNullabilityChecker.cpp160 BugReport &BR) override;
178 BugReporter &BR, const Stmt *ValueExpr = nullptr) const {
194 BR.emitReport(std::move(R));
282 BugReport &BR) {
453 BugReporter &BR = *Event.BR; local
457 reportBug(ErrorKind::NullableDereferenced, Event.SinkNode, Region, BR);
459 reportBug(ErrorKind::NullablePassedToNonnull, Event.SinkNode, Region, BR);
177 reportBug(ErrorKind Error, ExplodedNode *N, const MemRegion *Region, BugReporter &BR, const Stmt *ValueExpr = nullptr) const argument
280 VisitNode( const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
H A DTestAfterDivZeroChecker.cpp76 BugReport &BR) override;
100 BugReport &BR) {
97 VisitNode(const ExplodedNode *Succ, const ExplodedNode *Pred, BugReporterContext &BRC, BugReport &BR) argument
H A DRetainCountChecker.cpp1766 BugReport &BR) override;
1770 BugReport &BR) override;
1781 BugReport &BR) override;
1892 BugReport &BR) {
2299 const ExplodedNode *EndN, BugReport &BR) {
2300 BR.markInteresting(Sym);
2301 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR);
2306 const ExplodedNode *EndN, BugReport &BR) {
2310 BR.markInteresting(Sym);
2319 BR
1889 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
2298 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndN, BugReport &BR) argument
2305 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndN, BugReport &BR) argument
2504 checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp54 BranchInst *BR = dyn_cast<BranchInst>(entryBlock->getTerminator()); local
55 if (!BR || BR->isUnconditional())
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp96 case WebAssembly::BR:
141 BuildMI(&MBB, DL, get(WebAssembly::BR)).addMBB(TBB);
159 BuildMI(&MBB, DL, get(WebAssembly::BR)).addMBB(FBB);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h528 GRBugReporter &BR; member in class:clang::ento::BugReporterContext
530 BugReporterContext(GRBugReporter& br) : BR(br) {}
534 GRBugReporter& getBugReporter() { return BR; }
536 ExplodedGraph &getGraph() { return BR.getGraph(); }
539 return BR.getStateManager();
547 return BR.getContext();
551 return BR.getSourceManager();
H A DBugType.h58 virtual void FlushReports(BugReporter& BR);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h32 BugReporter &BR) {
33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); local
51 BugReporter &BR) {
52 ((const CHECKER *)checker)->checkASTCodeBody(D, mgr, BR);
68 BugReporter &BR) {
69 ((const CHECKER *)checker)->checkEndOfTranslationUnit(TU, mgr, BR);
229 BugReporter &BR, ExprEngine &Eng) {
230 ((const CHECKER *)checker)->checkEndAnalysis(G, BR, Eng);
531 BugReporter *BR; member in struct:clang::ento::ImplicitNullDerefEvent
31 _checkDecl(void *checker, const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
50 _checkBody(void *checker, const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
65 _checkEndOfTranslationUnit(void *checker, const TranslationUnitDecl *TU, AnalysisManager& mgr, BugReporter &BR) argument
228 _checkEndAnalysis(void *checker, ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) argument
H A DCheckerManager.h172 BugReporter &BR);
176 BugReporter &BR);
287 void runCheckersForEndAnalysis(ExplodedGraph &G, BugReporter &BR,
377 BugReporter &BR);
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dmips16-opc.c35 #define BR MIPS16_INSN_BRANCH macro
87 {"b", "q", 0x1000, 0xf800, BR, 0, I1 },
90 {"beqz", "x,p", 0x2000, 0xf800, BR|RD_x, 0, I1 },
109 {"bnez", "x,p", 0x2800, 0xf800, BR|RD_x, 0, I1 },
111 {"bteqz", "p", 0x6000, 0xff00, BR|RD_T, 0, I1 },
112 {"btnez", "p", 0x6100, 0xff00, BR|RD_T, 0, I1 },
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp522 // Introduce a scope to destroy BR before Mgr.
523 BugReporter BR(*Mgr);
525 checkerMgr->runCheckersOnASTDecl(TU, *Mgr, BR);
533 RecVisitorBR = &BR;
550 checkerMgr->runCheckersOnEndOfTranslationUnit(TU, *Mgr, BR);
627 BugReporter BR(*Mgr);
630 checkerMgr->runCheckersOnASTBody(D, *Mgr, BR);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp57 BugReporter &BR) {
78 (*I)(D, mgr, BR);
82 BugReporter &BR) {
86 BodyCheckers[i](D, mgr, BR);
374 BugReporter &BR,
377 EndAnalysisCheckers[i](G, BR, Eng);
601 BugReporter &BR) {
603 EndOfTranslationUnitCheckers[i](TU, mgr, BR);
56 runCheckersOnASTDecl(const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
81 runCheckersOnASTBody(const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
373 runCheckersForEndAnalysis(ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) argument
598 runCheckersOnEndOfTranslationUnit( const TranslationUnitDecl *TU, AnalysisManager &mgr, BugReporter &BR) argument
/freebsd-11.0-release/contrib/sendmail/contrib/
H A Dexpn.pl1291 .BR argv [0]
1314 .BR nslookup .
1316 .BR aliases (5),
1317 .BR sendmail (8),
1318 .BR nslookup (8),
1324 .BR vrfy .
1335 .BR nslookup (8)
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h503 const BlockDataRegion *BR = getBlockRegion(); variable
504 if (!BR)
506 return BR->getDecl();
521 const BlockDataRegion *BR = getBlockRegion(); local
522 assert(BR && "Block converted from lambda must have a block region");
524 auto I = BR->referenced_vars_begin();
525 assert(I != BR->referenced_vars_end());
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DBitTracker.h80 bool operator== (const BitRef &BR) const {
82 return Reg == BR.Reg && (Reg == 0 || Pos == BR.Pos);
H A DHexagonStoreWidening.cpp263 unsigned BR = getBaseAddressRegister(MI); local
264 if (BR == BaseReg) {
/freebsd-11.0-release/usr.bin/tip/tip/
H A Dvars.c53 "ba", (char *)&BR },
H A Dtip.c108 BR = atoi(&argv[1][1]);
136 (void)snprintf(sbuf, sizeof(sbuf), "tip%ld", BR);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp507 void VisitBlockExpr(BlockExpr *BR) { argument
509 IgnoredContexts.insert(BR->getBlockDecl());
510 Visit(BR->getBlockDecl()->getBody());
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp109 LoweredMI = MCInstBuilder(SystemZ::BR).addReg(SystemZ::R14D);
130 LoweredMI = MCInstBuilder(SystemZ::BR).addReg(SystemZ::R1D);

Completed in 140 milliseconds

123