Searched refs:shouldReturnTypeInRegister (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp533 bool shouldReturnTypeInRegister(QualType Ty, ASTContext &Context) const;
609 /// shouldReturnTypeInRegister - Determine if the given type should be
611 bool X86_32ABIInfo::shouldReturnTypeInRegister(QualType Ty, function in class:X86_32ABIInfo
637 return shouldReturnTypeInRegister(AT->getElementType(), Context);
653 if (!shouldReturnTypeInRegister(FD->getType(), Context))
711 if (shouldReturnTypeInRegister(RetTy, getContext())) {

Completed in 36 milliseconds