LLVM 22.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 (StringRef LHS, StringRef RHS) |
Definition at line 27 of file StringRef.cpp.
References LHS, RHS, llvm::toLower(), and llvm::zip_equal().
Referenced by llvm::StringRef::compare_insensitive(), llvm::StringRef::ends_with_insensitive(), and llvm::StringRef::starts_with_insensitive().