/llvm-project/llvm/lib/Object/ |
H A D | Object.cpp | 79 LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR) { in LLVMBinaryCopyMemoryBuffer() 86 void LLVMDisposeBinary(LLVMBinaryRef BR) { in LLVMDisposeBinary() 90 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR) { in LLVMBinaryGetType() 138 LLVMBinaryRef LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR, in LLVMMachOUniversalBinaryCopyObjectForArch() 152 LLVMSectionIteratorRef LLVMObjectFileCopySectionIterator(LLVMBinaryRef BR) { in LLVMObjectFileCopySectionIterator() 160 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSectionIteratorAtEnd() 166 LLVMSymbolIteratorRef LLVMObjectFileCopySymbolIterator(LLVMBinaryRef BR) { in LLVMObjectFileCopySymbolIterator() 174 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSymbolIteratorAtEnd()
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | BugReportInterestingnessTest.cpp | 69 C.addTransition(nullptr, C.getNoteTag([Sym](PathSensitiveBugReport &BR) { in handleInteresting() 79 C.addTransition(nullptr, C.getNoteTag([Sym](PathSensitiveBugReport &BR) { in handleNotInteresting() 89 C.addTransition(nullptr, C.getNoteTag([Sym](PathSensitiveBugReport &BR) { in handleCheck()
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefCapturedBlockVarChecker.cpp | 39 if (const DeclRefExpr *BR = dyn_cast<DeclRefExpr>(S)) in FindBlockDeclRefExpr() local 45 if (const DeclRefExpr *BR = FindBlockDeclRefExpr(Child, VD)) in FindBlockDeclRefExpr() local
|
H A D | CXXSelfAssignmentChecker.cpp | 56 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction() 66 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction()
|
H A D | BitwiseShiftChecker.cpp | 103 if (BugReportPtr BR = checkOvershift()) { in run() local 109 if (BugReportPtr BR = checkOperandNegative(OperandSide::Right)) { in run() local 116 if (BugReportPtr BR = checkOperandNegative(OperandSide::Left)) { in run() local 122 if (BugReportPtr BR = checkLeftShiftOverflow()) { in run() local 336 auto BR = createBugReport() local [all...] |
H A D | RunLoopAutoreleaseLeakChecker.cpp | 82 BugReporter &BR, in emitDiagnostics() 155 checkTempObjectsInSamePool(const Decl *D, AnalysisManager &AM, BugReporter &BR, in checkTempObjectsInSamePool() 174 checkTempObjectsInNoPool(const Decl *D, AnalysisManager &AM, BugReporter &BR, in checkTempObjectsInNoPool()
|
H A D | SmartPtrModeling.cpp | 411 ArgVal](PathSensitiveBugReport &BR, in evalCall() argument 412 __anon0e0fff8d0302(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) evalCall() argument 615 __anon0e0fff8d0502(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) handleReset() argument 651 __anon0e0fff8d0602(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) handleRelease() argument 693 __anon0e0fff8d0702( PathSensitiveBugReport &BR, llvm::raw_ostream &OS) handleSwap() argument 756 __anon0e0fff8d0802(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) handleAssignOp() argument 795 __anon0e0fff8d0902( PathSensitiveBugReport &BR, llvm::raw_ostream &OS) updateMovedSmartPointers() argument 820 __anon0e0fff8d0a02(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) updateMovedSmartPointers() argument 902 __anon0e0fff8d0c02(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) handleBoolConversion() argument [all...] |
H A D | DebugContainerModeling.cpp | 95 [Cont, Field](PathSensitiveBugReport &BR) -> std::string { in analyzerContainerDataField() 132 auto &BR = C.getBugReporter(); in reportDebugMsg() local
|
H A D | CheckObjCInstMethSignature.cpp | 41 BugReporter &BR, ASTContext &Ctx, in CompareReturnTypes() 77 BugReporter &BR, in CheckObjCInstMethSignature()
|
H A D | LLVMConventionsChecker.cpp | 117 BugReporter &BR; member in __anon19c1d9470111::StringRefCheckerVisitor 136 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, in CheckStringRefAssignedTemporary() 217 BugReporter &BR; member in __anon19c1d9470211::ASTFieldVisitor 230 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR, in CheckASTMemory()
|
H A D | CloneChecker.cpp | 109 BugReporter &BR, AnalysisManager &Mgr, in reportClones() 126 BugReporter &BR, AnalysisManager &Mgr, in reportSuspiciousClones()
|
H A D | FuchsiaHandleChecker.cpp | 382 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string { in checkPostCall() 398 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string { in checkPostCall() 432 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall() 446 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall() 460 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall() 486 PathSensitiveBugReport &BR) -> std::string { in checkPostCall()
|
H A D | ErrnoChecker.cpp | 127 auto BR = std::make_unique<PathSensitiveBugReport>(BT_ErrnoNotChecked, generateErrnoNotCheckedBug() local 153 auto BR = std::make_unique<PathSensitiveBugReport>( checkLocation() local
|
H A D | ArrayBoundCheckerV2.cpp | 471 return C.getNoteTag([*this](PathSensitiveBugReport &BR) in createNoteTag() argument 110 providesInformationAboutInteresting(SVal SV,PathSensitiveBugReport & BR) providesInformationAboutInteresting() argument 533 providesInformationAboutInteresting(SymbolRef Sym,PathSensitiveBugReport & BR) providesInformationAboutInteresting() argument 673 markPartsInteresting(PathSensitiveBugReport & BR,ProgramStateRef ErrorState,NonLoc Val,bool MarkTaint) markPartsInteresting() argument 705 auto BR = std::make_unique<PathSensitiveBugReport>( reportOOB() local [all...] |
H A D | NumberObjectConversionChecker.cpp | 53 BugReporter &BR; member in __anonc40ae0dc0111::Callback 58 BugReporter &BR, AnalysisDeclContext *ADC) in Callback()
|
H A D | StringChecker.cpp | 80 const auto Callback = [Param](PathSensitiveBugReport &BR) -> std::string { in checkPreCall() argument
|
H A D | CStringSyntaxChecker.cpp | 34 BugReporter &BR; member in __anon83eeef370111::WalkAST 104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) in WalkAST()
|
H A D | PointerIterationChecker.cpp |
|
H A D | PointerSortingChecker.cpp |
|
/llvm-project/libcxx/test/std/re/re.regex/re.regex.const/ |
H A D | constants.pass.cpp | 38 typedef std::basic_regex<CharT> BR; in test() typedef
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | InvalidPtrChecker.cpp | 130 PathSensitiveBugReport &BR, llvm::raw_ostream &Out) { in REGISTER_SET_WITH_PROGRAMSTATE() 194 llvm::raw_ostream &Out) { in postPreviousReturnInvalidatingCall() 224 [this, MR](PathSensitiveBugReport &BR, llvm::raw_ostream &Out) { in postPreviousReturnInvalidatingCall()
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Z3CrosscheckVisitor.cpp | 49 finalizeVisitor(BugReporterContext & BRC,const ExplodedNode * EndPathNode,PathSensitiveBugReport & BR) finalizeVisitor() argument
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp |
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Checker.h | 32 BugReporter &BR) { in _checkDecl() 51 BugReporter &BR) { in _checkBody() 68 BugReporter &BR) { in _checkEndOfTranslationUnit() 227 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis() 552 BugReporter *BR; member
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceUsingSimplifyCFG.cpp | 44 auto *BR = dyn_cast<BranchInst>(BB.getTerminator()); in reduceConditionals() local
|