Searched defs:NoReturn (Results 1 – 5 of 5) sorted by relevance
39 const Attributes NoReturn = 1<<2; ///< Mark the function as not returning variable
124 bool NoReturn; variable
1167 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); in VisitCallExpr() local
5557 bool NoReturn = lbaseInfo.getNoReturn() || rbaseInfo.getNoReturn(); in mergeFunctionTypes() local
8438 bool NoReturn = BSI->TheDecl->getAttr<NoReturnAttr>(); in ActOnBlockStmtExpr() local