Home | History | Annotate | Download | only in src

Lines Matching full:print

426     if (var->rewrite() != NULL) PrintF("%s, ", printer->Print(var->rewrite()));
429 var->var_uses()->Print();
431 var->obj_uses()->Print();
445 void Scope::Print(int n) {
449 // Print header.
456 // Print parameters, if any.
492 // Print locals.
514 // Print inner scopes (disable by providing negative n).
518 inner_scopes_[i]->Print(n1);