Searched defs:checkBind (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp30 void checkBind(SVal location, SVal val, const Stmt *S,
35 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, function in class:UndefinedAssignmentChecker
H A 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, function in class:BoolAssignmentChecker
H A 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, function in class:DereferenceChecker
H A DCheckerDocumentation.cpp138 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} function in class:clang::ento::CheckerDocumentation
H A 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, function in class:ObjCSelfInitChecker
H A DRetainCountChecker.cpp2551 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
3457 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, function in class:RetainCountChecker

Completed in 101 milliseconds