Home | History | Annotate | Download | only in Sema

Lines Matching refs:nullPos

2520   unsigned nullPos = 0;
2531 nullPos = Idx.getZExtValue();
2533 if ((Idx.isSigned() && Idx.isNegative()) || nullPos > 1) {
2584 SentinelAttr(Attr.getRange(), S.Context, sentinel, nullPos,