Home
last modified time | relevance | path

Searched defs:checkBind (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefinedAssignmentChecker.cpp35 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind() function in UndefinedAssignmentChecker
DBoolAssignmentChecker.cpp54 void BoolAssignmentChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in BoolAssignmentChecker
DVforkChecker.cpp192 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in VforkChecker
DDereferenceChecker.cpp230 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in DereferenceChecker
DCheckerDocumentation.cpp148 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() function in clang::ento::CheckerDocumentation
DObjCSelfInitChecker.cpp317 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in ObjCSelfInitChecker
DNullabilityChecker.cpp891 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in NullabilityChecker
DRetainCountChecker.cpp3614 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in RetainCountChecker