Lines Matching refs:PAL
534 AttributeList PAL = getAttributes(); in addAttribute() local
535 PAL = PAL.addAttribute(getContext(), i, Kind); in addAttribute()
536 setAttributes(PAL); in addAttribute()
540 AttributeList PAL = getAttributes(); in addAttribute() local
541 PAL = PAL.addAttribute(getContext(), i, Attr); in addAttribute()
542 setAttributes(PAL); in addAttribute()
546 AttributeList PAL = getAttributes(); in addAttributes() local
547 PAL = PAL.addAttributes(getContext(), i, Attrs); in addAttributes()
548 setAttributes(PAL); in addAttributes()
552 AttributeList PAL = getAttributes(); in addParamAttr() local
553 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); in addParamAttr()
554 setAttributes(PAL); in addParamAttr()
558 AttributeList PAL = getAttributes(); in addParamAttr() local
559 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr); in addParamAttr()
560 setAttributes(PAL); in addParamAttr()
564 AttributeList PAL = getAttributes(); in addParamAttrs() local
565 PAL = PAL.addParamAttributes(getContext(), ArgNo, Attrs); in addParamAttrs()
566 setAttributes(PAL); in addParamAttrs()
570 AttributeList PAL = getAttributes(); in removeAttribute() local
571 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
572 setAttributes(PAL); in removeAttribute()
576 AttributeList PAL = getAttributes(); in removeAttribute() local
577 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
578 setAttributes(PAL); in removeAttribute()
582 AttributeList PAL = getAttributes(); in removeAttributes() local
583 PAL = PAL.removeAttributes(getContext(), i, Attrs); in removeAttributes()
584 setAttributes(PAL); in removeAttributes()
588 AttributeList PAL = getAttributes(); in removeParamAttr() local
589 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind); in removeParamAttr()
590 setAttributes(PAL); in removeParamAttr()
594 AttributeList PAL = getAttributes(); in removeParamAttr() local
595 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind); in removeParamAttr()
596 setAttributes(PAL); in removeParamAttr()
600 AttributeList PAL = getAttributes(); in removeParamAttrs() local
601 PAL = PAL.removeParamAttributes(getContext(), ArgNo, Attrs); in removeParamAttrs()
602 setAttributes(PAL); in removeParamAttrs()
606 AttributeList PAL = getAttributes(); in removeParamUndefImplyingAttrs() local
607 PAL = PAL.removeParamUndefImplyingAttributes(getContext(), ArgNo); in removeParamUndefImplyingAttrs()
608 setAttributes(PAL); in removeParamUndefImplyingAttrs()
612 AttributeList PAL = getAttributes(); in addDereferenceableAttr() local
613 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
614 setAttributes(PAL); in addDereferenceableAttr()
618 AttributeList PAL = getAttributes(); in addDereferenceableParamAttr() local
619 PAL = PAL.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()
620 setAttributes(PAL); in addDereferenceableParamAttr()
624 AttributeList PAL = getAttributes(); in addDereferenceableOrNullAttr() local
625 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
626 setAttributes(PAL); in addDereferenceableOrNullAttr()
631 AttributeList PAL = getAttributes(); in addDereferenceableOrNullParamAttr() local
632 PAL = PAL.addDereferenceableOrNullParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableOrNullParamAttr()
633 setAttributes(PAL); in addDereferenceableOrNullParamAttr()