Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp245 Block.succ_begin()->getReachableBlock()->hasNoReturnElement()) { in computeBlockInputState()
271 if (!Pred || Pred->hasNoReturnElement()) in computeBlockInputState()
550 if (Block->hasNoReturnElement()) in runTypeErasedDataflowAnalysis()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp747 if (BB->hasNoReturnElement()) { in check()
1238 if (OnlyBlock && OnlyBlock->hasNoReturnElement()) { in isPossiblyEmptyImpl()
H A DCFG.cpp3228 if (!Block->hasNoReturnElement()) in VisitReturnStmt()
5936 else if (B.hasNoReturnElement()) in print_block()
6177 if (Blk->hasNoReturnElement()) in isImmediateSinkBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1103 bool hasNoReturnElement() const { return HasNoReturnElement; } in hasNoReturnElement() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp477 if (B.hasNoReturnElement()) { in CheckFallThrough()