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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c4409 static struct spelling *spelling_base; /* Spelling stack base. */
4415 #define SPELLING_DEPTH() (spelling - spelling_base)
4416 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
4428 spelling_base = XRESIZEVEC (struct spelling, spelling_base, \
4472 for (p = spelling_base; p < spelling; p++)
4491 for (p = spelling_base; p < spelling; p++)
4979 struct spelling *spelling_base;
5004 p->spelling_base = spelling_base;
4385 static struct spelling *spelling_base; /* Spelling stack base. */ variable in typeref:struct:spelling
4952 struct spelling *spelling_base; member in struct:initializer_stack
[all...]

Completed in 107 milliseconds