Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2012 bool &FoundCase, in CollectStatementsForCase() argument
2022 FoundCase = true; in CollectStatementsForCase()
2023 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase()
2028 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase()
2043 bool StartedInLiveCode = FoundCase; in CollectStatementsForCase()
2058 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase()
2065 if (FoundCase) { in CollectStatementsForCase()
2081 assert(FoundCase && "Didn't find case but returned fallthrough?"); in CollectStatementsForCase()
2093 if (!FoundCase) in CollectStatementsForCase()
2105 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase()
[all …]