StringRef.cpp File Reference

#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.

Function Documentation

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]

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1