Searched refs:CollectStatementsForCase (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1861 static CSFC_Result CollectStatementsForCase(const Stmt *S, in CollectStatementsForCase() function 1874 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase() 1879 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase() 1909 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase() 1956 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase() 2064 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue()
|