Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2239 bool hasUniqueObjectRepresentations(QualType Ty) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2317 if (!Context.hasUniqueObjectRepresentations(Field->getType())) in unionHasUniqueObjectRepresentations()
2380 !Context.hasUniqueObjectRepresentations(Field->getType())) in structHasUniqueObjectRepresentations()
2404 bool ASTContext::hasUniqueObjectRepresentations(QualType Ty) const { in hasUniqueObjectRepresentations() function in ASTContext
2426 return hasUniqueObjectRepresentations(getBaseElementType(Ty)); in hasUniqueObjectRepresentations()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp4894 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()