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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp957 /// CollectStatementsForCase - Given the body of a 'switch' statement and a
981 static CSFC_Result CollectStatementsForCase(const Stmt *S, function
994 return CollectStatementsForCase(SC->getSubStmt(), 0, FoundCase,
999 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase,
1025 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) {
1064 switch (CollectStatementsForCase(*I, 0, FoundCase, ResultStmts)) {
1104 /// then invoke CollectStatementsForCase to find the list of statements to emit
1105 /// for a switch on constant. See the comment above CollectStatementsForCase
1153 return CollectStatementsForCase(S.getBody(), Case, FoundCase,

Completed in 50 milliseconds