Searched refs:DiffType (Results 1 – 3 of 3) sorted by relevance
80 case DiffType::Control: in getSmallString()86 case DiffType::ChangeLast: in getSmallString()98 case DiffType::Control: in getLargeString()104 case DiffType::ChangeLast: in getLargeString()116 case DiffType::Control: in getHugeString()122 case DiffType::ChangeLast: in getHugeString()128 DiffType D = DiffType::Control) { in getString()142 DiffType D = DiffType::Control, in makeString()427 if (LHLength() != RHLength() && DiffType() != ::DiffType::Control) in skip()430 if (LHLength() == Length::Empty && DiffType() != ::DiffType::Control) in skip()[all …]
9686 << FirstField->getSourceRange() << DiffType; in diagnoseOdrViolations()9689 this](ODRFieldDifference DiffType) { in diagnoseOdrViolations() argument9825 this](ODRVarDifference DiffType) { in diagnoseOdrViolations() argument9829 << FirstVD->getSourceRange() << DiffType; in diagnoseOdrViolations()10003 if (DiffType == EndOfClass && Tag) { in diagnoseOdrViolations()10062 << DiffType; in diagnoseOdrViolations()10068 << SecondModule << Range << DiffType; in diagnoseOdrViolations()10312 << DiffType; in diagnoseOdrViolations()10318 << SecondModule << Range << DiffType; in diagnoseOdrViolations()11056 << DiffType; in diagnoseOdrViolations()[all …]
55 template <class Iter, class Category, class ValueType, class DiffType, class RefType, class PtrType>60 static_assert(std::same_as<typename Traits::difference_type, DiffType>); in test()