Home | History | Annotate | Download | only in IR

Lines Matching refs:NoReturn

202   if (hasAttribute(Attribute::NoReturn))
203 return "noreturn";
363 case Attribute::NoReturn: return 1 << 2;