Home | History | Annotate | Download | only in Sema

Lines Matching refs:nullPos

1884   unsigned nullPos = 0;
1894 nullPos = Idx.getZExtValue();
1896 if ((Idx.isSigned() && Idx.isNegative()) || nullPos > 1) {
1947 nullPos));