Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1753 SVal strlRetVal = UnknownVal(); in evalStrcpyCommon() local
1757 strlRetVal = strLength; in evalStrcpyCommon()
1770 strlRetVal = svalBuilder.evalBinOpNN(state, BO_Add, *strLengthNL, in evalStrcpyCommon()
1837 Result = strlRetVal; in evalStrcpyCommon()