Searched defs:NoReturn (Results 1 – 15 of 15) sorted by relevance
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
92 NoReturn = typing.NoReturn variable115 NoReturn = _NoReturn(_root=True) variable
153 NoReturn = typing.NoReturn variable176 NoReturn = _NoReturn(_root=True) variable
135 NoReturn = typing.NoReturn variable
110 def some(arg: NoReturn) -> NoReturn: ...111 def some_str(arg: 'NoReturn') -> 'typing.NoReturn': ...
428 def NoReturn(self, parameters): function
1850 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); in VisitCallExpr() local
3521 bool NoReturn = FunctionTypeP->getNoReturnAttr(); in adjustCCAndNoReturn() local
12112 bool NoReturn = BSI->TheDecl->hasAttr<NoReturnAttr>(); in ActOnBlockStmtExpr() local
7506 bool NoReturn = lbaseInfo.getNoReturn() || rbaseInfo.getNoReturn(); in mergeFunctionTypes() local