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