Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp92 const char *SemaphoreBinding = "semaphore_name"; in findGCDAntiPatternWithSemaphore() local
99 varDecl(hasDescendant(SemaphoreCreateM)).bind(SemaphoreBinding)), in findGCDAntiPatternWithSemaphore()
100 forEachDescendant(binaryOperator(bindAssignmentToDecl(SemaphoreBinding), in findGCDAntiPatternWithSemaphore()
110 equalsBoundArgDecl(0, SemaphoreBinding) in findGCDAntiPatternWithSemaphore()
126 equalsBoundArgDecl(0, SemaphoreBinding) in findGCDAntiPatternWithSemaphore()