Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2603 hasUniqueObjectRepresentations(QualType Ty,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2672 if (!Context.hasUniqueObjectRepresentations(Field->getType(), in unionHasUniqueObjectRepresentations()
2713 !Context.hasUniqueObjectRepresentations(Field->getType(), in getSubobjectSizeInBits()
2734 } else if (IsBitIntType && !Context.hasUniqueObjectRepresentations( in getSubobjectSizeInBits()
2810 bool ASTContext::hasUniqueObjectRepresentations( in hasUniqueObjectRepresentations() function in ASTContext
2832 return hasUniqueObjectRepresentations(getBaseElementType(Ty), in hasUniqueObjectRepresentations()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5201 return S.getASTContext().hasUniqueObjectRepresentations( in isTriviallyEqualityComparableType()
5624 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()