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

References

include/llvm/ADT/StringRef.h
  514       if (getAsUnsignedInteger(*this, Radix, ULLVal) ||
  515           static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal)
  515           static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal)
  517       Result = ULLVal;