LLVM 20.0.0git
|
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/edit_distance.h"
#include "llvm/Support/Error.h"
#include <bitset>
Go to the source code of this file.
Functions | |
static int | ascii_strncasecmp (const char *LHS, const char *RHS, size_t Length) |
static unsigned | GetAutoSenseRadix (StringRef &Str) |
Definition at line 27 of file StringRef.cpp.
References I, llvm::Length, LHS, and RHS.
Referenced by llvm::StringRef::compare_insensitive(), llvm::StringRef::ends_with_insensitive(), and llvm::StringRef::starts_with_insensitive().
Definition at line 387 of file StringRef.cpp.
References isDigit().
Referenced by llvm::StringRef::consumeInteger(), and llvm::consumeUnsignedInteger().