Home | History | Annotate | Download | only in lint1

Lines Matching defs:keywords

75  * The C11 keywords are all taken from the reserved namespace.  They are added
80 * The C23 keywords are not made available in earlier modes, as they may
106 /* During initialization, these keywords are written to the symbol table. */
127 } keywords[] = {
210 * The symbol table containing all keywords, identifiers and labels. The hash
396 * In the 1990s, GCC defined several keywords that were later
397 * incorporated into C99, therefore in GCC mode, all C99 keywords are
398 * made available. The C11 keywords are made available as well, but
411 /* Write all keywords to the symbol table. */
416 size_t n = sizeof(keywords) / sizeof(keywords[0]);
418 const struct keyword *kw = keywords + i;