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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DStringRef.h64 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { function in class:llvm::StringRef
132 compareMemory(Data, RHS.Data, RHS.Length) == 0);
144 if (int Res = compareMemory(Data, RHS.Data, min(Length, RHS.Length)))
211 compareMemory(Data, Prefix.Data, Prefix.Length) == 0;
217 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DStringRef.cpp72 if (int Res = compareMemory(Data + I, RHS.Data + I, J - I))

Completed in 68 milliseconds