Home | History | Annotate | Download | only in AST

Lines Matching refs:Exprs

62   llvm::errs() << "  " << sum << " stmts/exprs total.\n";
291 return cast<Expr>(Exprs[i]);
312 return cast<Expr>(Exprs[i + NumOutputs]);
315 Exprs[i + NumOutputs] = E;
329 Stmt **Exprs,
344 C.Deallocate(this->Exprs);
345 this->Exprs = new (C) Stmt*[NumExprs];
346 std::copy(Exprs, Exprs + NumExprs, this->Exprs);
532 Expr **exprs, StringLiteral *asmstr, unsigned numclobbers,
543 Exprs = new (C) Stmt*[NumExprs];
544 std::copy(exprs, exprs + NumExprs, Exprs);