Searched refs:global_count (Results 1 - 4 of 4) sorted by relevance

/external/bison/etc/
H A Dbench.pl.in148 static int global_count = 0;
319 if (global_count != count)
/external/v8/src/
H A Dhydrogen.h902 int* global_count);
H A Dhydrogen.cc6978 int global_count = 0; local
6985 &global_count);
6989 if (global_count > 0) {
6991 isolate()->factory()->NewFixedArray(2 * global_count, TENURED);
7033 int* global_count) {
7039 ++(*global_count);
7030 HandleDeclaration(VariableProxy* proxy, VariableMode mode, FunctionLiteral* function, int* global_count) argument
/external/bison/tests/
H A Dtestsuite10627 static int global_count = 0;
10765 assert (global_count == count);
[all...]

Completed in 214 milliseconds