reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 6411   if (RetTy->isVoidType())
 6416       isUnsupportedType(getContext(), RetTy))
 6417     return coerceToIntArrayWithLimit(RetTy, getContext(), getVMContext(), 64);
 6420   if (!RetTy->isScalarType())
 6424   if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
 6425     RetTy = EnumTy->getDecl()->getIntegerType();
 6427   return (RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy)
 6427   return (RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy)