Home
last modified time | relevance | path

Searched refs:BR (Results 1 – 25 of 221) sorted by relevance

123456789

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dia64-opc-b.c80 #define BR(a,b) \ macro
83 {"br", BR (0, 0)},
88 #undef BR
189 #undef BR
243 #define BR(a,b) \ macro
251 #undef BR
253 #define BR(a,b,c) \ macro
305 #undef BR
359 #undef BR
360 #define BR(a,b,c,d) \ macro
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-opc-b.c81 #define BR(a,b) \ macro
84 {"br", BR (0, 0)},
89 #undef BR
190 #undef BR
246 #define BR(a,b) \ macro
254 #undef BR
256 #define BR(a,b,c) \ macro
308 #undef BR
362 #undef BR
363 #define BR(a,b,c,d) \ macro
[all …]
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp71 BugReporter &BR; member in __anonaabbd67a0111::WalkAST
82 : BR(br), AC(ac), II_setid(), in WalkAST()
83 CheckRand(isArc4RandomAvailable(BR.getContext())), in WalkAST()
378 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcmp, in checkCall_bcmp()
420 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcopy, in checkCall_bcopy()
461 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bzero, in checkCall_bzero()
499 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets, in checkCall_gets()
759 if (!BR.getContext().getLangOpts().C11) in checkDeprecatedOrUnsafeBufferHandling()
814 BR.EmitBasicReport(AC->getDecl(), in checkDeprecatedOrUnsafeBufferHandling()
983 BR.EmitBasicReport( in checkMsg_decodeValueOfObjCType()
[all …]
H A DCloneChecker.cpp42 BugReporter &BR) const;
48 void reportClones(BugReporter &BR, AnalysisManager &Mgr,
54 BugReporter &BR, AnalysisManager &Mgr,
60 BugReporter &BR) const { in checkASTCodeBody()
83 reportSuspiciousClones(BR, Mgr, AllCloneGroups); in checkEndOfTranslationUnit()
96 reportClones(BR, Mgr, AllCloneGroups); in checkEndOfTranslationUnit()
108 BugReporter &BR, AnalysisManager &Mgr, in reportClones() argument
124 BR.emitReport(std::move(R)); in reportClones()
129 BugReporter &BR, AnalysisManager &Mgr, in reportSuspiciousClones() argument
161 ASTContext &ACtx = BR.getContext(); in reportSuspiciousClones()
[all …]
H A DLLVMConventionsChecker.cpp117 BugReporter &BR; member in __anon53eb38e10111::StringRefCheckerVisitor
123 : DeclWithIssue(declWithIssue), BR(br), Checker(checker) {} in StringRefCheckerVisitor()
138 StringRefCheckerVisitor walker(D, BR, Checker); in CheckStringRefAssignedTemporary()
182 PathDiagnosticLocation::createBegin(VD, BR.getSourceManager()); in VisitVarDecl()
217 BugReporter &BR; member in __anon53eb38e10211::ASTFieldVisitor
223 : Root(root), BR(br), Checker(checker) {} in ASTFieldVisitor()
236 ASTFieldVisitor walker(R, BR, Checker); in CheckASTMemory()
301 BugReporter &BR) const { in checkASTDecl()
303 CheckASTMemory(R, BR, this); in checkASTDecl()
307 BugReporter &BR) const { in checkASTCodeBody()
[all …]
H A DRunLoopAutoreleaseLeakChecker.cpp54 BugReporter &BR) const;
82 BugReporter &BR, in emitDiagnostics() argument
113 ME, BR.getSourceManager(), ADC); in emitDiagnostics()
116 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
155 checkTempObjectsInSamePool(const Decl *D, AnalysisManager &AM, BugReporter &BR, in checkTempObjectsInSamePool() argument
170 emitDiagnostics(Match, D, BR, AM, Chkr); in checkTempObjectsInSamePool()
174 checkTempObjectsInNoPool(const Decl *D, AnalysisManager &AM, BugReporter &BR, in checkTempObjectsInNoPool() argument
191 emitDiagnostics(Match, D, BR, AM, Chkr); in checkTempObjectsInNoPool()
197 BugReporter &BR) const { in checkASTCodeBody()
198 checkTempObjectsInSamePool(D, AM, BR, this); in checkASTCodeBody()
[all …]
H A DObjCPropertyChecker.cpp27 void checkCopyMutable(const ObjCPropertyDecl *D, BugReporter &BR) const;
31 BugReporter &BR) const;
37 BugReporter &BR) const { in checkASTDecl()
38 checkCopyMutable(D, BR); in checkASTDecl()
42 BugReporter &BR) const { in checkCopyMutable()
72 BR.EmitBasicReport( in checkCopyMutable()
74 PathDiagnosticLocation::createBegin(D, BR.getSourceManager()), in checkCopyMutable()
H A DCheckObjCInstMethSignature.cpp41 BugReporter &BR, ASTContext &Ctx, in CompareReturnTypes() argument
68 BR.getSourceManager()); in CompareReturnTypes()
70 BR.EmitBasicReport( in CompareReturnTypes()
77 BugReporter &BR, in CheckObjCInstMethSignature() argument
86 ASTContext &Ctx = BR.getContext(); in CheckObjCInstMethSignature()
113 CompareReturnTypes(MethDerived, M, BR, Ctx, ID, Checker); in CheckObjCInstMethSignature()
129 BugReporter &BR) const { in checkASTDecl()
130 CheckObjCInstMethSignature(D, BR, this); in checkASTDecl()
H A DSmartPtrModeling.cpp414 !BR.isInteresting(ThisRegion)) in evalCall()
416 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in evalCall()
618 !BR.isInteresting(ThisRegion)) in handleReset()
620 bugreporter::trackExpressionValue(BR.getErrorNode(), TrackingExpr, BR); in handleReset()
654 !BR.isInteresting(ThisRegion)) in handleRelease()
697 if (BR.isInteresting(FirstThisRegion) && in handleSwap()
699 BR.markInteresting(SecondThisRegion); in handleSwap()
700 BR.markNotInteresting(FirstThisRegion); in handleSwap()
702 if (BR.isInteresting(SecondThisRegion) && in handleSwap()
704 BR.markInteresting(FirstThisRegion); in handleSwap()
[all …]
H A DCastToStructChecker.cpp27 BugReporter &BR; member in __anone80438030111::CastToStructVisitor
34 : BR(B), Checker(Checker), AC(A) {} in CastToStructVisitor()
64 PathDiagnosticLocation Loc(CE, BR.getSourceManager(), AC); in VisitCastExpr()
65 BR.EmitBasicReport( in VisitCastExpr()
96 PathDiagnosticLocation Loc(CE, BR.getSourceManager(), AC); in VisitCastExpr()
97 BR.EmitBasicReport(AC->getDecl(), Checker, "Widening cast to struct type", in VisitCastExpr()
112 BugReporter &BR) const { in checkASTCodeBody()
113 CastToStructVisitor Visitor(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()
H A DCheckSizeofPointer.cpp25 BugReporter &BR; member in __anonea35042a0111::WalkAST
31 : BR(br), Checker(checker), AC(ac) {} in WalkAST()
65 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC); in VisitUnaryExprOrTypeTraitExpr()
66 BR.EmitBasicReport(AC->getDecl(), Checker, in VisitUnaryExprOrTypeTraitExpr()
83 BugReporter &BR) const { in checkASTCodeBody()
84 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()
H A DCStringSyntaxChecker.cpp34 BugReporter &BR; member in __anon8d27a0510111::WalkAST
104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) in WalkAST() argument
105 : Checker(Checker), BR(BR), AC(AC) {} in WalkAST()
201 ASTContext &C = BR.getContext(); in containsBadStrlcpyStrlcatPattern()
223 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC); in VisitCallExpr()
238 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument", in VisitCallExpr()
248 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC); in VisitCallExpr()
262 BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument", in VisitCallExpr()
283 BugReporter &BR) const { in checkASTCodeBody()
284 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()
H A DPointerIterationChecker.cpp32 BugReporter &BR) const;
36 BugReporter &BR, AnalysisManager &AM, in emitDiagnostics() argument
45 BR.getSourceManager(), in emitDiagnostics()
52 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
84 BugReporter &BR) const { in checkASTCodeBody()
89 emitDiagnostics(Match, D, BR, AM, this); in checkASTCodeBody()
H A DPointerSortingChecker.cpp32 BugReporter &BR) const;
36 BugReporter &BR, AnalysisManager &AM, in emitDiagnostics() argument
45 BR.getSourceManager(), in emitDiagnostics()
52 BR.EmitBasicReport(ADC->getDecl(), Checker, in emitDiagnostics()
98 BugReporter &BR) const { in checkASTCodeBody()
103 emitDiagnostics(Match, D, BR, AM, this); in checkASTCodeBody()
H A DNSErrorChecker.cpp48 AnalysisManager &mgr, BugReporter &BR) const;
54 BugReporter &BR) const { in checkASTDecl()
76 PathDiagnosticLocation::create(D, BR.getSourceManager()); in checkASTDecl()
77 BR.EmitBasicReport(D, this, "Bad return type when passing NSError**", in checkASTDecl()
95 AnalysisManager &mgr, BugReporter &BR) const;
110 BugReporter &BR) const { in checkASTDecl()
134 PathDiagnosticLocation::create(D, BR.getSourceManager()); in checkASTDecl()
135 BR.EmitBasicReport(D, this, "Bad return type when passing CFErrorRef*", in checkASTDecl()
256 BugReporter &BR = *event.BR; in checkEvent() local
288 BR.emitReport( in checkEvent()
H A DOSObjectCStyleCast.cpp33 BugReporter &BR) const;
52 BugReporter &BR, in emitDiagnostics() argument
66 BR.EmitBasicReport( in emitDiagnostics()
72 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), ADC), in emitDiagnostics()
82 BugReporter &BR) const { in checkASTCodeBody()
116 emitDiagnostics(Match, BR, ADC, this); in checkASTCodeBody()
H A DDebugCheckers.cpp36 BugReporter &BR) const { in checkASTCodeBody()
62 BugReporter &BR) const { in checkASTCodeBody()
88 BugReporter &BR) const { in checkASTCodeBody()
113 BugReporter &BR) const { in checkASTCodeBody()
137 BugReporter &BR) const { in checkASTCodeBody()
160 BugReporter &BR) const { in checkASTCodeBody()
184 BugReporter &BR) const { in checkASTCodeBody()
214 BugReporter &BR) const { in checkASTDecl()
238 BugReporter &BR) const { in checkASTDecl()
270 BugReporter &BR) const { in checkEndOfTranslationUnit()
H A DIdenticalExprChecker.cpp37 BugReporter &BR; member in __anonff9b41dc0111::FindIdenticalExprVisitor
44 : BR(B), Checker(Checker), AC(A) {} in FindIdenticalExprVisitor()
70 PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager()); in reportIdenticalExpr()
71 BR.EmitBasicReport(AC->getDecl(), Checker, in reportIdenticalExpr()
120 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions", in VisitIfStmt()
142 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC); in VisitIfStmt()
173 BR.EmitBasicReport(AC->getDecl(), Checker, in VisitIfStmt()
264 BR.EmitBasicReport(AC->getDecl(), Checker, in checkComparisonOp()
280 C, BR.getSourceManager()); in VisitConditionalOperator()
285 BR.EmitBasicReport( in VisitConditionalOperator()
[all …]
H A DDirectIvarAssignment.cpp63 BugReporter &BR; member in __anonb344fd010111::DirectIvarAssignment::MethodCrawler
71 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR), in MethodCrawler()
91 BugReporter &BR) const;
118 BugReporter &BR) const { in checkASTDecl()
151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this, in checkASTDecl()
200 BR.EmitBasicReport( in VisitBinaryOperator()
204 PathDiagnosticLocation(IvarRef, BR.getSourceManager(), DCtx)); in VisitBinaryOperator()
H A DUndefCapturedBlockVarChecker.cpp39 if (const DeclRefExpr *BR = dyn_cast<DeclRefExpr>(S)) in FindBlockDeclRefExpr() local
40 if (BR->getDecl() == VD) in FindBlockDeclRefExpr()
41 return BR; in FindBlockDeclRefExpr()
45 if (const DeclRefExpr *BR = FindBlockDeclRefExpr(Child, VD)) in FindBlockDeclRefExpr() local
46 return BR; in FindBlockDeclRefExpr()
H A DGCDAntipatternChecker.cpp52 BugReporter &BR) const;
181 BugReporter &BR, in emitDiagnostics() argument
193 BR.EmitBasicReport( in emitDiagnostics()
199 PathDiagnosticLocation::createBegin(SW, BR.getSourceManager(), ADC), in emitDiagnostics()
205 BugReporter &BR) const { in checkASTCodeBody()
214 emitDiagnostics(Match, "semaphore", BR, ADC, this); in checkASTCodeBody()
219 emitDiagnostics(Match, "group", BR, ADC, this); in checkASTCodeBody()
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceUsingSimplifyCFG.cpp44 auto *BR = dyn_cast<BranchInst>(BB.getTerminator()); in reduceConditionals() local
45 if (!BR || !BR->isConditional() || O.shouldKeep()) in reduceConditionals()
49 BR->setCondition(ConstantInt::getTrue(BR->getContext())); in reduceConditionals()
51 BR->setCondition(ConstantInt::getFalse(BR->getContext())); in reduceConditionals()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DObject.cpp80 auto Buf = unwrap(BR)->getMemoryBufferRef(); in LLVMBinaryCopyMemoryBuffer()
86 void LLVMDisposeBinary(LLVMBinaryRef BR) { in LLVMDisposeBinary() argument
87 delete unwrap(BR); in LLVMDisposeBinary()
90 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR) { in LLVMBinaryGetType() argument
142 auto universal = cast<MachOUniversalBinary>(unwrap(BR)); in LLVMMachOUniversalBinaryCopyObjectForArch()
153 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySectionIterator()
160 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSectionIteratorAtEnd() argument
162 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSectionIteratorAtEnd()
167 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySymbolIterator()
174 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSymbolIteratorAtEnd() argument
[all …]
/openbsd/gnu/llvm/llvm/include/llvm-c/
H A DObject.h86 void LLVMDisposeBinary(LLVMBinaryRef BR);
97 LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR);
104 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR);
117 LLVMBinaryRef LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR,
133 LLVMSectionIteratorRef LLVMObjectFileCopySectionIterator(LLVMBinaryRef BR);
140 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR,
154 LLVMSymbolIteratorRef LLVMObjectFileCopySymbolIterator(LLVMBinaryRef BR);
161 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR,
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h68 PathSensitiveBugReport &BR) = 0;
74 PathSensitiveBugReport &BR);
83 PathSensitiveBugReport &BR);
90 const PathSensitiveBugReport &BR);
411 PathSensitiveBugReport &BR) override;
429 PathSensitiveBugReport &BR) override;
456 PathSensitiveBugReport &BR) override;
460 PathSensitiveBugReport &BR);
535 PathSensitiveBugReport &BR) override;
608 PathSensitiveBugReport &BR) override;
[all …]

123456789