Searched defs:BR (Results 26 - 50 of 64) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp190 auto BR = std::make_unique<PathSensitiveBugReport>(*DoubleSuperDeallocBugType, local
H A DNSErrorChecker.cpp244 BugReporter &BR = *event.BR; local
[all...]
H A DArrayBoundCheckerV2.cpp259 auto BR = std::make_unique<PathSensitiveBugReport>(*BT, os.str(), errorNode); local
H A DExprInspectionChecker.cpp286 void ExprInspectionChecker::checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, argument
292 reportBug(llvm::to_string(NumTimesReached), BR, N); local
142 reportBug(llvm::StringRef Msg, BugReporter &BR, ExplodedNode *N) const argument
H A DIdenticalExprChecker.cpp37 BugReporter &BR; member in class:__anon912::FindIdenticalExprVisitor
[all...]
H A DMacOSKeychainAPIChecker.cpp621 VisitNode( const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &BR) argument
H A DCheckObjCDealloc.cpp579 auto BR = std::make_unique<PathSensitiveBugReport>(*MissingReleaseBugType, local
701 auto BR = std::make_unique<PathSensitiveBugReport>(*ExtraReleaseBugType, local
743 auto BR local
[all...]
H A DDeadStoresChecker.cpp135 BugReporter& BR; member in class:__anon769::DeadStoreObs
H A DIvarInvalidationChecker.cpp213 BugReporter &BR; member in class:__anon802::IvarInvalidationCheckerImpl
[all...]
H A DMoveChecker.cpp275 VisitNode(const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &BR) argument
H A DCheckSecuritySyntaxOnly.cpp71 BugReporter &BR; member in class:__anon761::WalkAST
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp242 Record *BR = getOrCreateRecord(BD); local
254 Record *BR = getOrCreateRecord(BD); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp78 LLVMMemoryBufferRef LLVMBinaryCopyMemoryBuffer(LLVMBinaryRef BR) { argument
85 void LLVMDisposeBinary(LLVMBinaryRef BR) { argument
89 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR) { argument
135 LLVMBinaryRef LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR, argument
149 LLVMSectionIteratorRef LLVMObjectFileCopySectionIterator(LLVMBinaryRef BR) { argument
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/llvm/lib/Transforms/Scalar/
H A DADCE.cpp211 auto *BR = dyn_cast<BranchInst>(Term); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h150 PathSensitiveBugReporter BR; member in class:clang::ento::ExprEngine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp262 unsigned BR = getBaseAddressRegister(MI); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); local
557 BugReporter *BR; member in struct:clang::ento::ImplicitNullDerefEvent
31 _checkDecl(void *checker, const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
50 _checkBody(void *checker, const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
65 _checkEndOfTranslationUnit(void *checker, const TranslationUnitDecl *TU, AnalysisManager& mgr, BugReporter &BR) argument
228 _checkEndAnalysis(void *checker, ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp452 VisitNode(const ExplodedNode *N, BugReporterContext &BRC, PathSensitiveBugReport &BR) argument
717 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndN, PathSensitiveBugReport &BR) argument
725 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndN, PathSensitiveBugReport &BR) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp608 void VisitBlockExpr(BlockExpr *BR) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp596 auto *BR = dyn_cast<BranchInst>(BB.getTerminator()); local
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.h81 EXTERN long BR; /* line speed for conversation */ variable
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h691 PathSensitiveBugReporter &BR; member in class:clang::ento::BugReporterContext
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp828 const auto *BR = local
H A DExprEngineCallAndReturn.cpp441 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); local
H A DCheckerManager.cpp76 runCheckersOnASTDecl(const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
98 runCheckersOnASTBody(const Decl *D, AnalysisManager& mgr, BugReporter &BR) argument
402 runCheckersForEndAnalysis(ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) argument
696 runCheckersOnEndOfTranslationUnit( const TranslationUnitDecl *TU, AnalysisManager &mgr, BugReporter &BR) argument

Completed in 166 milliseconds

123