Searched refs:CollectStatementsForCase (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1345 static CSFC_Result CollectStatementsForCase(const Stmt *S, in CollectStatementsForCase() function 1358 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase() 1363 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase() 1393 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase() 1440 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase() 1548 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue()
|