Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp158 StatementMatcher OtherMessageSentM = getOtherMessageSentM( in checkTempObjectsInSamePool() local
164 hasDescendant(OtherMessageSentM)).bind(AutoreleasePoolBind); in checkTempObjectsInSamePool()
180 StatementMatcher OtherMessageSentM = getOtherMessageSentM(NoPoolM); in checkTempObjectsInNoPool() local
185 hasDescendant(OtherMessageSentM) in checkTempObjectsInNoPool()