Searched refs:HasEnumType (Results 1 – 1 of 1) sorted by relevance
6313 static bool HasEnumType(Expr *E) { in HasEnumType() function6336 << "< 0" << "false" << HasEnumType(E->getLHS()) in CheckTrivialUnsignedComparison()6340 << ">= 0" << "true" << HasEnumType(E->getLHS()) in CheckTrivialUnsignedComparison()6344 << "0 >" << "false" << HasEnumType(E->getRHS()) in CheckTrivialUnsignedComparison()6348 << "0 <=" << "true" << HasEnumType(E->getRHS()) in CheckTrivialUnsignedComparison()