Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp195 if (Block.succ_begin()->getReachableBlock()->hasNoReturnElement()) { in computeBlockInputState()
207 if (!Pred || Pred->hasNoReturnElement()) in computeBlockInputState()
388 if (Block->hasNoReturnElement()) in runTypeErasedDataflowAnalysis()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp747 if (BB->hasNoReturnElement()) { in check()
1237 if (OnlyBlock && OnlyBlock->hasNoReturnElement()) { in isPossiblyEmptyImpl()
H A DCFG.cpp3164 if (!Block->hasNoReturnElement()) in VisitReturnStmt()
5854 else if (B.hasNoReturnElement()) in print_block()
6095 if (Blk->hasNoReturnElement()) in isImmediateSinkBlock()
H A DThreadSafety.cpp2214 if (B->hasNoReturnElement()) in neverReturns()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1073 bool hasNoReturnElement() const { return HasNoReturnElement; } in hasNoReturnElement() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp450 if (B.hasNoReturnElement()) { in CheckFallThrough()