Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2520 hasUniqueObjectRepresentations(QualType Ty,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2621 if (!Context.hasUniqueObjectRepresentations(Field->getType(), in unionHasUniqueObjectRepresentations()
2662 !Context.hasUniqueObjectRepresentations(Field->getType(), in getSubobjectSizeInBits()
2683 } else if (IsBitIntType && !Context.hasUniqueObjectRepresentations( in getSubobjectSizeInBits()
2759 bool ASTContext::hasUniqueObjectRepresentations( in hasUniqueObjectRepresentations() function in ASTContext
2781 return hasUniqueObjectRepresentations(getBaseElementType(Ty), in hasUniqueObjectRepresentations()
H A DType.cpp2753 return Context.hasUniqueObjectRepresentations( in isTriviallyEqualityComparableType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5453 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()