/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UndefinedAssignmentChecker.cpp | 30 void checkBind(SVal location, SVal val, const Stmt *S, 35 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind() function in UndefinedAssignmentChecker
|
D | BoolAssignmentChecker.cpp | 29 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const; 54 void BoolAssignmentChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in BoolAssignmentChecker
|
D | VforkChecker.cpp | 64 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const; 192 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in VforkChecker
|
D | DereferenceChecker.cpp | 42 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const; 242 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in DereferenceChecker
|
D | ObjCSelfInitChecker.cpp | 77 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const; 317 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in ObjCSelfInitChecker
|
D | CheckerDocumentation.cpp | 147 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() function in clang::ento::CheckerDocumentation
|
D | NullabilityChecker.cpp | 111 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const; 1080 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in NullabilityChecker
|
D | RetainCountChecker.cpp | 2612 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const; 3607 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in RetainCountChecker
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 215 ((const CHECKER *)checker)->checkBind(location, val, S, C); in _checkBind()
|