Home
last modified time | relevance | path

Searched defs:BR (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp79 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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp411 ArgVal](PathSensitiveBugReport &BR, in evalCall()
412 llvm::raw_ostream &OS) { in evalCall()
615 llvm::raw_ostream &OS) { in handleReset()
651 llvm::raw_ostream &OS) { in handleRelease()
693 llvm::raw_ostream &OS) { in handleSwap()
756 llvm::raw_ostream &OS) { in handleAssignOp()
795 PathSensitiveBugReport &BR, llvm::raw_ostream &OS) { in updateMovedSmartPointers()
820 llvm::raw_ostream &OS) { in updateMovedSmartPointers()
902 [ThisRegion](PathSensitiveBugReport &BR, llvm::raw_ostream &OS) { in handleBoolConversion()
H A DCXXSelfAssignmentChecker.cpp56 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction()
66 C.getNoteTag([MD](PathSensitiveBugReport &BR) -> std::string { in checkBeginFunction()
H A DRunLoopAutoreleaseLeakChecker.cpp82 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 DCheckObjCInstMethSignature.cpp41 BugReporter &BR, ASTContext &Ctx, in CompareReturnTypes()
77 BugReporter &BR, in CheckObjCInstMethSignature()
H A DDebugContainerModeling.cpp95 [Cont, Field](PathSensitiveBugReport &BR) -> std::string { in analyzerContainerDataField()
132 auto &BR = C.getBugReporter(); in reportDebugMsg() local
H A DLLVMConventionsChecker.cpp117 BugReporter &BR; member in __anonfe7749740111::StringRefCheckerVisitor
136 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, in CheckStringRefAssignedTemporary()
217 BugReporter &BR; member in __anonfe7749740211::ASTFieldVisitor
230 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR, in CheckASTMemory()
H A DErrnoChecker.cpp127 auto BR = std::make_unique<PathSensitiveBugReport>(BT_ErrnoNotChecked, in generateErrnoNotCheckedBug() local
153 auto BR = std::make_unique<PathSensitiveBugReport>( in checkLocation() local
H A DArrayBoundCheckerV2.cpp110 PathSensitiveBugReport &BR) { in providesInformationAboutInteresting()
471 return C.getNoteTag([*this](PathSensitiveBugReport &BR) -> std::string { in createNoteTag()
533 SymbolRef Sym, PathSensitiveBugReport &BR) { in providesInformationAboutInteresting()
673 void ArrayBoundCheckerV2::markPartsInteresting(PathSensitiveBugReport &BR, in markPartsInteresting()
705 auto BR = std::make_unique<PathSensitiveBugReport>( in reportOOB() local
H A DNumberObjectConversionChecker.cpp53 BugReporter &BR; member in __anonffd4bc690111::Callback
58 BugReporter &BR, AnalysisDeclContext *ADC) in Callback()
H A DCStringSyntaxChecker.cpp34 BugReporter &BR; member in __anon8e4070240111::WalkAST
104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) in WalkAST()
H A DStringChecker.cpp80 const auto Callback = [Param](PathSensitiveBugReport &BR) -> std::string { in checkPreCall()
H A DPointerIterationChecker.cpp36 BugReporter &BR, AnalysisManager &AM, in emitDiagnostics()
H A DPointerSortingChecker.cpp36 BugReporter &BR, AnalysisManager &AM, in emitDiagnostics()
H A DCastToStructChecker.cpp27 BugReporter &BR; member in __anond888d9760111::CastToStructVisitor
H A DOSObjectCStyleCast.cpp52 BugReporter &BR, in emitDiagnostics()
H A DDebugIteratorModeling.cpp126 auto &BR = C.getBugReporter(); in reportDebugMsg() local
H A DObjCContainersASTChecker.cpp28 BugReporter &BR; member in __anon92c36e3f0111::WalkAST
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp130 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()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp279 const Record *BR) -> const Descriptor * { in getOrCreateRecord()
300 const Record *BR = getOrCreateRecord(BD); in getOrCreateRecord() local
317 const Record *BR = getOrCreateRecord(BD); in getOrCreateRecord() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp366 const PathSensitiveBugReport &BR) { in getDefaultEndPath()
471 const ExplodedNode *N, BugReporterContext &BR, PathSensitiveBugReport &R) { in VisitNode()
914 PathSensitiveBugReport &BR) override { in VisitNode()
940 bool EnableNullFPSuppression, PathSensitiveBugReport &BR, in addMacroVisitorIfNecessary()
1029 PathSensitiveBugReport &BR) { in visitNodeInitial()
1151 PathSensitiveBugReport &BR) { in visitNodeMaybeUnsuppress()
1200 PathSensitiveBugReport &BR) override { in VisitNode()
1214 PathSensitiveBugReport &BR) override { in finalizeVisitor()
1526 PathSensitiveBugReport &BR) { in VisitNode()
1913 PathSensitiveBugReport &BR) { in VisitNode()
[all …]
H A DZ3CrosscheckVisitor.cpp49 PathSensitiveBugReport &BR) { in finalizeVisitor()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp21 for (const auto &BR : Branches) { in sumBranches() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp28 mutable BugReporter *BR = nullptr; member in __anon8cd8c3550111::UncountedLambdaCapturesChecker
H A DNoUncountedMembersChecker.cpp32 mutable BugReporter *BR; member in __anond0130fd50111::NoUncountedMemberChecker

1234