Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1946 ProgramStateRef stateSourceTooLong, stateSourceNotTooLong; in evalStrcpyCommon() local
1950 std::tie(stateSourceTooLong, stateSourceNotTooLong) = state->assume( in evalStrcpyCommon()
1955 if (stateSourceTooLong && !stateSourceNotTooLong) { in evalStrcpyCommon()
1958 state = stateSourceTooLong; in evalStrcpyCommon()
1961 } else if (!stateSourceTooLong && stateSourceNotTooLong) { in evalStrcpyCommon()