Searched defs:peel (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp125 const Expr *peel(const Expr *E) const;
593 const Expr *IvarInvalidationCheckerImpl::MethodCrawler::peel(const Expr *E) const { function in class:__anon18195::IvarInvalidationCheckerImpl::MethodCrawler
646 E = peel(E);
653 E = peel(E);

Completed in 56 milliseconds