Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp229 static const Type *isSingleElementStruct(QualType T, ASTContext &Context) { in isSingleElementStruct() function
254 Found = isSingleElementStruct(i->getType(), Context); in isSingleElementStruct()
285 Found = isSingleElementStruct(FT, Context); in isSingleElementStruct()
735 if (const Type *SeltTy = isSingleElementStruct(RetTy, getContext())) in classifyReturnType()
834 const Type *T = isSingleElementStruct(Ty, getContext()); in classify()
2919 const Type *T = isSingleElementStruct(it->type, getContext()); in computeInfo()