Searched refs:CallerType (Results 1 – 1 of 1) sorted by relevance
676 } CallerType, CalleeType; in checkMustTailAttr() local715 if (!GetMethodType(CMD, CallerType, false)) in checkMustTailAttr()753 if (!CalleeType.Func || !CallerType.Func) { in checkMustTailAttr()759 if (!CallerType.Func) in checkMustTailAttr()796 if (CallerType.This.isNull() != CalleeType.This.isNull()) { in checkMustTailAttr()799 << CallerType.MemberType << CalleeType.MemberType << true in checkMustTailAttr()828 if (!CallerType.This.isNull() && in checkMustTailAttr()832 if (!DoTypesMatch(CallerType.Func->getReturnType(), in checkMustTailAttr()837 PD << ft_parameter_arity << CallerType.Func->getNumParams() in checkMustTailAttr()844 size_t N = CallerType.Func->getNumParams(); in checkMustTailAttr()[all …]