Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1847 SVal strlRetVal = UnknownVal(); in evalStrcpyCommon() local
1851 strlRetVal = strLength; in evalStrcpyCommon()
1864 strlRetVal = svalBuilder.evalBinOpNN(state, BO_Add, *strLengthNL, in evalStrcpyCommon()
1932 Result = strlRetVal; in evalStrcpyCommon()