Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/concurrency/
H A DMtUnsafeCheck.cpp176 static const clang::StringRef PosixFunctions[] = { variable
282 return hasAnyName(PosixFunctions); in hasAnyMtUnsafeNames()
286 return anyOf(hasAnyName(PosixFunctions), hasAnyName(GlibcFunctions)); in hasAnyMtUnsafeNames()