Home
last modified time | relevance | path

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

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