reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 1604       std::tie(stateSourceTooLong, stateSourceNotTooLong) = state->assume(
 1608       if (stateSourceTooLong && !stateSourceNotTooLong) {
 1611         state = stateSourceTooLong;
 1614       } else if (!stateSourceTooLong && stateSourceNotTooLong) {