Searched refs:compareMemory (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DStringRef.h62 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { function in class:llvm::StringRef
137 compareMemory(Data, RHS.Data, RHS.Length) == 0);
149 if (int Res = compareMemory(Data, RHS.Data, min(Length, RHS.Length)))
216 compareMemory(Data, Prefix.Data, Prefix.Length) == 0;
225 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
/external/llvm/lib/Support/
H A DStringRef.cpp89 if (int Res = compareMemory(Data + I, RHS.Data + I, J - I))

Completed in 69 milliseconds