Searched refs: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 DCheckerDocumentation.cpp138 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} function in class:clang::ento::CheckerDocumentation
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 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
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h204 ((const CHECKER *)checker)->checkBind(location, val, S, C);

Completed in 109 milliseconds