Searched refs:isCompoundType (Results 1 – 5 of 5) sorted by relevance
32 bool isCompoundType(QualType Ty) const;170 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo408 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()461 if (isCompoundType(Ty)) in classifyArgumentType()
46 assert(NonLoc::isCompoundType(t)); in CompoundValData()70 assert(NonLoc::isCompoundType(r->getValueType())); in LazyCompoundValData()
242 static bool isCompoundType(QualType T) { in isCompoundType() function
2504 bool isCompoundType() const;7973 inline bool Type::isCompoundType() const {
5293 return T->isCompoundType(); in EvaluateUnaryTypeTrait()