Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDc-typeck.c5925 static struct spelling *spelling_base; /* Spelling stack base. */ variable
5931 #define SPELLING_DEPTH() (spelling - spelling_base)
5932 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
5944 spelling_base = XRESIZEVEC (struct spelling, spelling_base, \
5990 for (p = spelling_base; p < spelling; p++) in spelling_length()
6009 for (p = spelling_base; p < spelling; p++) in print_spelling()
6564 struct spelling *spelling_base; member
6588 p->spelling_base = spelling_base; in start_init()
6623 spelling_base = 0; in start_init()
6647 free (spelling_base); in finish_init()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c7219 static struct spelling *spelling_base; /* Spelling stack base. */ variable
7225 #define SPELLING_DEPTH() (spelling - spelling_base)
7226 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
7238 spelling_base = XRESIZEVEC (struct spelling, spelling_base, \
7284 for (p = spelling_base; p < spelling; p++) in spelling_length()
7303 for (p = spelling_base; p < spelling; p++) in print_spelling()
7801 struct spelling *spelling_base; member
7827 p->spelling_base = spelling_base; in start_init()
7860 spelling_base = 0; in start_init()
7884 free (spelling_base); in finish_init()
[all …]