Searched defs:NoReturn (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h89 NoReturn, ///< Mark the function as not returning enumerator in enum:llvm::Attribute::AttrKind
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp1464 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3512 bool NoReturn = FunctionTypeP->getNoReturnAttr(); local
H A DSemaExpr.cpp10361 bool NoReturn = BSI->TheDecl->getAttr<NoReturnAttr>(); local

Completed in 224 milliseconds