Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.h41 bool UseSafeFunctions = false; variable
H A DNotNullTerminatedResultCheck.cpp821 UseSafeFunctions = AreSafeFunctionsWanted.value(); in check()
875 bool IsSafe = UseSafeFunctions && IsOverflows && isKnownDest(Result) && in memcpyFix()
947 if (UseSafeFunctions && isKnownDest(Result)) { in memmoveFix()