Searched refs:isCompoundType (Results 1 – 5 of 5) sorted by relevance
32 bool isCompoundType(QualType Ty) const;171 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo421 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()476 if (isCompoundType(Ty)) in classifyArgumentType()
47 assert(NonLoc::isCompoundType(t)); in CompoundValData()71 assert(NonLoc::isCompoundType(r->getValueType())); in LazyCompoundValData()
245 static bool isCompoundType(QualType T) { in isCompoundType() function
794 return T->isCompoundType(); in EvaluateUnaryTypeTrait()
2559 bool isCompoundType() const;8331 inline bool Type::isCompoundType() const {