Home
last modified time | relevance | path

Searched refs:checkBind (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefinedAssignmentChecker.cpp30 void checkBind(SVal location, SVal val, const Stmt *S,
35 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind() function in UndefinedAssignmentChecker
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, in checkBind() function in BoolAssignmentChecker
DVforkChecker.cpp64 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
192 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in VforkChecker
DDereferenceChecker.cpp42 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
242 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in DereferenceChecker
DObjCSelfInitChecker.cpp77 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
317 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in ObjCSelfInitChecker
DCheckerDocumentation.cpp147 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() function in clang::ento::CheckerDocumentation
DNullabilityChecker.cpp111 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
1080 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in NullabilityChecker
DRetainCountChecker.cpp2612 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
3607 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in RetainCountChecker
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h215 ((const CHECKER *)checker)->checkBind(location, val, S, C); in _checkBind()