Home | History | Annotate | Download | only in src

Lines Matching refs:nvars

442   int nvars = 0;  // the number of variables declared
445 if (nvars > 0) Consume(Token::COMMA);
454 nvars++;
462 if (num_decl != NULL) *num_decl = nvars;