Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2013 SmallVectorImpl<const Stmt*> &ResultStmts) { in CollectStatementsForCase() argument
2024 ResultStmts); in CollectStatementsForCase()
2029 ResultStmts); in CollectStatementsForCase()
2044 unsigned StartSize = ResultStmts.size(); in CollectStatementsForCase()
2058 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase()
2105 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase()
2132 ResultStmts.resize(StartSize); in CollectStatementsForCase()
2133 ResultStmts.push_back(S); in CollectStatementsForCase()
2157 ResultStmts.push_back(S); in CollectStatementsForCase()
2167 SmallVectorImpl<const Stmt*> &ResultStmts, in FindCaseStatementsForValue() argument
[all …]