Searched refs:isSingleElementStruct (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 627 static const Type *isSingleElementStruct(QualType T, ASTContext &Context) { in isSingleElementStruct() function 651 Found = isSingleElementStruct(I.getType(), Context); in isSingleElementStruct() 680 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct() 919 if (const Type *SeltTy = isSingleElementStruct(Ty, getContext())) in classifyArgumentType() 952 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 968 !isSingleElementStruct(Ty, getContext()); in EmitVAArg() 1600 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType() 1708 const Type *T = isSingleElementStruct(Ty, getContext()); in classify() 3312 if (const Type *InnerTy = isSingleElementStruct(Ty, getContext())) in GetByteVectorType() 4758 if (const Type *EltType = isSingleElementStruct(Ty, getContext())) { in getParamTypeAlignment() [all …]
|