Home
last modified time | relevance | path

Searched refs:HasNoReturn (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp609 bool HasNoReturn) const { in checkDiagnostics()
614 (!HasNoReturn || in checkDiagnostics()
625 (!HasNoReturn); in checkDiagnostics()
628 return ReturnsVoid && !HasNoReturn; in checkDiagnostics()
645 bool HasNoReturn = false; in CheckFallThroughForBody() local
653 HasNoReturn = FD->isNoReturn(); in CheckFallThroughForBody()
657 HasNoReturn = MD->hasAttr<NoReturnAttr>(); in CheckFallThroughForBody()
665 HasNoReturn = true; in CheckFallThroughForBody()
672 if (CD.checkDiagnostics(Diags, ReturnsVoid, HasNoReturn)) in CheckFallThroughForBody()
692 if (HasNoReturn) in CheckFallThroughForBody()
[all …]