Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1578 const char *boundWarning = nullptr; in evalStrcpyCommon() local
1639 boundWarning = "Size argument is greater than the free space in the " in evalStrcpyCommon()
1672 boundWarning = "Size argument is greater than the length of the " in evalStrcpyCommon()
1812 if (boundWarning) { in evalStrcpyCommon()
1817 boundWarning); in evalStrcpyCommon()
1829 if (!boundWarning) { in evalStrcpyCommon()