| /src/external/gpl3/autoconf/dist/man/ |
| common.x | 2 .BR autoconf (1), 3 .BR automake (1), 4 .BR autoreconf (1), 5 .BR autoupdate (1), 6 .BR autoheader (1), 7 .BR autoscan (1), 8 .BR config.guess (1), 9 .BR config.sub (1), 10 .BR ifnames (1), 11 .BR libtool (1) [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/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/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/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/lib/StaticAnalyzer/Checkers/ |
| ObjCPropertyChecker.cpp | 27 void checkCopyMutable(const ObjCPropertyDecl *D, BugReporter &BR) const; 31 BugReporter &BR) const; 37 BugReporter &BR) const { 38 checkCopyMutable(D, BR); 42 BugReporter &BR) const { 72 BR.EmitBasicReport( 74 PathDiagnosticLocation::createBegin(D, BR.getSourceManager()),
|
| 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));
|
| CloneChecker.cpp | 42 BugReporter &BR) const; 45 AnalysisManager &Mgr, BugReporter &BR) const; 48 void reportClones(BugReporter &BR, AnalysisManager &Mgr, 54 BugReporter &BR, AnalysisManager &Mgr, 60 BugReporter &BR) const { 68 BugReporter &BR) const { 83 reportSuspiciousClones(BR, Mgr, AllCloneGroups); 96 reportClones(BR, Mgr, AllCloneGroups); 108 BugReporter &BR, AnalysisManager &Mgr, 124 BR.emitReport(std::move(R)) [all...] |
| PointerIterationChecker.cpp | 32 BugReporter &BR) const; 36 BugReporter &BR, AnalysisManager &AM, 45 BR.getSourceManager(), 52 BR.EmitBasicReport(ADC->getDecl(), Checker, 84 BugReporter &BR) const { 89 emitDiagnostics(Match, D, BR, AM, this);
|
| PointerSortingChecker.cpp | 32 BugReporter &BR) const; 36 BugReporter &BR, AnalysisManager &AM, 45 BR.getSourceManager(), 52 BR.EmitBasicReport(ADC->getDecl(), Checker, 98 BugReporter &BR) const { 103 emitDiagnostics(Match, D, BR, AM, this);
|
| 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));
|
| CheckObjCInstMethSignature.cpp | 41 BugReporter &BR, ASTContext &Ctx, 70 BR.getSourceManager()); 72 BR.EmitBasicReport( 79 BugReporter &BR, 88 ASTContext &Ctx = BR.getContext(); 115 CompareReturnTypes(MethDerived, M, BR, Ctx, ID, Checker); 131 BugReporter &BR) const { 132 CheckObjCInstMethSignature(D, BR, this);
|
| RunLoopAutoreleaseLeakChecker.cpp | 54 BugReporter &BR) const; 82 BugReporter &BR, 113 ME, BR.getSourceManager(), ADC); 116 BR.EmitBasicReport(ADC->getDecl(), Checker, 155 checkTempObjectsInSamePool(const Decl *D, AnalysisManager &AM, BugReporter &BR, 170 emitDiagnostics(Match, D, BR, AM, Chkr); 174 checkTempObjectsInNoPool(const Decl *D, AnalysisManager &AM, BugReporter &BR, 191 emitDiagnostics(Match, D, BR, AM, Chkr); 197 BugReporter &BR) const { 198 checkTempObjectsInSamePool(D, AM, BR, this) [all...] |
| LLVMConventionsChecker.cpp | 117 BugReporter &BR; 121 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br, 123 : DeclWithIssue(declWithIssue), BR(br), Checker(checker) {} 136 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, 138 StringRefCheckerVisitor walker(D, BR, Checker); 182 PathDiagnosticLocation::createBegin(VD, BR.getSourceManager()); 183 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc, 217 BugReporter &BR; 221 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br, [all...] |
| UndefCapturedBlockVarChecker.cpp | 38 if (const DeclRefExpr *BR = dyn_cast<DeclRefExpr>(S)) 39 if (BR->getDecl() == VD) 40 return BR; 44 if (const DeclRefExpr *BR = FindBlockDeclRefExpr(Child, VD)) 45 return BR;
|
| OSObjectCStyleCast.cpp | 33 BugReporter &BR) const; 52 BugReporter &BR, 66 BR.EmitBasicReport( 72 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), ADC), 82 BugReporter &BR) const { 116 emitDiagnostics(Match, BR, ADC, this);
|
| SmartPtrModeling.cpp | 230 State, C.getNoteTag([ThisRegion](PathSensitiveBugReport &BR, 232 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || 233 !BR.isInteresting(ThisRegion)) 247 ArgVal](PathSensitiveBugReport &BR, 249 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || 250 !BR.isInteresting(ThisRegion)) 252 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); 349 State, C.getNoteTag([ThisRegion, TrackingExpr](PathSensitiveBugReport &BR, 351 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() | [all...] |
| DebugContainerModeling.cpp | 101 [Cont, Field](PathSensitiveBugReport &BR) -> std::string { 102 if (BR.isInteresting(Field)) { 103 BR.markInteresting(Cont); 138 auto &BR = C.getBugReporter(); 139 BR.emitReport(std::make_unique<PathSensitiveBugReport>(*DebugMsgBugType,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
| Object.h | 84 void LLVMDisposeBinary(LLVMBinaryRef BR); 95 LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR); 102 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR); 115 LLVMBinaryRef LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR, 131 LLVMSectionIteratorRef LLVMObjectFileCopySectionIterator(LLVMBinaryRef BR); 138 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, 152 LLVMSymbolIteratorRef LLVMObjectFileCopySymbolIterator(LLVMBinaryRef BR); 159 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR,
|
| /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/usr.bin/tip/ |
| cu.c | 82 BR = DEFBR; 142 BR = (long)strtoi(optarg, NULL, 0, 1, LONG_MAX, &e); 145 "failed, using %ld", optarg, BR); 170 BR = cmdlineBR; 215 (void)snprintf(sbuf, sizeof sbuf, "cu%d", (int)BR); 265 if (ttysetup((speed_t)BR) != 0) { 266 errx(3, "unsupported speed %ld", BR); 273 if (ttysetup((speed_t)BR) != 0) { 274 errx(3, "unsupported speed %ld", BR);
|
| /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));
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| Object.cpp | 78 LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR) { 79 auto Buf = unwrap(BR)->getMemoryBufferRef(); 85 void LLVMDisposeBinary(LLVMBinaryRef BR) { 86 delete unwrap(BR); 89 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR) { 132 return BinaryTypeMapper::mapBinaryTypeToLLVMBinaryType(unwrap(BR)->getType()); 135 LLVMBinaryRef LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR, 139 auto universal = cast<MachOUniversalBinary>(unwrap(BR)); 149 LLVMSectionIteratorRef LLVMObjectFileCopySectionIterator(LLVMBinaryRef BR) { 150 auto OF = cast<ObjectFile>(unwrap(BR)); [all...] |