Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1652 const char *boundWarning = nullptr; in evalStrcpyCommon() local
1761 boundWarning = "Size argument is greater than the free space in the " in evalStrcpyCommon()
1804 boundWarning = "Size argument is greater than the length of the " in evalStrcpyCommon()
1935 if (!boundWarning) { in evalStrcpyCommon()