HomeSort by: relevance | last modified time | path
    Searched defs:BR (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/games/tetris/
shapes.c 53 #define BR B_COLS+1 /* bottom right */
61 /* 5*/ { 5, 15, { ML, BR, MR, } },
64 /* 8*/ { 1, 1, { TC, MR, BR, } },
68 /*12*/ { 4, 13, { TC, BC, BR, } },
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 25 BugReporter &BR;
30 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
31 : BR(br), Checker(checker), AC(ac) {}
65 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC);
66 BR.EmitBasicReport(AC->getDecl(), Checker,
83 BugReporter &BR) const {
84 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D));
CastToStructChecker.cpp 27 BugReporter &BR;
34 : BR(B), Checker(Checker), AC(A) {}
64 PathDiagnosticLocation Loc(CE, BR.getSourceManager(), AC);
65 BR.EmitBasicReport(
96 PathDiagnosticLocation Loc(CE, BR.getSourceManager(), AC);
97 BR.EmitBasicReport(AC->getDecl(), Checker, "Widening cast to struct type",
112 BugReporter &BR) const {
113 CastToStructVisitor Visitor(BR, this, Mgr.getAnalysisDeclContext(D));
DirectIvarAssignment.cpp 63 BugReporter &BR;
71 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR),
91 BugReporter &BR) const;
118 BugReporter &BR) const {
151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this,
200 BR.EmitBasicReport(
204 PathDiagnosticLocation(IvarRef, BR.getSourceManager(), DCtx));
ObjCContainersASTChecker.cpp 28 BugReporter &BR;
73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
74 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()),
143 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
144 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
164 BugReporter &BR) const {
165 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D));
CStringSyntaxChecker.cpp 34 BugReporter &BR;
104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC)
105 : Checker(Checker), BR(BR), AC(AC) {}
201 ASTContext &C = BR.getContext();
223 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC);
238 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument",
248 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC);
262 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument",
283 BugReporter &BR) const
    [all...]
ObjCSuperDeallocChecker.cpp 74 PathSensitiveBugReport &BR) override;
191 auto BR = std::make_unique<PathSensitiveBugReport>(*DoubleSuperDeallocBugType,
193 BR->addRange(S->getSourceRange());
194 BR->addVisitor(std::make_unique<SuperDeallocBRVisitor>(Sym));
195 C.emitReport(std::move(BR));
ArrayBoundCheckerV2.cpp 259 auto BR = std::make_unique<PathSensitiveBugReport>(*BT, os.str(), errorNode);
260 BR->addVisitor(std::move(Visitor));
261 checkerContext.emitReport(std::move(BR));
DeadStoresChecker.cpp 130 BugReporter &BR) const;
136 BugReporter& BR;
148 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br,
153 : cfg(cfg), Ctx(ctx), BR(br), Checker(checker), AC(ac), Parents(parents),
264 BR.EmitBasicReport(AC->getDecl(), Checker, BugType, categories::UnusedCode,
284 PathDiagnosticLocation::createBegin(Ex, BR.getSourceManager(), AC);
443 PathDiagnosticLocation::create(V, BR.getSourceManager());
537 BugReporter &BR) const {
553 DeadStoreObs A(cfg, BR.getContext(), BR, this, AC, pmap, FS.Escaped
    [all...]
ExprInspectionChecker.cpp 60 ExplodedNode *reportBug(llvm::StringRef Msg, BugReporter &BR, ExplodedNode *N,
69 void checkEndAnalysis(ExplodedGraph &G, BugReporter &BR,
166 BugReporter &BR, ExplodedNode *N,
178 BR.emitReport(std::move(R));
371 void ExprInspectionChecker::checkEndAnalysis(ExplodedGraph &G, BugReporter &BR,
377 reportBug(llvm::to_string(NumTimesReached), BR, N);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
UncountedLambdaCapturesChecker.cpp 27 mutable BugReporter *BR;
32 BR = &BRArg;
93 PathDiagnosticLocation BSLoc(Capture.getLocation(), BR->getSourceManager());
95 BR->emitReport(std::move(Report));
NoUncountedMembersChecker.cpp 32 mutable BugReporter *BR;
43 BR = &BRArg;
110 if (BR->getSourceManager().isInSystemHeader(RDLocation))
143 BR->getSourceManager());
146 BR->emitReport(std::move(Report));
RefCntblBaseVirtualDtorChecker.cpp 26 mutable BugReporter *BR;
36 BR = &BRArg;
121 if (BR->getSourceManager().getFileCharacteristic(RDLocation) !=
148 BR->getSourceManager());
151 BR->emitReport(std::move(Report));
UncountedCallArgsChecker.cpp 33 mutable BugReporter *BR;
39 BR = &BRArg;
182 PathDiagnosticLocation BSLoc(SrcLocToReport, BR->getSourceManager());
185 BR->emitReport(std::move(Report));
UncountedLocalVarsChecker.cpp 134 mutable BugReporter *BR;
139 BR = &BRArg;
237 PathDiagnosticLocation BSLoc(V->getLocation(), BR->getSourceManager());
240 BR->emitReport(std::move(Report));
  /src/external/gpl3/binutils/dist/include/opcode/
tic6x-insn-formats.h 24 #define BR(a) (((a) & 1) << TIC6X_COMPACT_BR_POS)
410 FMT(s_sbs7, 16, BR(1) | 0x000a, BR(1) | 0x003e,
414 FMT(s_sbu8, 16, BR(1) | 0xc00a, BR(1) | 0xc03e,
418 FMT(s_scs10, 16, BR(1) | 0x001a, BR(1) | 0x003e,
422 FMT(s_sbs7c, 16, BR(1) | 0x002a, BR(1) | 0x002e,
426 FMT(s_sbu8c, 16, BR(1) | 0xc02a, BR(1) | 0xc02e
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ia64-opc-b.c 80 #define BR(a,b) \
82 {"br.few", BR (0, 0)},
83 {"br", BR (0, 0)},
84 {"br.few.clr", BR (0, 1)},
85 {"br.clr", BR (0, 1)},
86 {"br.many", BR (1, 0)}
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic6x-insn-formats.h 24 #define BR(a) (((a) & 1) << TIC6X_COMPACT_BR_POS)
410 FMT(s_sbs7, 16, BR(1) | 0x000a, BR(1) | 0x003e,
414 FMT(s_sbu8, 16, BR(1) | 0xc00a, BR(1) | 0xc03e,
418 FMT(s_scs10, 16, BR(1) | 0x001a, BR(1) | 0x003e,
422 FMT(s_sbs7c, 16, BR(1) | 0x002a, BR(1) | 0x002e,
426 FMT(s_sbu8c, 16, BR(1) | 0xc02a, BR(1) | 0xc02e
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-opc-b.c 80 #define BR(a,b) \
82 {"br.few", BR (0, 0)},
83 {"br", BR (0, 0)},
84 {"br.few.clr", BR (0, 1)},
85 {"br.clr", BR (0, 1)},
86 {"br.many", BR (1, 0)}
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
tic6x-insn-formats.h 24 #define BR(a) (((a) & 1) << TIC6X_COMPACT_BR_POS)
410 FMT(s_sbs7, 16, BR(1) | 0x000a, BR(1) | 0x003e,
414 FMT(s_sbu8, 16, BR(1) | 0xc00a, BR(1) | 0xc03e,
418 FMT(s_scs10, 16, BR(1) | 0x001a, BR(1) | 0x003e,
422 FMT(s_sbs7c, 16, BR(1) | 0x002a, BR(1) | 0x002e,
426 FMT(s_sbu8c, 16, BR(1) | 0xc02a, BR(1) | 0xc02e
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ia64-opc-b.c 80 #define BR(a,b) \
82 {"br.few", BR (0, 0)},
83 {"br", BR (0, 0)},
84 {"br.few.clr", BR (0, 1)},
85 {"br.clr", BR (0, 1)},
86 {"br.many", BR (1, 0)}
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic6x-insn-formats.h 24 #define BR(a) (((a) & 1) << TIC6X_COMPACT_BR_POS)
410 FMT(s_sbs7, 16, BR(1) | 0x000a, BR(1) | 0x003e,
414 FMT(s_sbu8, 16, BR(1) | 0xc00a, BR(1) | 0xc03e,
418 FMT(s_scs10, 16, BR(1) | 0x001a, BR(1) | 0x003e,
422 FMT(s_sbs7c, 16, BR(1) | 0x002a, BR(1) | 0x002e,
426 FMT(s_sbu8c, 16, BR(1) | 0xc02a, BR(1) | 0xc02e
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-opc-b.c 80 #define BR(a,b) \
82 {"br.few", BR (0, 0)},
83 {"br", BR (0, 0)},
84 {"br.few.clr", BR (0, 1)},
85 {"br.clr", BR (0, 1)},
86 {"br.many", BR (1, 0)}
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 174 PathSensitiveBugReporter BR;
220 BugReporter &getBugReporter() { return BR; }
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Program.cpp 225 auto GetBaseDesc = [this](const RecordDecl *BD, Record *BR) -> Descriptor * {
226 if (!BR)
228 return allocateDescriptor(BD, BR, /*isConst=*/false,
242 Record *BR = getOrCreateRecord(BD);
243 if (Descriptor *Desc = GetBaseDesc(BD, BR)) {
245 Bases.push_back({BD, Size, Desc, BR});
246 Size += align(BR->getSize());
254 Record *BR = getOrCreateRecord(BD);
256 if (Descriptor *Desc = GetBaseDesc(BD, BR)) {
258 VirtBases.push_back({BD, VirtSize, Desc, BR});
    [all...]

Completed in 75 milliseconds

1 2 3