Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp106 auto HasBlockArgumentM = hasAnyArgument(hasType( in findGCDAntiPatternWithSemaphore() local
116 auto HasBlockAndCallsSignalM = allOf(HasBlockArgumentM, ArgCallsSignalM); in findGCDAntiPatternWithSemaphore()
152 auto HasBlockArgumentM = hasAnyArgument(hasType( in findGCDAntiPatternWithGroup() local
162 auto HasBlockAndCallsLeaveM = allOf(HasBlockArgumentM, ArgCallsSignalM); in findGCDAntiPatternWithGroup()