Home
last modified time | relevance | path

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

/src/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()
/src/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()
H A DThreadSafety.cpp2250 if (B->hasNoReturnElement()) in neverReturns()
/src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1103 bool hasNoReturnElement() const { return HasNoReturnElement; } in hasNoReturnElement() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp477 if (B.hasNoReturnElement()) { in CheckFallThrough()