Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.h39 bool UseSafeFunctions = false; variable
H A DNotNullTerminatedResultCheck.cpp819 UseSafeFunctions = *AreSafeFunctionsWanted; in check()
873 bool IsSafe = UseSafeFunctions && IsOverflows && isKnownDest(Result) && in memcpyFix()
945 if (UseSafeFunctions && isKnownDest(Result)) { in memmoveFix()