Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp37 void verifyAccess(CheckerContext &C, SVal Val) const;
63 verifyAccess(C, InstCall->getCXXThisVal()); in checkPreCall()
65 verifyAccess(C, Call.getArgSVal(0)); in checkPreCall()
80 verifyAccess(C, SubVal); in checkPreStmt()
91 verifyAccess(C, LVal); in checkPreStmt()
99 verifyAccess(C, LVal); in checkPreStmt()
109 verifyAccess(C, BaseVal); in checkPreStmt()
112 void InvalidatedIteratorChecker::verifyAccess(CheckerContext &C, in verifyAccess() function in InvalidatedIteratorChecker