Home | History | Annotate | Download | only in llvm

Lines Matching refs:ReturnsTwice

1272     return paramHasAttr(~0, Attribute::ReturnsTwice);
1275 if (Value) addAttribute(~0, Attribute::ReturnsTwice);
1276 else removeAttribute(~0, Attribute::ReturnsTwice);