Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp669 return S.getASTContext().hasUniqueObjectRepresentations( in isTriviallyEqualityComparableType()
1128 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2777 hasUniqueObjectRepresentations(QualType Ty,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2855 if (!Context.hasUniqueObjectRepresentations(Field->getType(), in unionHasUniqueObjectRepresentations()
2896 !Context.hasUniqueObjectRepresentations(Field->getType(), in getSubobjectSizeInBits()
2917 } else if (IsBitIntType && !Context.hasUniqueObjectRepresentations( in getSubobjectSizeInBits()
2993 bool ASTContext::hasUniqueObjectRepresentations( in hasUniqueObjectRepresentations() function in ASTContext
3015 return hasUniqueObjectRepresentations(getBaseElementType(Ty), in hasUniqueObjectRepresentations()