Searched refs:FoundCase (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1684 bool &FoundCase, in CollectStatementsForCase() argument 1694 FoundCase = true; in CollectStatementsForCase() 1695 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase() 1700 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase() 1715 bool StartedInLiveCode = FoundCase; in CollectStatementsForCase() 1737 if (FoundCase) { in CollectStatementsForCase() 1753 assert(FoundCase && "Didn't find case but returned fallthrough?"); in CollectStatementsForCase() 1765 if (!FoundCase) in CollectStatementsForCase() 1883 bool FoundCase = false; in FindCaseStatementsForValue() local 1885 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue() [all …]
|