Home | History | Annotate | Download | only in Sema

Lines Matching full:issigned

2511     if (Idx.isSigned() && Idx.isNegative()) {
2533 if ((Idx.isSigned() && Idx.isNegative()) || nullPos > 1) {