Searched refs:isSingleElementStruct (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 572 static const Type *isSingleElementStruct(QualType T, ASTContext &Context) { in isSingleElementStruct() function 596 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 625 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct() 869 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() 902 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 918 !isSingleElementStruct(Ty, getContext()); in EmitVAArg() 1537 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 1645 const Type *T = isSingleElementStruct(Ty, getContext()); in classify() 3255 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() 4649 if (const Type *EltType = isSingleElementStruct(Ty, getContext())) { in getParamTypeAlignment() [all …]
|