Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp302 Block.succ_begin()->getReachableBlock()->hasNoReturnElement()) { in computeBlockInputState()
313 if (!Pred || Pred->hasNoReturnElement()) in computeBlockInputState()
599 if (Block->hasNoReturnElement()) in runTypeErasedDataflowAnalysis()
/freebsd-14.2/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.cpp3231 if (!Block->hasNoReturnElement()) in VisitReturnStmt()
5939 else if (B.hasNoReturnElement()) in print_block()
6180 if (Blk->hasNoReturnElement()) in isImmediateSinkBlock()
H A DThreadSafety.cpp2250 if (B->hasNoReturnElement()) in neverReturns()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1100 bool hasNoReturnElement() const { return HasNoReturnElement; } in hasNoReturnElement() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp477 if (B.hasNoReturnElement()) { in CheckFallThrough()