Home
last modified time | relevance | path

Searched refs:checkBind (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefinedAssignmentChecker.cpp30 void checkBind(SVal location, SVal val, CheckerContext &C) const;
34 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind() function in UndefinedAssignmentChecker
DMallocChecker.cpp86 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/
DChecker.h171 ((const CHECKER *)checker)->checkBind(location, val, C); in _checkBind()