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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c4410 static int spelling_size; /* Size of the spelling stack. */
4425 if (depth >= spelling_size) \
4427 spelling_size += 10; \
4429 spelling_size); \
4980 int spelling_size;
5005 p->spelling_size = spelling_size;
5040 spelling_size = 0;
5073 spelling_size = p->spelling_size;
4386 static int spelling_size; /* Size of the spelling stack. */ variable
4953 int spelling_size; member in struct:initializer_stack
[all...]

Completed in 104 milliseconds