Home | History | Annotate | Download | only in lint1

Lines Matching defs:keyword

71  * Define a keyword that cannot be overridden by identifiers.
77 * example, if the keyword '_Generic' were not defined, it would be interpreted
107 static const struct keyword {
354 register_keyword(const struct keyword *kw, bool leading, bool trailing)
387 is_keyword_known(const struct keyword *kw)
418 const struct keyword *kw = keywords + i;
468 * either be a keyword or a symbol of the type required by sym_kind (label,
1286 /* Read the potential keyword to keywd */
1299 /* look for the keyword */
1310 /* read the argument, if the keyword accepts one and there is one */