Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp1247 SmallVectorImpl<const Stmt*> &ResultStmts) { in CollectStatementsForCase() argument
1258 ResultStmts); in CollectStatementsForCase()
1263 ResultStmts); in CollectStatementsForCase()
1288 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1327 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1362 ResultStmts.push_back(S); in CollectStatementsForCase()
1372 SmallVectorImpl<const Stmt*> &ResultStmts, in FindCaseStatementsForValue() argument
1419 ResultStmts) != CSFC_Failure && in FindCaseStatementsForValue()