Searched refs:CallerType (Results 1 – 1 of 1) sorted by relevance
675 } CallerType, CalleeType; in checkMustTailAttr() local714 if (!GetMethodType(CMD, CallerType, false)) in checkMustTailAttr()752 if (!CalleeType.Func || !CallerType.Func) { in checkMustTailAttr()758 if (!CallerType.Func) in checkMustTailAttr()789 if (CallerType.This.isNull() != CalleeType.This.isNull()) { in checkMustTailAttr()792 << CallerType.MemberType << CalleeType.MemberType << true in checkMustTailAttr()821 if (!CallerType.This.isNull() && in checkMustTailAttr()825 if (!DoTypesMatch(CallerType.Func->getReturnType(), in checkMustTailAttr()830 PD << ft_parameter_arity << CallerType.Func->getNumParams() in checkMustTailAttr()837 size_t N = CallerType.Func->getNumParams(); in checkMustTailAttr()[all …]