HomeSort by: relevance | last modified time | path
    Searched defs:spelling_base (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 8459 static struct spelling *spelling_base; /* Spelling stack base. */
8465 #define SPELLING_DEPTH() (spelling - spelling_base)
8466 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
8478 spelling_base = XRESIZEVEC (struct spelling, spelling_base, \
8524 for (p = spelling_base; p < spelling; p++)
8543 for (p = spelling_base; p < spelling; p++)
9258 struct spelling *spelling_base;
9288 p->spelling_base = spelling_base;
8433 static struct spelling *spelling_base; \/* Spelling stack base. *\/ variable in typeref:struct:spelling
9230 struct spelling *spelling_base; member in struct:initializer_stack
    [all...]
c-typeck.cc 8459 static struct spelling *spelling_base; /* Spelling stack base. */
8465 #define SPELLING_DEPTH() (spelling - spelling_base)
8466 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
8478 spelling_base = XRESIZEVEC (struct spelling, spelling_base, \
8524 for (p = spelling_base; p < spelling; p++)
8543 for (p = spelling_base; p < spelling; p++)
9258 struct spelling *spelling_base;
9288 p->spelling_base = spelling_base;
8433 static struct spelling *spelling_base; \/* Spelling stack base. *\/ variable in typeref:struct:spelling
9230 struct spelling *spelling_base; member in struct:initializer_stack
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 7873 static struct spelling *spelling_base; /* Spelling stack base. */
7879 #define SPELLING_DEPTH() (spelling - spelling_base)
7880 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
7892 spelling_base = XRESIZEVEC (struct spelling, spelling_base, \
7938 for (p = spelling_base; p < spelling; p++)
7957 for (p = spelling_base; p < spelling; p++)
8462 struct spelling *spelling_base;
8490 p->spelling_base = spelling_base;
7849 static struct spelling *spelling_base; \/* Spelling stack base. *\/ variable in typeref:struct:spelling
8436 struct spelling *spelling_base; member in struct:initializer_stack
    [all...]
c-typeck.cc 7873 static struct spelling *spelling_base; /* Spelling stack base. */
7879 #define SPELLING_DEPTH() (spelling - spelling_base)
7880 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
7892 spelling_base = XRESIZEVEC (struct spelling, spelling_base, \
7938 for (p = spelling_base; p < spelling; p++)
7957 for (p = spelling_base; p < spelling; p++)
8462 struct spelling *spelling_base;
8490 p->spelling_base = spelling_base;
7849 static struct spelling *spelling_base; \/* Spelling stack base. *\/ variable in typeref:struct:spelling
8436 struct spelling *spelling_base; member in struct:initializer_stack
    [all...]

Completed in 55 milliseconds