Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousMemoryComparisonCheck.cpp71 !Ctx.hasUniqueObjectRepresentations(PointeeQualifiedType)) { in check()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2664 if (!Context.hasUniqueObjectRepresentations(Field->getType())) in unionHasUniqueObjectRepresentations()
2701 !Context.hasUniqueObjectRepresentations(Field->getType())) in getSubobjectSizeInBits()
2717 !Context.hasUniqueObjectRepresentations(Field->getType())) { in getSubobjectSizeInBits()
2787 bool ASTContext::hasUniqueObjectRepresentations(QualType Ty) const { in hasUniqueObjectRepresentations() function in ASTContext
2809 return hasUniqueObjectRepresentations(getBaseElementType(Ty)); in hasUniqueObjectRepresentations()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2503 bool hasUniqueObjectRepresentations(QualType Ty) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp5268 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()