Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp259 Block.succ_begin()->getReachableBlock()->hasNoReturnElement()) { in computeBlockInputState()
286 if (!Pred || Pred->hasNoReturnElement()) in computeBlockInputState()
565 if (Block->hasNoReturnElement()) in runTypeErasedDataflowAnalysis()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp745 if (BB->hasNoReturnElement()) { in check()
1236 if (OnlyBlock && OnlyBlock->hasNoReturnElement()) { in isPossiblyEmptyImpl()
H A DCFG.cpp3340 if (!Block->hasNoReturnElement()) in VisitReturnStmt()
6051 else if (B.hasNoReturnElement()) in print_block()
6292 if (Blk->hasNoReturnElement()) in isImmediateSinkBlock()
H A DThreadSafety.cpp2411 if (B->hasNoReturnElement()) in neverReturns()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1109 bool hasNoReturnElement() const { return HasNoReturnElement; } in hasNoReturnElement() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp619 if (B.hasNoReturnElement()) { in CheckFallThrough()