Home
last modified time | relevance | path

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

1234

/freebsd-src/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-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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 = in createBugReport() local
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 DSmartPtrModeling.cpp411 ArgVal](PathSensitiveBugReport &BR, in evalCall() argument
412 __anonde43240c0302(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) evalCall() argument
615 __anonde43240c0502(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) handleReset() argument
651 __anonde43240c0602(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) handleRelease() argument
693 __anonde43240c0702( PathSensitiveBugReport &BR, llvm::raw_ostream &OS) handleSwap() argument
756 __anonde43240c0802(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) handleAssignOp() argument
795 __anonde43240c0902( PathSensitiveBugReport &BR, llvm::raw_ostream &OS) updateMovedSmartPointers() argument
820 __anonde43240c0a02(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) updateMovedSmartPointers() argument
902 __anonde43240c0c02(PathSensitiveBugReport &BR, llvm::raw_ostream &OS) handleBoolConversion() argument
[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 DDebugContainerModeling.cpp95 [Cont, Field](PathSensitiveBugReport &BR) -> std::string { in analyzerContainerDataField() argument
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 __anon64e421060111::StringRefCheckerVisitor
136 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR, in CheckStringRefAssignedTemporary() argument
217 BugReporter &BR; member in __anon64e421060211::ASTFieldVisitor
230 static void CheckASTMemory(const CXXRecordDecl *R, BugReporter &BR, in CheckASTMemory() argument
[all...]
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 DCloneChecker.cpp109 BugReporter &BR, AnalysisManager &Mgr, in reportClones()
126 BugReporter &BR, AnalysisManager &Mgr, in reportSuspiciousClones()
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 DNumberObjectConversionChecker.cpp53 BugReporter &BR; member in __anon7c151bbb0111::Callback
58 BugReporter &BR, AnalysisDeclContext *ADC) in Callback()
H A DCStringSyntaxChecker.cpp34 BugReporter &BR; member in __anonca0e3b360111::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() argument
H A DCheckSizeofPointer.cpp
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 __anonf9608a480111::CastToStructVisitor
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp125 __anon7d794f8f0202( PathSensitiveBugReport &BR, llvm::raw_ostream &Out) REGISTER_SET_WITH_PROGRAMSTATE() argument
189 __anon7d794f8f0302(PathSensitiveBugReport &BR, llvm::raw_ostream &Out) postPreviousReturnInvalidatingCall() argument
219 __anon7d794f8f0402(PathSensitiveBugReport &BR, llvm::raw_ostream &Out) postPreviousReturnInvalidatingCall() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp242 __anonafbce71c0102(const RecordDecl *BD, Record *BR) getOrCreateRecord() argument
259 Record *BR = getOrCreateRecord(BD); getOrCreateRecord() local
271 Record *BR = getOrCreateRecord(BD); getOrCreateRecord() local
[all...]
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp362 getDefaultEndPath(const BugReporterContext & BRC,const ExplodedNode * EndPathNode,const PathSensitiveBugReport & BR) getDefaultEndPath() argument
467 VisitNode(const ExplodedNode * N,BugReporterContext & BR,PathSensitiveBugReport & R) VisitNode() argument
910 VisitNode(const ExplodedNode * N,BugReporterContext & BRC,PathSensitiveBugReport & BR) VisitNode() argument
936 addMacroVisitorIfNecessary(const ExplodedNode * N,const MemRegion * R,bool EnableNullFPSuppression,PathSensitiveBugReport & BR,const SVal V) addMacroVisitorIfNecessary() argument
1025 visitNodeInitial(const ExplodedNode * N,BugReporterContext & BRC,PathSensitiveBugReport & BR) visitNodeInitial() argument
1147 visitNodeMaybeUnsuppress(const ExplodedNode * N,BugReporterContext & BRC,PathSensitiveBugReport & BR) visitNodeMaybeUnsuppress() argument
1196 VisitNode(const ExplodedNode * N,BugReporterContext & BRC,PathSensitiveBugReport & BR) VisitNode() argument
1210 finalizeVisitor(BugReporterContext &,const ExplodedNode *,PathSensitiveBugReport & BR) finalizeVisitor() argument
1522 VisitNode(const ExplodedNode * Succ,BugReporterContext & BRC,PathSensitiveBugReport & BR) VisitNode() argument
1909 VisitNode(const ExplodedNode * Succ,BugReporterContext & BRC,PathSensitiveBugReport & BR) VisitNode() argument
2070 VisitNode(const ExplodedNode * N,BugReporterContext & BRC,PathSensitiveBugReport & BR) VisitNode() argument
2722 VisitNode(const ExplodedNode * N,BugReporterContext & BRC,PathSensitiveBugReport & BR) VisitNode() argument
2767 VisitNode(const ExplodedNode * N,BugReporterContext & BRC,PathSensitiveBugReport & BR) VisitNode() argument
2780 VisitNodeImpl(const ExplodedNode * N,BugReporterContext & BRC,PathSensitiveBugReport & BR) VisitNodeImpl() argument
3301 finalizeVisitor(BugReporterContext & BRC,const ExplodedNode * N,PathSensitiveBugReport & BR) finalizeVisitor() argument
3388 VisitNode(const ExplodedNode * N,BugReporterContext & BRC,PathSensitiveBugReport & BR) VisitNode() argument
3445 finalizeVisitor(BugReporterContext & BRC,const ExplodedNode * EndPathNode,PathSensitiveBugReport & BR) finalizeVisitor() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp90 PathSensitiveBugReport &BR) { in VisitNode()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp28 mutable BugReporter *BR = nullptr; member in __anonc6e454a70111::UncountedLambdaCapturesChecker

1234