Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/
DStringRef.cpp30 unsigned char RHC = toLower(RHS[I]); in ascii_strncasecmp() local
31 if (LHC != RHC) in ascii_strncasecmp()
32 return LHC < RHC ? -1 : 1; in ascii_strncasecmp()