• Home
  • Raw
  • Download

Lines Matching refs:PAL

485   AttributeList PAL = getAttributes();  in addAttribute()  local
486 PAL = PAL.addAttribute(getContext(), i, Kind); in addAttribute()
487 setAttributes(PAL); in addAttribute()
491 AttributeList PAL = getAttributes(); in addAttribute() local
492 PAL = PAL.addAttribute(getContext(), i, Attr); in addAttribute()
493 setAttributes(PAL); in addAttribute()
497 AttributeList PAL = getAttributes(); in addAttributes() local
498 PAL = PAL.addAttributes(getContext(), i, Attrs); in addAttributes()
499 setAttributes(PAL); in addAttributes()
503 AttributeList PAL = getAttributes(); in addParamAttr() local
504 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind); in addParamAttr()
505 setAttributes(PAL); in addParamAttr()
509 AttributeList PAL = getAttributes(); in addParamAttr() local
510 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr); in addParamAttr()
511 setAttributes(PAL); in addParamAttr()
515 AttributeList PAL = getAttributes(); in addParamAttrs() local
516 PAL = PAL.addParamAttributes(getContext(), ArgNo, Attrs); in addParamAttrs()
517 setAttributes(PAL); in addParamAttrs()
521 AttributeList PAL = getAttributes(); in removeAttribute() local
522 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
523 setAttributes(PAL); in removeAttribute()
527 AttributeList PAL = getAttributes(); in removeAttribute() local
528 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
529 setAttributes(PAL); in removeAttribute()
533 AttributeList PAL = getAttributes(); in removeAttributes() local
534 PAL = PAL.removeAttributes(getContext(), i, Attrs); in removeAttributes()
535 setAttributes(PAL); in removeAttributes()
539 AttributeList PAL = getAttributes(); in removeParamAttr() local
540 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind); in removeParamAttr()
541 setAttributes(PAL); in removeParamAttr()
545 AttributeList PAL = getAttributes(); in removeParamAttr() local
546 PAL = PAL.removeParamAttribute(getContext(), ArgNo, Kind); in removeParamAttr()
547 setAttributes(PAL); in removeParamAttr()
551 AttributeList PAL = getAttributes(); in removeParamAttrs() local
552 PAL = PAL.removeParamAttributes(getContext(), ArgNo, Attrs); in removeParamAttrs()
553 setAttributes(PAL); in removeParamAttrs()
557 AttributeList PAL = getAttributes(); in addDereferenceableAttr() local
558 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
559 setAttributes(PAL); in addDereferenceableAttr()
563 AttributeList PAL = getAttributes(); in addDereferenceableParamAttr() local
564 PAL = PAL.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()
565 setAttributes(PAL); in addDereferenceableParamAttr()
569 AttributeList PAL = getAttributes(); in addDereferenceableOrNullAttr() local
570 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
571 setAttributes(PAL); in addDereferenceableOrNullAttr()
576 AttributeList PAL = getAttributes(); in addDereferenceableOrNullParamAttr() local
577 PAL = PAL.addDereferenceableOrNullParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableOrNullParamAttr()
578 setAttributes(PAL); in addDereferenceableOrNullParamAttr()