Searched refs:checkBind (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UndefinedAssignmentChecker.cpp | 30 void checkBind(SVal location, SVal val, CheckerContext &C) const; 34 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind() function in UndefinedAssignmentChecker
|
D | MallocChecker.cpp | 86 void checkBind(SVal location, SVal val, CheckerContext &C) const; 678 void MallocChecker::checkBind(SVal location, SVal val,CheckerContext &C) const { in checkBind() function in MallocChecker
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 171 ((const CHECKER *)checker)->checkBind(location, val, C); in _checkBind()
|