Searched defs:ResultStmts (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp966 /// and add them to the ResultStmts vector. If it is unsafe to do this
984 SmallVectorImpl<const Stmt*> &ResultStmts) {
995 ResultStmts);
1000 ResultStmts);
1025 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) {
1064 switch (CollectStatementsForCase(*I, 0, FoundCase, ResultStmts)) {
1099 ResultStmts.push_back(S);
1109 SmallVectorImpl<const Stmt*> &ResultStmts,
1138 // etc. If it is safe, return successfully with an empty ResultStmts list.
1154 ResultStmts) !
981 CollectStatementsForCase(const Stmt *S, const SwitchCase *Case, bool &FoundCase, SmallVectorImpl<const Stmt*> &ResultStmts) argument
1107 FindCaseStatementsForValue(const SwitchStmt &S, const llvm::APSInt &ConstantCondValue, SmallVectorImpl<const Stmt*> &ResultStmts, ASTContext &C) argument
[all...]

Completed in 374 milliseconds