LLVM API Documentation

Functions
StringRef.cpp File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/Hashing.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 35 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 23 of file StringRef.cpp.

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

static char ascii_toupper ( char  x) [static]

Definition at line 29 of file StringRef.cpp.

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

static unsigned GetAutoSenseRadix ( StringRef Str) [static]