#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/OwningPtr.h"
#include <bitset>
Functions | |
static char | ascii_tolower (char x) |
static bool | ascii_isdigit (char x) |
static unsigned | GetAutoSenseRadix (StringRef &Str) |
static bool | GetAsUnsignedInteger (StringRef Str, unsigned Radix, unsigned long long &Result) |
GetAsUnsignedInteger - Workhorse method that converts a integer character sequence of radix up to 36 to an unsigned long long value. |
static bool ascii_isdigit | ( | char | x | ) | [static] |
static char ascii_tolower | ( | char | x | ) | [static] |
static bool GetAsUnsignedInteger | ( | StringRef | Str, | |
unsigned | Radix, | |||
unsigned long long & | Result | |||
) | [static] |
GetAsUnsignedInteger - Workhorse method that converts a integer character sequence of radix up to 36 to an unsigned long long value.
static unsigned GetAutoSenseRadix | ( | StringRef & | Str | ) | [static] |