Home
last modified time | relevance | path

Searched defs:NoReturn (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDAttributes.h95 NoReturn, ///< Mark the function as not returning enumerator
/NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/
HDCGFunctionInfo.h359 unsigned NoReturn : 1; variable
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp1804 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); in VisitCallExpr() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateDeduction.cpp3479 bool NoReturn = FunctionTypeP->getNoReturnAttr(); in adjustCCAndNoReturn() local
HDSemaExpr.cpp11391 bool NoReturn = BSI->TheDecl->hasAttr<NoReturnAttr>(); in ActOnBlockStmtExpr() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp7325 bool NoReturn = lbaseInfo.getNoReturn() || rbaseInfo.getNoReturn(); in mergeFunctionTypes() local