Searched defs:NoReturn (Results 1 – 11 of 11) sorted by relevance
39 const Attributes NoReturn = 1<<2; ///< Mark the function as not returning variable
143 class NoReturn { class
469 namespace NoReturn { namespace
223 constexpr int NoReturn() {} // expected-error {{no return statement in constexpr function}} in NoReturn() function
149 struct NoReturn { struct
304 namespace NoReturn { namespace
473 unsigned NoReturn : 1; variable
3521 bool NoReturn = FunctionTypeP->getNoReturnAttr(); in adjustCCAndNoReturn() local
12112 bool NoReturn = BSI->TheDecl->hasAttr<NoReturnAttr>(); in ActOnBlockStmtExpr() local
1850 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); in VisitCallExpr() local
7506 bool NoReturn = lbaseInfo.getNoReturn() || rbaseInfo.getNoReturn(); in mergeFunctionTypes() local