/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MismatchedIteratorChecker.cpp | 269 void MismatchedIteratorChecker::reportBug(StringRef Message, SVal Val1, in reportBug() function in MismatchedIteratorChecker 279 void MismatchedIteratorChecker::reportBug(StringRef Message, SVal Val, in reportBug() function in MismatchedIteratorChecker
|
H A D | SmartPtrChecker.cpp | 79 void SmartPtrChecker::reportBug(CheckerContext &C, const MemRegion *DerefRegion, in reportBug() function in SmartPtrChecker
|
H A D | DivZeroChecker.cpp | 49 void DivZeroChecker::reportBug(StringRef Msg, ProgramStateRef StateZero, in reportBug() function in DivZeroChecker
|
H A D | ConversionChecker.cpp | 127 void ConversionChecker::reportBug(ExplodedNode *N, const Expr *E, in reportBug() function in ConversionChecker
|
H A D | InvalidatedIteratorChecker.cpp | 125 void InvalidatedIteratorChecker::reportBug(StringRef Message, SVal Val, in reportBug() function in InvalidatedIteratorChecker
|
H A D | VforkChecker.cpp | 123 void VforkChecker::reportBug(const char *What, CheckerContext &C, in reportBug() function in VforkChecker
|
H A D | DereferenceChecker.cpp | 154 void DereferenceChecker::reportBug(DerefKind K, ProgramStateRef State, reportBug() function in DereferenceChecker
|
H A D | TestAfterDivZeroChecker.cpp | 166 void TestAfterDivZeroChecker::reportBug(SVal Val, CheckerContext &C) const { in reportBug() function in TestAfterDivZeroChecker
|
H A D | ExprInspectionChecker.cpp | 166 ExprInspectionChecker::reportBug(llvm::StringRef Msg, CheckerContext &C, in reportBug() function in ExprInspectionChecker 174 ExprInspectionChecker::reportBug(llvm::StringRef Msg, BugReporter &BR, in reportBug() function in ExprInspectionChecker
|
H A D | VLASizeChecker.cpp | 233 void VLASizeChecker::reportBug(VLASize_Kind Kind, const Expr *SizeE, in reportBug() function in VLASizeChecker
|
H A D | IteratorRangeChecker.cpp | 272 void IteratorRangeChecker::reportBug(StringRef Message, SVal Val, reportBug() function in IteratorRangeChecker
|
H A D | FuchsiaHandleChecker.cpp | 645 void FuchsiaHandleChecker::reportBug(SymbolRef Sym, ExplodedNode *ErrorNode, in reportBug() function in FuchsiaHandleChecker
|
H A D | PthreadLockChecker.cpp | 624 void PthreadLockChecker::reportBug(CheckerContext &C, reportBug() function in PthreadLockChecker
|
H A D | NullabilityChecker.cpp | 172 void reportBug(StringRef Msg, ErrorKind Error, CheckKind CK, ExplodedNode *N, in reportBug() function in __anonb6a71ffe0111::NullabilityChecker
|
H A D | StdLibraryFunctionsChecker.cpp | 858 void reportBug(const CallEvent &Call, ExplodedNode *N, in reportBug() function in __anon46c7ee2e0111::StdLibraryFunctionsChecker
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 72 void reportBug(const LambdaCapture &Capture, ValueDecl *CapturedVar, in reportBug() function in __anonc6e454a70111::UncountedLambdaCapturesChecker
|
H A D | NoUncountedMembersChecker.cpp | 122 void reportBug(const FieldDecl *Member, const Type *MemberType, in reportBug() function in __anon189805e70111::NoUncountedMemberChecker
|
H A D | UncountedCallArgsChecker.cpp | 163 void reportBug(const Expr *CallArg, const ParmVarDecl *Param) const { reportBug() function in __anon0391d8280111::UncountedCallArgsChecker
|
H A D | RefCntblBaseVirtualDtorChecker.cpp | 167 void reportBug(const CXXRecordDecl *DerivedClass, reportBug() function in __anon2c0e1f150111::RefCntblBaseVirtualDtorChecker
|
H A D | UncountedLocalVarsChecker.cpp | 228 void reportBug(const VarDecl *V) const { reportBug() function in __anon4db8fb260111::UncountedLocalVarsChecker
|