Home | History | Annotate | Download | only in src

Lines Matching refs:parse_success

1439   const bool parse_success = *end == '\0' && errno == 0;
1446 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {