Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1533 static CSFC_Result CollectStatementsForCase(const Stmt *S, in CollectStatementsForCase() function
1546 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase()
1551 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase()
1581 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1628 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1736 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue()