Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h854 bool hasNoReturnElement() const { return HasNoReturnElement; } in hasNoReturnElement() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp430 if (B.hasNoReturnElement()) { in CheckFallThrough()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp2911 if (!Block->hasNoReturnElement()) in VisitReturnStmt()
5252 else if (B.hasNoReturnElement()) in print_block()
H A DThreadSafety.cpp2235 if (B->hasNoReturnElement()) in neverReturns()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2770 if (Blk->hasNoReturnElement()) in isImmediateSinkBlock()