Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1138 ProgramStateRef stateZeroSize, stateNonZeroSize; in evalCopyCommon() local
1139 std::tie(stateZeroSize, stateNonZeroSize) = in evalCopyCommon()
1147 if (stateZeroSize && !stateNonZeroSize) { in evalCopyCommon()
1148 stateZeroSize = stateZeroSize->BindExpr(CE, LCtx, destVal); in evalCopyCommon()
1149 C.addTransition(stateZeroSize); in evalCopyCommon()
1292 ProgramStateRef stateZeroSize, stateNonZeroSize; in evalMemcmp() local
1293 std::tie(stateZeroSize, stateNonZeroSize) = in evalMemcmp()
1298 if (stateZeroSize) { in evalMemcmp()
1299 State = stateZeroSize; in evalMemcmp()
1369 ProgramStateRef stateZeroSize, stateNonZeroSize; in evalstrLengthCommon() local
[all …]