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

References

lib/Support/APInt.cpp
 2101   bool isNeg = *p == '-';
 2102   if (*p == '-' || *p == '+') {
 2102   if (*p == '-' || *p == '+') {
 2103     p++;
 2123   for (StringRef::iterator e = str.end(); p != e; ++p) {
 2123   for (StringRef::iterator e = str.end(); p != e; ++p) {
 2124     unsigned digit = getDigit(*p, radix);