Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp747 if (BB->hasNoReturnElement()) { in check()
1237 if (OnlyBlock && OnlyBlock->hasNoReturnElement()) { in isPossiblyEmptyImpl()
H A DCFG.cpp3114 if (!Block->hasNoReturnElement()) in VisitReturnStmt()
5639 else if (B.hasNoReturnElement()) in print_block()
5876 if (Blk->hasNoReturnElement()) in isImmediateSinkBlock()
H A DThreadSafety.cpp2269 if (B->hasNoReturnElement()) in neverReturns()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1072 bool hasNoReturnElement() const { return HasNoReturnElement; } in hasNoReturnElement() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp450 if (B.hasNoReturnElement()) { in CheckFallThrough()