Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp5796 bool isCompoundType(QualType Ty) const;
5850 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType() function in SystemZABIInfo
6082 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64) in classifyReturnType()
6132 if (isCompoundType(Ty)) in classifyArgumentType()
/external/clang/include/clang/AST/
DType.h1656 bool isCompoundType() const;
5460 inline bool Type::isCompoundType() const {
/external/clang/lib/Sema/
DSemaExprCXX.cpp3991 return T->isCompoundType(); in EvaluateUnaryTypeTrait()