Home
last modified time | relevance | path

Searched refs:DiffType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dstring.bench.cpp80 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 …]
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9686 << FirstField->getSourceRange() << DiffType; in diagnoseOdrViolations()
9689 this](ODRFieldDifference DiffType) { in diagnoseOdrViolations() argument
9825 this](ODRVarDifference DiffType) { in diagnoseOdrViolations() argument
9829 << 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 …]
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dcxx20_iterator_traits.compile.pass.cpp55 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()