Searched defs:IfcvtToken (Results 1 – 1 of 1) sorted by relevance
173 struct IfcvtToken { struct in __anone11d33740111::IfConverter174 BBInfo &BBI;175 IfcvtKind Kind;176 unsigned NumDups;177 unsigned NumDups2;178 bool NeedSubsumption : 1;179 bool TClobbersPred : 1;180 bool FClobbersPred : 1;182 IfcvtToken(BBInfo &b, IfcvtKind k, bool s, unsigned d, unsigned d2 = 0, in IfcvtToken() argument