Home | History | Annotate | Download | only in IR

Lines Matching refs:NoReturn

237   if (hasAttribute(Attribute::NoReturn))
238 return "noreturn";
411 case Attribute::NoReturn: return 1 << 2;