Lines Matching refs:d2
146 IfcvtToken(BBInfo &b, IfcvtKind k, bool s, unsigned d, unsigned d2 = 0)147 : BBI(b), Kind(k), NeedSubsumption(s), NumDups(d), NumDups2(d2) {}