Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2089 SVal strlRetVal = UnknownVal(); in evalStrcpyCommon() local
2093 strlRetVal = strLength; in evalStrcpyCommon()
2106 strlRetVal = svalBuilder.evalBinOpNN(state, BO_Add, *strLengthNL, in evalStrcpyCommon()
2175 Result = strlRetVal; in evalStrcpyCommon()