Lines Matching defs:CCT
26 using CCT = ComparisonCategoryType;
29 return CCT::StrongOrdering;
32 return CCT::PartialOrdering;
38 return CCT::StrongOrdering;
128 using CCT = ComparisonCategoryType;
146 for (unsigned I = static_cast<unsigned>(CCT::First),
147 End = static_cast<unsigned>(CCT::Last);
149 CCT Kind = static_cast<CCT>(I);
204 using CCT = ComparisonCategoryType;
208 bool IsStrong = Type == CCT::StrongOrdering;
212 if (Type == CCT::PartialOrdering)