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