LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
StringRef.cpp File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/edit_distance.h"
#include <bitset>
Include dependency graph for StringRef.cpp:

Go to the source code of this file.

Functions

static char ascii_tolower (char x)
 
static char ascii_toupper (char x)
 
static bool ascii_isdigit (char x)
 
static int ascii_strncasecmp (const char *LHS, const char *RHS, size_t Length)
 
static unsigned GetAutoSenseRadix (StringRef &Str)
 

Function Documentation

static bool ascii_isdigit ( char  x)
static

Definition at line 36 of file StringRef.cpp.

Referenced by llvm::StringRef::compare_numeric().

static int ascii_strncasecmp ( const char *  LHS,
const char *  RHS,
size_t  Length 
)
static
static char ascii_tolower ( char  x)
static

Definition at line 24 of file StringRef.cpp.

Referenced by ascii_strncasecmp(), and llvm::StringRef::lower().

static char ascii_toupper ( char  x)
static

Definition at line 30 of file StringRef.cpp.

Referenced by llvm::StringRef::upper().

static unsigned GetAutoSenseRadix ( StringRef Str)
static