Home | History | Annotate | Download | only in src

Lines Matching refs:nvars

445   int nvars = 0;  // the number of variables declared
448 if (nvars > 0) Consume(i::Token::COMMA);
457 nvars++;
465 if (num_decl != NULL) *num_decl = nvars;