reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4568 for (unsigned i = 0; i != NumCommonArgs; ++i, ++AI) { 4568 for (unsigned i = 0; i != NumCommonArgs; ++i, ++AI) { 4569 Type *ParamTy = FT->getParamType(i); 4577 if (CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { 4578 AttrBuilder AB(CallerPAL.getParamAttributes(i)); 4582 ArgAttrs.push_back(CallerPAL.getParamAttributes(i));