|
LLVM
3.7.0
|
#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 |
Definition at line 35 of file StringRef.cpp.
Referenced by llvm::StringRef::compare_numeric().
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 |
Definition at line 23 of file StringRef.cpp.
Referenced by ascii_strncasecmp(), and llvm::StringRef::lower().
|
static |
Definition at line 29 of file StringRef.cpp.
Referenced by llvm::StringRef::upper().
Definition at line 314 of file StringRef.cpp.
References llvm::StringRef::startswith(), and llvm::StringRef::substr().
Referenced by llvm::StringRef::getAsInteger(), and llvm::getAsUnsignedInteger().
1.8.6