Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp430 bool HasLiveReturn = false; in CheckFallThrough() local
479 HasLiveReturn = true; in CheckFallThrough()
493 HasLiveReturn = true; in CheckFallThrough()
509 if (HasLiveReturn) in CheckFallThrough()
513 if (HasAbnormalEdge || HasFakeEdge || HasLiveReturn) in CheckFallThrough()