Searched refs:checkBind (Results 1 - 8 of 8) 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 DCheckerDocumentation.cpp135 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} function in class:ento::CheckerDocumentation
H A DDereferenceChecker.cpp40 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
221 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, function in class:DereferenceChecker
H A DObjCSelfInitChecker.cpp70 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
331 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, function in class:ObjCSelfInitChecker
H A DMallocChecker.cpp139 void checkBind(SVal location, SVal val, const Stmt*S,
1232 // Stop tracking symbols when a value escapes as a result of checkBind.
1238 void MallocChecker::checkBind(SVal loc, SVal val, const Stmt *S, function in class:MallocChecker
H A DRetainCountChecker.cpp2501 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
3383 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, function in class:RetainCountChecker
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h204 ((const CHECKER *)checker)->checkBind(location, val, S, C);

Completed in 575 milliseconds