Searched refs:verifyAccess (Results 1 – 1 of 1) sorted by relevance
36 void verifyAccess(CheckerContext &C, const SVal &Val) const;68 verifyAccess(C, InstCall->getCXXThisVal()); in checkPreCall()70 verifyAccess(C, Call.getArgSVal(0)); in checkPreCall()85 verifyAccess(C, SubVal); in checkPreStmt()96 verifyAccess(C, LVal); in checkPreStmt()104 verifyAccess(C, LVal); in checkPreStmt()114 verifyAccess(C, BaseVal); in checkPreStmt()117 void InvalidatedIteratorChecker::verifyAccess(CheckerContext &C, const SVal &Val) const { in verifyAccess() function in InvalidatedIteratorChecker