Searched refs:BR (Results 1 - 25 of 119) sorted by relevance

12345

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc-b.c81 #define BR(a,b) \ macro
83 {"br.few", BR (0, 0)},
84 {"br", BR (0, 0)},
85 {"br.few.clr", BR (0, 1)},
86 {"br.clr", BR (0, 1)},
87 {"br.many", BR (1, 0)},
88 {"br.many.clr", BR (1, 1)},
89 #undef BR macro
91 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY macro
94 {"br.cond.sptk.few", BR (
190 #undef BR macro
246 #define BR macro
254 #undef BR macro
256 #define BR macro
308 #undef BR macro
311 #define BR macro
362 #undef BR macro
363 #define BR macro
439 #undef BR macro
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp27 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()),
H A DCheckSizeofPointer.cpp25 BugReporter &BR; member in class:__anon878::WalkAST
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));
H A DCloneChecker.cpp42 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
107 reportClones( BugReporter &BR, AnalysisManager &Mgr, std::vector<CloneDetector::CloneGroup> &CloneGroups) const argument
128 reportSuspiciousClones( BugReporter &BR, AnalysisManager &Mgr, std::vector<CloneDetector::CloneGroup> &CloneGroups) const argument
[all...]
H A DOSObjectCStyleCast.cpp34 BugReporter &BR) const;
38 BugReporter &BR,
48 BR.EmitBasicReport(
54 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), ADC),
64 BugReporter &BR) const {
80 emitDiagnostics(Match, BR, ADC, this);
37 emitDiagnostics(const BoundNodes &Nodes, BugReporter &BR, AnalysisDeclContext *ADC, const OSObjectCStyleCastChecker *Checker) argument
H A DPointerIterationChecker.cpp32 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);
35 emitDiagnostics(const BoundNodes &Match, const Decl *D, BugReporter &BR, AnalysisManager &AM, const PointerIterationChecker *Checker) argument
H A DPointerSortingChecker.cpp32 BugReporter &BR) const;
36 BugReporter &BR, AnalysisManager &AM,
45 BR.getSourceManager(),
52 BR.EmitBasicReport(ADC->getDecl(), Checker,
97 BugReporter &BR) const {
102 emitDiagnostics(Match, D, BR, AM, this);
35 emitDiagnostics(const BoundNodes &Match, const Decl *D, BugReporter &BR, AnalysisManager &AM, const PointerSortingChecker *Checker) argument
H A DCastToStructChecker.cpp27 BugReporter &BR; member in class:__anon869::CastToStructVisitor
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));
H A DCheckObjCInstMethSignature.cpp41 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);
39 CompareReturnTypes(const ObjCMethodDecl *MethDerived, const ObjCMethodDecl *MethAncestor, BugReporter &BR, ASTContext &Ctx, const ObjCImplementationDecl *ID, const CheckerBase *Checker) argument
78 CheckObjCInstMethSignature(const ObjCImplementationDecl *ID, BugReporter &BR, const CheckerBase *Checker) argument
H A DRunLoopAutoreleaseLeakChecker.cpp54 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, argument
170 emitDiagnostics(Match, D, BR, AM, Chkr);
174 checkTempObjectsInNoPool(const Decl *D, AnalysisManager &AM, BugReporter &BR, argument
191 emitDiagnostics(Match, D, BR, AM, Chkr);
197 BugReporter &BR) const {
198 checkTempObjectsInSamePool(D, AM, BR, thi
80 emitDiagnostics(BoundNodes &Match, const Decl *D, BugReporter &BR, AnalysisManager &AM, const RunLoopAutoreleaseLeakChecker *Checker) argument
[all...]
H A DLLVMConventionsChecker.cpp117 BugReporter &BR; member in class:__anon920::StringRefCheckerVisitor
123 : DeclWithIssue(declWithIssue), BR(br), Checker(checker) {}
136 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, argument
138 StringRefCheckerVisitor walker(D, BR, Checker);
182 PathDiagnosticLocation::createBegin(VD, BR.getSourceManager());
183 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
217 BugReporter &BR; member in class:__anon921::ASTFieldVisitor
223 : Root(root), BR(br), Checker(checker) {}
230 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR, argument
236 ASTFieldVisitor walker(R, BR, Checke
[all...]
H A DUndefCapturedBlockVarChecker.cpp38 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;
H A DCStringSyntaxChecker.cpp34 BugReporter &BR; member in class:__anon751::WalkAST
104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) argument
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) cons
[all...]
H A DNSErrorChecker.cpp47 AnalysisManager &mgr, BugReporter &BR) const;
53 BugReporter &BR) const {
75 PathDiagnosticLocation::create(D, BR.getSourceManager());
76 BR.EmitBasicReport(D, this, "Bad return type when passing NSError**",
94 AnalysisManager &mgr, BugReporter &BR) const;
100 BugReporter &BR) const {
122 PathDiagnosticLocation::create(D, BR.getSourceManager());
123 BR.EmitBasicReport(D, this, "Bad return type when passing CFErrorRef*",
244 BugReporter &BR = *event.BR; local
[all...]
H A DGCDAntipatternChecker.cpp52 BugReporter &BR) const;
183 BugReporter &BR,
195 BR.EmitBasicReport(
201 PathDiagnosticLocation::createBegin(SW, BR.getSourceManager(), ADC),
207 BugReporter &BR) const {
216 emitDiagnostics(Match, "semaphore", BR, ADC, this);
221 emitDiagnostics(Match, "group", BR, ADC, this);
181 emitDiagnostics(const BoundNodes &Nodes, const char* Type, BugReporter &BR, AnalysisDeclContext *ADC, const GCDAntipatternChecker *Checker) argument
H A DDirectIvarAssignment.cpp63 BugReporter &BR; member in class:__anon786::DirectIvarAssignment::MethodCrawler
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));
H A DDebugCheckers.cpp36 BugReporter &BR) const {
62 BugReporter &BR) const {
88 BugReporter &BR) const {
113 BugReporter &BR) const {
137 BugReporter &BR) const {
160 BugReporter &BR) const {
184 BugReporter &BR) const {
214 BugReporter &BR) const {
238 BugReporter &BR) const {
270 BugReporter &BR) cons
[all...]
H A DCheckSecuritySyntaxOnly.cpp71 BugReporter &BR; member in class:__anon761::WalkAST
82 : BR(br), AC(ac), II_setid(),
83 CheckRand(isArc4RandomAvailable(BR.getContext())),
337 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
338 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter,
367 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().VoidTy)
377 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
378 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcmp,
409 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().VoidTy)
419 PathDiagnosticLocation::createBegin(CE, BR
[all...]
H A DObjCAutoreleaseWriteChecker.cpp52 BugReporter &BR) const;
108 static void emitDiagnostics(BoundNodes &Match, const Decl *D, BugReporter &BR, argument
131 MarkedStmt, BR.getSourceManager(), ADC);
135 BR.EmitBasicReport(
151 BugReporter &BR) const {
203 emitDiagnostics(Match, D, BR, AM, this);
H A DObjCContainersASTChecker.cpp28 BugReporter &BR; member in class:__anon951::WalkAST
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));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DObject.h84 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,
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcu.c61 BR = DEFBR;
106 BR = (int)l;
156 (void)snprintf(sbuf, sizeof(sbuf), "cu%ld", BR);
182 if (HW && ttysetup(BR)) {
184 __progname, BR);
195 if (!HW && ttysetup(BR)) {
197 __progname, BR);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp78 LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR) { argument
79 auto Buf = unwrap(BR)->getMemoryBufferRef();
85 void LLVMDisposeBinary(LLVMBinaryRef BR) { argument
86 delete unwrap(BR);
89 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR) { argument
132 return BinaryTypeMapper::mapBinaryTypeToLLVMBinaryType(unwrap(BR)->getType());
135 LLVMBinaryRef LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR, argument
139 auto universal = cast<MachOUniversalBinary>(unwrap(BR));
149 LLVMSectionIteratorRef LLVMObjectFileCopySectionIterator(LLVMBinaryRef BR) { argument
150 auto OF = cast<ObjectFile>(unwrap(BR));
157 LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, LLVMSectionIteratorRef SI) argument
163 LLVMObjectFileCopySymbolIterator(LLVMBinaryRef BR) argument
171 LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, LLVMSymbolIteratorRef SI) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h63 PathSensitiveBugReport &BR) = 0;
69 PathSensitiveBugReport &BR);
78 PathSensitiveBugReport &BR);
85 const PathSensitiveBugReport &BR);
161 PathSensitiveBugReport &BR) override;
187 PathSensitiveBugReport &BR) override;
205 PathSensitiveBugReport &BR) override;
232 PathSensitiveBugReport &BR) override;
236 PathSensitiveBugReport &BR);
315 PathSensitiveBugReport &BR) overrid
[all...]
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dspu-insns.h118 BR Branch pipeline
136 APUOP(M_BR, RI16, 0x190, "br", _A1(A_R18), 00000, BR) /* BRel IP<-IP+I16 */
137 APUOP(M_BRSL, RI16, 0x198, "brsl", _A2(A_T,A_R18), 00002, BR) /* BRelSetLink RT,IP<-IP,IP+I16 */
138 APUOP(M_BRA, RI16, 0x180, "bra", _A1(A_S18), 00000, BR) /* BRAbs IP<-I16 */
139 APUOP(M_BRASL, RI16, 0x188, "brasl", _A2(A_T,A_S18), 00002, BR) /* BRAbsSetLink RT,IP<-IP,I16 */
143 APUOP(M_STOP, RR, 0x000, "stop", _A0(), 00000, BR) /* STOP stop */
144 APUOP(M_STOP2, RR, 0x000, "stop", _A1(A_U14), 00000, BR) /* STOP stop */
145 APUOP(M_STOPD, RR, 0x140, "stopd", _A3(A_T,A_A,A_B), 00111, BR) /* STOPD stop (with register dependencies) */
147 APUOP(M_SYNC, RR, 0x002, "sync", _A0(), 00000, BR) /* SYNC flush_pipe */
148 APUOP(M_DSYNC, RR, 0x003, "dsync", _A0(), 00000, BR) /* DSYN
[all...]

Completed in 138 milliseconds

12345