Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp45 const char * RunLoopRunBind = "RunLoopRunM"; variable
102 const auto *RLR = Match.getNodeAs<Stmt>(RunLoopRunBind); in emitDiagnostics()
141 Extra).bind(RunLoopRunBind); in getRunLoopRunM()
144 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind); in getRunLoopRunM()
150 equalsBoundNode(RunLoopRunBind))), in getOtherMessageSentM()