Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1615 ProgramStateRef stateSourceTooLong, stateSourceNotTooLong; in evalStrcpyCommon() local
1619 std::tie(stateSourceTooLong, stateSourceNotTooLong) = state->assume( in evalStrcpyCommon()
1624 if (stateSourceTooLong && !stateSourceNotTooLong) { in evalStrcpyCommon()
1630 } else if (!stateSourceTooLong && stateSourceNotTooLong) { in evalStrcpyCommon()
1632 state = stateSourceNotTooLong; in evalStrcpyCommon()