Searched refs:FoundCase (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1655 bool &FoundCase, in CollectStatementsForCase() argument 1665 FoundCase = true; in CollectStatementsForCase() 1666 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase() 1671 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase() 1686 bool StartedInLiveCode = FoundCase; in CollectStatementsForCase() 1708 if (FoundCase) { in CollectStatementsForCase() 1724 assert(FoundCase && "Didn't find case but returned fallthrough?"); in CollectStatementsForCase() 1736 if (!FoundCase) in CollectStatementsForCase() 1854 bool FoundCase = false; in FindCaseStatementsForValue() local 1856 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue() [all …]
|