Searched refs:LHC (Results 1 – 3 of 3) sorted by relevance
29 unsigned char LHC = toLower(LC); 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
1003 std::tuple<bool, const Attr *, const Attr *> LHC = in ActOnIfStmt() local1005 if (std::get<0>(LHC)) { in ActOnIfStmt()1006 const Attr *ThenAttr = std::get<1>(LHC); in ActOnIfStmt()1007 const Attr *ElseAttr = std::get<2>(LHC); in ActOnIfStmt()