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

/external/llvm/lib/Support/
H A DStringRef.cpp45 unsigned char RHC = ascii_tolower(RHS.Data[I]); local
46 if (LHC != RHC)
47 return LHC < RHC ? -1 : 1;

Completed in 64 milliseconds