LLVM API Documentation
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/edit_distance.h"
#include <bitset>
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) |
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] |
Definition at line 41 of file StringRef.cpp.
References ascii_tolower(), and I.
Referenced by llvm::StringRef::compare_lower(), llvm::StringRef::endswith_lower(), and llvm::StringRef::startswith_lower().
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] |
Definition at line 314 of file StringRef.cpp.
References llvm::StringRef::startswith(), and llvm::StringRef::substr().
Referenced by llvm::StringRef::getAsInteger(), and llvm::getAsUnsignedInteger().