Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousMemoryComparisonCheck.cpp51 QualType PointeeQualifiedType(PointeeType, 0); in check() local
61 << PointeeQualifiedType; in check()
71 !Ctx.hasUniqueObjectRepresentations(PointeeQualifiedType)) { in check()
76 << PointeeQualifiedType << (PointeeType->isRecordType() ? 1 : 0); in check()