Home
last modified time | relevance | path

Searched refs:CheckIfTriviallyCopyable (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2646 bool CheckIfTriviallyCopyable);
2650 bool CheckIfTriviallyCopyable) { in getSubobjectSizeInBits() argument
2663 CheckIfTriviallyCopyable)) in getSubobjectSizeInBits()
2692 bool CheckIfTriviallyCopyable) { in getSubobjectSizeInBits() argument
2701 bool CheckIfTriviallyCopyable) { in structSubobjectsHaveUniqueObjectRepresentations() argument
2720 bool CheckIfTriviallyCopyable) { in structHasUniqueObjectRepresentations() argument
2751 CheckIfTriviallyCopyable); in structHasUniqueObjectRepresentations()
2760 QualType Ty, bool CheckIfTriviallyCopyable) const { in hasUniqueObjectRepresentations()
2782 CheckIfTriviallyCopyable); in hasUniqueObjectRepresentations()
2785 if (CheckIfTriviallyCopyable && !Ty.isTriviallyCopyableType(*this)) in hasUniqueObjectRepresentations()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2521 bool CheckIfTriviallyCopyable = true) const;