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.cpp1863 bool &FoundCase, in CollectStatementsForCase() argument
1873 FoundCase = true; in CollectStatementsForCase()
1874 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase()
1879 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase()
1894 bool StartedInLiveCode = FoundCase; in CollectStatementsForCase()
1909 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1916 if (FoundCase) { in CollectStatementsForCase()
1932 assert(FoundCase && "Didn't find case but returned fallthrough?"); in CollectStatementsForCase()
1944 if (!FoundCase) in CollectStatementsForCase()
1956 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase()
[all …]