Searched refs:checkBind (Results 1 – 7 of 7) sorted by relevance
/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 | DereferenceChecker.cpp | 41 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const; 226 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; 318 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in ObjCSelfInitChecker
|
D | CheckerDocumentation.cpp | 138 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() function in clang::ento::CheckerDocumentation
|
D | RetainCountChecker.cpp | 2587 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const; 3557 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in RetainCountChecker
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 200 ((const CHECKER *)checker)->checkBind(location, val, S, C); in _checkBind()
|