Searched refs:LHSSigned (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp1164 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); local
1166 if (LHSSigned == RHSSigned) {
1174 } else if (order != (LHSSigned ? 1 : -1)) {
1187 if (LHSSigned) {
1199 S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType);

Completed in 304 milliseconds