Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1453 const char *boundWarning = nullptr; in evalStrcpyCommon() local
1509 boundWarning = "Size argument is greater than the free space in the " in evalStrcpyCommon()
1538 boundWarning = "Size argument is greater than the length of the " in evalStrcpyCommon()
1672 if (boundWarning) { in evalStrcpyCommon()
1677 boundWarning); in evalStrcpyCommon()
1689 if (!boundWarning) { in evalStrcpyCommon()