Searched refs:FoundCase (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1246 bool &FoundCase, in CollectStatementsForCase() argument 1256 FoundCase = true; in CollectStatementsForCase() 1257 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase() 1262 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase() 1288 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase() 1295 if (FoundCase) { in CollectStatementsForCase() 1311 assert(FoundCase && "Didn't find case but returned fallthrough?"); in CollectStatementsForCase() 1327 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase() 1416 bool FoundCase = false; in FindCaseStatementsForValue() local 1418 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue() [all …]
|