LLVM 19.0.0git
Functions
StringRef.cpp File Reference
#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)
 

Function Documentation

◆ ascii_strncasecmp()

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

◆ GetAutoSenseRadix()

static unsigned GetAutoSenseRadix ( StringRef Str)
static

Definition at line 387 of file StringRef.cpp.

References isDigit().

Referenced by llvm::StringRef::consumeInteger(), and llvm::consumeUnsignedInteger().