Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSignedIntegerRepresentation

1132   bool LHSSigned = LHSType->hasSignedIntegerRepresentation();
1133 bool RHSSigned = RHSType->hasSignedIntegerRepresentation();
6214 else if (lhptee->hasSignedIntegerRepresentation())
6219 else if (rhptee->hasSignedIntegerRepresentation())