Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h583 unsigned NoReturn : 1; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp149 NoReturn = 0x0, /* 0000 */ enumerator
H A DCFG.cpp2709 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); in VisitCallExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4416 bool NoReturn = FunctionTypeP->getNoReturnAttr(); in adjustCCAndNoReturn() local
H A DSemaExpr.cpp17124 bool NoReturn = BD->hasAttr<NoReturnAttr>(); in ActOnBlockStmtExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10384 bool NoReturn = IsConditionalOperator in mergeFunctionTypes() local