Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDGCDAntipatternChecker.cpp159 auto HasBlockAndCallsLeaveM = allOf(HasBlockArgumentM, ArgCallsSignalM); in findGCDAntiPatternWithGroup() local
164 callExpr(HasBlockAndCallsLeaveM), in findGCDAntiPatternWithGroup()
165 objcMessageExpr(HasBlockAndCallsLeaveM) in findGCDAntiPatternWithGroup()