Searched defs:NoReturn (Results 1 – 11 of 11) sorted by relevance
94 NoReturn, ///< Mark the function as not returning enumerator
141 class NoReturn { class
469 namespace NoReturn { namespace
219 constexpr int NoReturn() {} // expected-error {{no return statement in constexpr function}} in NoReturn() function
149 struct NoReturn { struct
304 namespace NoReturn { namespace
359 unsigned NoReturn : 1; variable
1793 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); in VisitCallExpr() local
3463 bool NoReturn = FunctionTypeP->getNoReturnAttr(); in adjustCCAndNoReturn() local
11285 bool NoReturn = BSI->TheDecl->hasAttr<NoReturnAttr>(); in ActOnBlockStmtExpr() local
7008 bool NoReturn = lbaseInfo.getNoReturn() || rbaseInfo.getNoReturn(); in mergeFunctionTypes() local