Home
last modified time | relevance | path

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

12345

/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()
/llvm-project/clang/unittests/StaticAnalyzer/
H A DBugReportInterestingnessTest.cpp69 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 DUndefCapturedBlockVarChecker.cpp39 if (const DeclRefExpr *BR = dyn_cast<DeclRefExpr>(S)) in FindBlockDeclRefExpr() local
45 if (const DeclRefExpr *BR = FindBlockDeclRefExpr(Child, VD)) in FindBlockDeclRefExpr() local
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 DBitwiseShiftChecker.cpp103 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 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 DSmartPtrModeling.cpp411 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 DDebugContainerModeling.cpp95 [Cont, Field](PathSensitiveBugReport &BR) -> std::string { in analyzerContainerDataField()
132 auto &BR = C.getBugReporter(); in reportDebugMsg() local
H A DCheckObjCInstMethSignature.cpp41 BugReporter &BR, ASTContext &Ctx, in CompareReturnTypes()
77 BugReporter &BR, in CheckObjCInstMethSignature()
H A DLLVMConventionsChecker.cpp117 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 DCloneChecker.cpp109 BugReporter &BR, AnalysisManager &Mgr, in reportClones()
126 BugReporter &BR, AnalysisManager &Mgr, in reportSuspiciousClones()
H A DFuchsiaHandleChecker.cpp382 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 DErrnoChecker.cpp127 auto BR = std::make_unique<PathSensitiveBugReport>(BT_ErrnoNotChecked, generateErrnoNotCheckedBug() local
153 auto BR = std::make_unique<PathSensitiveBugReport>( checkLocation() local
H A DArrayBoundCheckerV2.cpp471 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 DNumberObjectConversionChecker.cpp53 BugReporter &BR; member in __anonc40ae0dc0111::Callback
58 BugReporter &BR, AnalysisDeclContext *ADC) in Callback()
H A DStringChecker.cpp80 const auto Callback = [Param](PathSensitiveBugReport &BR) -> std::string { in checkPreCall() argument
H A DCStringSyntaxChecker.cpp34 BugReporter &BR; member in __anon83eeef370111::WalkAST
104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) in WalkAST()
H A DPointerIterationChecker.cpp
H A DPointerSortingChecker.cpp
/llvm-project/libcxx/test/std/re/re.regex/re.regex.const/
H A Dconstants.pass.cpp38 typedef std::basic_regex<CharT> BR; in test() typedef
/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()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp49 finalizeVisitor(BugReporterContext & BRC,const ExplodedNode * EndPathNode,PathSensitiveBugReport & BR) finalizeVisitor() argument
/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp
/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h32 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 DReduceUsingSimplifyCFG.cpp44 auto *BR = dyn_cast<BranchInst>(BB.getTerminator()); in reduceConditionals() local

12345