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.cpp1864 SmallVectorImpl<const Stmt*> &ResultStmts) { in CollectStatementsForCase() argument
1875 ResultStmts); in CollectStatementsForCase()
1880 ResultStmts); in CollectStatementsForCase()
1895 unsigned StartSize = ResultStmts.size(); in CollectStatementsForCase()
1909 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1956 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1983 ResultStmts.resize(StartSize); in CollectStatementsForCase()
1984 ResultStmts.push_back(S); in CollectStatementsForCase()
2008 ResultStmts.push_back(S); in CollectStatementsForCase()
2018 SmallVectorImpl<const Stmt*> &ResultStmts, in FindCaseStatementsForValue() argument
[all …]