Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp766 auto StrncmpLHS = Match({"strncmp", None, 0, 2, true}); in registerMatchers() local
775 StrncmpLHS, Strxfrm, StrerrorS); in registerMatchers()