LLVM 22.0.0git
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 (StringRef LHS, StringRef RHS)

Function Documentation

◆ ascii_strncasecmp()