| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| ExprInspectionChecker.cpp | 58 ExplodedNode *reportBug(llvm::StringRef Msg, CheckerContext &C, 60 ExplodedNode *reportBug(llvm::StringRef Msg, BugReporter &BR, ExplodedNode *N, 157 ExplodedNode *ExprInspectionChecker::reportBug(llvm::StringRef Msg, 161 reportBug(Msg, C.getBugReporter(), N, ExprVal); 165 ExplodedNode *ExprInspectionChecker::reportBug(llvm::StringRef Msg, 185 reportBug("Missing argument", C); 199 reportBug("Cannot obtain the region", C); 215 reportBug(getArgumentValueString(CE, C), C); 220 reportBug("REACHABLE", C); 244 reportBug(getArgumentValueString(CE, C), C) [all...] |
| SmartPtrChecker.cpp | 42 void reportBug(CheckerContext &C, const MemRegion *DerefRegion, 75 reportBug(C, ThisRegion, Call); 79 void SmartPtrChecker::reportBug(CheckerContext &C, const MemRegion *DerefRegion,
|
| DivZeroChecker.cpp | 28 void reportBug(const char *Msg, ProgramStateRef StateZero, CheckerContext &C, 43 void DivZeroChecker::reportBug( 84 reportBug("Division by zero", stateZero, C); 90 reportBug("Division by a tainted value, possibly zero", stateZero, C,
|
| ConversionChecker.cpp | 52 void reportBug(ExplodedNode *N, CheckerContext &C, const char Msg[]) const; 111 reportBug(N, C, "Loss of sign in implicit conversion"); 113 reportBug(N, C, "Loss of precision in implicit conversion"); 117 void ConversionChecker::reportBug(ExplodedNode *N, CheckerContext &C,
|
| MismatchedIteratorChecker.cpp | 39 void reportBug(const StringRef &Message, const SVal &Val1, 42 void reportBug(const StringRef &Message, const SVal &Val, 234 reportBug("Container accessed using foreign iterator argument.", 273 reportBug("Iterators of different containers used where the " 278 void MismatchedIteratorChecker::reportBug(const StringRef &Message, 290 void MismatchedIteratorChecker::reportBug(const StringRef &Message,
|
| TestAfterDivZeroChecker.cpp | 81 void reportBug(SVal Val, CheckerContext &C) const; 165 void TestAfterDivZeroChecker::reportBug(SVal Val, CheckerContext &C) const { 228 reportBug(Val, C); 238 reportBug(Val, C); 242 reportBug(Val, C); 250 reportBug(Val, C); 255 reportBug(Val, C);
|
| VLASizeChecker.cpp | 56 void reportBug(VLASize_Kind Kind, const Expr *SizeE, ProgramStateRef State, 139 reportBug(VLA_Overflow, SizeE, State, C); 158 reportBug(VLA_Garbage, SizeE, State, C); 169 reportBug(VLA_Tainted, SizeE, nullptr, C, 181 reportBug(VLA_Zero, SizeE, StateZero, C); 202 reportBug(VLA_Negative, SizeE, State, C); 211 void VLASizeChecker::reportBug(
|
| VforkChecker.cpp | 55 void reportBug(const char *What, CheckerContext &C, 121 void VforkChecker::reportBug(const char *What, CheckerContext &C, 188 reportBug("This function call", C); 206 reportBug("This assignment", C); 213 reportBug("Return", C, "call _exit() instead");
|
| InvalidatedIteratorChecker.cpp | 37 void reportBug(const StringRef &Message, const SVal &Val, 125 reportBug("Invalidated iterator accessed.", Val, C, N); 129 void InvalidatedIteratorChecker::reportBug(const StringRef &Message,
|
| DereferenceChecker.cpp | 39 void reportBug(DerefKind K, ProgramStateRef State, const Stmt *S, 123 void DereferenceChecker::reportBug(DerefKind K, ProgramStateRef State, 213 reportBug(DerefKind::UndefinedPointerValue, C.getState(), DerefExpr, C); 234 reportBug(DerefKind::NullPointer, nullState, expr, C); 276 reportBug(DerefKind::NullPointer, StNull, expr, C);
|
| IteratorRangeChecker.cpp | 45 void reportBug(const StringRef &Message, SVal Val, CheckerContext &C, 204 reportBug("Past-the-end iterator dereferenced.", Val, C, N); 251 reportBug("Iterator decremented ahead of its valid range.", LHS, 258 reportBug("Iterator incremented behind the past-the-end " 278 void IteratorRangeChecker::reportBug(const StringRef &Message, SVal Val,
|
| PthreadLockChecker.cpp | 170 void reportBug(CheckerContext &C, std::unique_ptr<BugType> BT[], 413 reportBug(C, BT_doublelock, MtxExpr, CheckKind, 417 reportBug(C, BT_destroylock, MtxExpr, CheckKind, 491 reportBug(C, BT_doubleunlock, MtxExpr, CheckKind, 495 reportBug(C, BT_destroylock, MtxExpr, CheckKind, 506 reportBug(C, BT_lor, MtxExpr, CheckKind, 584 reportBug(C, BT_destroylock, MtxExpr, CheckKind, Message); 619 reportBug(C, BT_initlock, MtxExpr, CheckKind, Message); 622 void PthreadLockChecker::reportBug(CheckerContext &C,
|
| FuchsiaHandleChecker.cpp | 221 void reportBug(SymbolRef Sym, ExplodedNode *ErrorNode, CheckerContext &C, 618 reportBug(LeakedHandle, ErrNode, C, nullptr, LeakBugType, 628 reportBug(HandleSym, ErrNode, C, &Range, DoubleReleaseBugType, 636 reportBug(HandleSym, ErrNode, C, &Range, ReleaseUnownedBugType, 644 reportBug(HandleSym, ErrNode, C, &Range, UseAfterReleaseBugType, 648 void FuchsiaHandleChecker::reportBug(SymbolRef Sym, ExplodedNode *ErrorNode,
|
| MoveChecker.cpp | 217 ExplodedNode *reportBug(const MemRegion *Region, const CXXRecordDecl *RD, 381 ExplodedNode *N = reportBug(Region, RD, C, MK); 391 ExplodedNode *MoveChecker::reportBug(const MemRegion *Region,
|
| NullabilityChecker.cpp | 166 void reportBug(StringRef Msg, ErrorKind Error, CheckKind CK, ExplodedNode *N, 450 reportBug(Msg, Error, CK, N, Region, C.getBugReporter(), ValueExpr); 501 reportBug("Nullable pointer is dereferenced", 505 reportBug("Nullable pointer is passed to a callee that requires a "
|
| StdLibraryFunctionsChecker.cpp | 580 void reportBug(const CallEvent &Call, ExplodedNode *N, 820 reportBug(Call, N, Constraint.get(), Summary, C);
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| UncountedLambdaCapturesChecker.cpp | 64 reportBug(C, CapturedVar, CapturedVarType); 71 void reportBug(const LambdaCapture &Capture, VarDecl *CapturedVar,
|
| NoUncountedMembersChecker.cpp | 82 reportBug(Member, MemberType, MemberCXXRD, RD); 122 void reportBug(const FieldDecl *Member, const Type *MemberType,
|
| RefCntblBaseVirtualDtorChecker.cpp | 96 reportBug(RD, ProblematicBaseSpecifier, ProblematicBaseClass); 128 void reportBug(const CXXRecordDecl *DerivedClass,
|
| UncountedCallArgsChecker.cpp | 116 reportBug(Arg, *P); 164 void reportBug(const Expr *CallArg, const ParmVarDecl *Param) const {
|
| UncountedLocalVarsChecker.cpp | 213 reportBug(V); 228 void reportBug(const VarDecl *V) const {
|