Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1939 SVal strlRetVal = UnknownVal(); in evalStrcpyCommon() local
1943 strlRetVal = strLength; in evalStrcpyCommon()
1956 strlRetVal = svalBuilder.evalBinOpNN(state, BO_Add, *strLengthNL, in evalStrcpyCommon()
2025 Result = strlRetVal; in evalStrcpyCommon()