Searched defs:LHC (Results 1 - 1 of 1) sorted by relevance

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

Completed in 65 milliseconds