Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp1061 bool &FoundCase, in CollectStatementsForCase() argument
1071 FoundCase = true; in CollectStatementsForCase()
1072 return CollectStatementsForCase(SC->getSubStmt(), 0, FoundCase, in CollectStatementsForCase()
1077 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase()
1103 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1110 if (FoundCase) { in CollectStatementsForCase()
1126 assert(FoundCase && "Didn't find case but returned fallthrough?"); in CollectStatementsForCase()
1142 switch (CollectStatementsForCase(*I, 0, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1230 bool FoundCase = false; in FindCaseStatementsForValue() local
1231 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue()
[all …]