Home | History | Annotate | Download | only in CBackend

Lines Matching defs:PAL

159                            const AttrListPtr &PAL = AttrListPtr());
165 const AttrListPtr &PAL,
377 const AttrListPtr &PAL,
392 if (PAL.paramHasAttr(Idx, Attribute::ByVal)) {
397 /*isSigned=*/PAL.paramHasAttr(Idx, Attribute::SExt), "");
409 /*isSigned=*/PAL.paramHasAttr(0, Attribute::SExt), FunctionInnards.str());
468 bool IgnoreName, const AttrListPtr &PAL) {
484 if (PAL.paramHasAttr(Idx, Attribute::ByVal)) {
491 /*isSigned=*/PAL.paramHasAttr(Idx, Attribute::SExt), "");
503 /*isSigned=*/PAL.paramHasAttr(0, Attribute::SExt), FunctionInnards.str());
535 if (!PAL.isEmpty())
537 return printType(Out, PTy->getElementType(), false, ptrName, true, PAL);
2127 const AttrListPtr &PAL = F->getAttributes();
2157 if (PAL.paramHasAttr(Idx, Attribute::ByVal)) {
2162 /*isSigned=*/PAL.paramHasAttr(Idx, Attribute::SExt),
2184 if (PAL.paramHasAttr(Idx, Attribute::ByVal)) {
2189 /*isSigned=*/PAL.paramHasAttr(Idx, Attribute::SExt));
2221 /*isSigned=*/PAL.paramHasAttr(0, Attribute::SExt),
2925 const AttrListPtr &PAL = I.getAttributes();
2963 printStructReturnPointerFunctionType(Out, PAL,
2966 printType(Out, I.getCalledValue()->getType(), false, "", true, PAL);
2999 /*isSigned=*/PAL.paramHasAttr(ArgNo+1, Attribute::SExt));