Searched refs:FoundCase (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1299 bool &FoundCase, in CollectStatementsForCase() argument 1309 FoundCase = true; in CollectStatementsForCase() 1310 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase() 1315 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase() 1341 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase() 1348 if (FoundCase) { in CollectStatementsForCase() 1364 assert(FoundCase && "Didn't find case but returned fallthrough?"); in CollectStatementsForCase() 1380 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase() 1469 bool FoundCase = false; in FindCaseStatementsForValue() local 1471 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue() [all …]
|