Home
last modified time | relevance | path

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

/llvm-project/libcxx/benchmarks/
H A Dstring.bench.cpp
/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp78 FirstMethod](ODRMethodParametersDifference DiffType) { in diagnoseSubMismatchMethodParameters() argument
84 << FirstMethod->getSourceRange() << DiffType << FirstMethodType in diagnoseSubMismatchMethodParameters()
88 SecondMethod](ODRMethodParametersDifference DiffType) { in diagnoseSubMismatchMethodParameters() argument
94 << SecondMethod->getSourceRange() << DiffType << SecondMethodType in diagnoseSubMismatchMethodParameters()
158 this](ODRFieldDifference DiffType) { in diagnoseSubMismatchField() argument
161 << FirstField->getSourceRange() << DiffType; in diagnoseSubMismatchField()
164 this](ODRFieldDifference DiffType) { in diagnoseSubMismatchField() argument
167 << SecondModule.empty() << SecondModule << SecondField->getSourceRange() << DiffType; in diagnoseSubMismatchField()
256 this](ODRTypedefDifference DiffType) { in diagnoseSubMismatchTypedef() argument
259 << FirstTD->getSourceRange() << DiffType; in diagnoseSubMismatchTypedef()
[all …]
/llvm-project/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()