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

References

lib/Support/APFloat.cpp
  284   assert(p != end && "Exponent has no digits");
  286   negative = *p == '-';
  287   if (*p == '-' || *p == '+') {
  287   if (*p == '-' || *p == '+') {
  288     p++;
  289     assert(p != end && "Exponent has no digits");
  294   for (; p != end; ++p) {
  294   for (; p != end; ++p) {
  297     value = decDigitValue(*p);