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

/freebsd-10.1-release/contrib/gcc/cp/
H A Dlex.c175 /* Disable mask. Keywords are disabled if (reswords[i].disable & mask) is
183 static const struct resword reswords[] =
321 for (i = 0; i < ARRAY_SIZE (reswords); i++)
323 id = get_identifier (reswords[i].word);
324 C_RID_CODE (id) = reswords[i].rid;
325 ridpointers [(int) reswords[i].rid] = id;
326 if (! (reswords[i].disable & mask))
182 static const struct resword reswords[] = variable in typeref:struct:resword
/freebsd-10.1-release/contrib/gcc/
H A Dc-parser.c101 /* Disable mask. Keywords are disabled if (reswords[i].disable &
108 static const struct resword reswords[] =
229 #define N_reswords (sizeof reswords / sizeof (struct resword))
271 if (reswords[i].disable & mask)
274 id = get_identifier (reswords[i].word);
275 C_RID_CODE (id) = reswords[i].rid;
277 ridpointers [(int) reswords[i].rid] = id;
107 static const struct resword reswords[] = variable in typeref:struct:resword

Completed in 111 milliseconds