Searched refs:LHC (Results 1 – 3 of 3) sorted by relevance
29 unsigned char LHC = toLower(LHS[I]); in ascii_strncasecmp() local31 if (LHC != RHC) in ascii_strncasecmp()32 return LHC < RHC ? -1 : 1; in ascii_strncasecmp()
125 - reg: contains offset/length values of the LHC memory regions. In the148 - reg: offset and length of the IP in the LHC memory region
951 std::tuple<bool, const Attr *, const Attr *> LHC = in ActOnIfStmt() local953 if (std::get<0>(LHC)) { in ActOnIfStmt()954 const Attr *ThenAttr = std::get<1>(LHC); in ActOnIfStmt()955 const Attr *ElseAttr = std::get<2>(LHC); in ActOnIfStmt()