Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp44 const char * RunLoopBind = "NSRunLoopM"; variable
101 const auto *RL = Match.getNodeAs<ObjCMessageExpr>(RunLoopBind); in emitDiagnostics()
137 .bind(RunLoopBind); in getRunLoopRunM()
149 return objcMessageExpr(unless(anyOf(equalsBoundNode(RunLoopBind), in getOtherMessageSentM()