Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefinedAssignmentChecker.cpp30 void checkBind(SVal location, SVal val, const Stmt *S,
35 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind() function in UndefinedAssignmentChecker
DBoolAssignmentChecker.cpp29 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
DDereferenceChecker.cpp41 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
DObjCSelfInitChecker.cpp77 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
DCheckerDocumentation.cpp138 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() function in clang::ento::CheckerDocumentation
DRetainCountChecker.cpp2587 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/
DChecker.h200 ((const CHECKER *)checker)->checkBind(location, val, S, C); in _checkBind()