/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | SmartPtrChecker.cpp | 79 void SmartPtrChecker::reportBug(CheckerContext &C, const MemRegion *DerefRegion, in reportBug() function in SmartPtrChecker
|
H A D | InvalidatedIteratorChecker.cpp | 125 void InvalidatedIteratorChecker::reportBug(StringRef Message, SVal Val, in reportBug() function in InvalidatedIteratorChecker
|
H A D | DereferenceChecker.cpp | 156 void DereferenceChecker::reportBug(DerefKind K, ProgramStateRef State, in reportBug() function in DereferenceChecker
|
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 | 277 void IteratorRangeChecker::reportBug(StringRef Message, SVal Val, in reportBug() function in IteratorRangeChecker
|
H A D | PthreadLockChecker.cpp | 653 void PthreadLockChecker::reportBug(CheckerContext &C, in reportBug() function in PthreadLockChecker
|
H A D | NullabilityChecker.cpp | 172 void reportBug(StringRef Msg, ErrorKind Error, CheckKind CK, ExplodedNode *N, in reportBug() function in __anon414b416c0111::NullabilityChecker
|
H A D | StdLibraryFunctionsChecker.cpp | 858 void reportBug(const CallEvent &Call, ExplodedNode *N, in reportBug() function in __anon4d759d9c0111::StdLibraryFunctionsChecker
|
/freebsd/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 __anon8cd8c3550111::UncountedLambdaCapturesChecker
|
H A D | NoUncountedMembersChecker.cpp | 122 void reportBug(const FieldDecl *Member, const Type *MemberType, in reportBug() function in __anond0130fd50111::NoUncountedMemberChecker
|
H A D | UncountedCallArgsChecker.cpp | 244 void reportBug(const Expr *CallArg, const ParmVarDecl *Param) const { in reportBug() function in __anon75bc5c560111::UncountedCallArgsChecker
|
H A D | UncountedLocalVarsChecker.cpp | 252 void reportBug(const VarDecl *V, const Expr *Value) const { in reportBug() function in __anon053405140111::UncountedLocalVarsChecker
|
H A D | RefCntblBaseVirtualDtorChecker.cpp | 355 void reportBug(const CXXRecordDecl *DerivedClass, in reportBug() function in __anonf2028dc30111::RefCntblBaseVirtualDtorChecker
|