Searched defs:checkBind (Results 1 – 6 of 6) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | UndefinedAssignmentChecker.cpp | 35 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind() function in UndefinedAssignmentChecker |
H A D | BoolAssignmentChecker.cpp | 54 void BoolAssignmentChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in BoolAssignmentChecker |
H A D | DereferenceChecker.cpp | 226 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in DereferenceChecker |
H A D | CheckerDocumentation.cpp | 138 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() function in clang::ento::CheckerDocumentation |
H A D | ObjCSelfInitChecker.cpp | 318 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in ObjCSelfInitChecker |
H A D | RetainCountChecker.cpp | 3456 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in RetainCountChecker |