Home
last modified time | relevance | path

Searched refs:warnings_other (Results 1 – 5 of 5) sorted by relevance

/external/bison/src/
Dcomplain.c117 if (!(warnings_flag & warnings_other)) in warn_at()
127 if (!(warnings_flag & warnings_other)) in warn_at_indent()
137 if (!(warnings_flag & warnings_other)) in warn()
Dgetargs.h127 warnings_other = 1 << 5, /**< All other warnings. */ enumerator
Dgetargs.c70 | warnings_other;
254 warnings_other,
Dgram.c316 if (warnings_flag & warnings_other) in grammar_rules_useless_report()
/external/bison/
DChangeLog-2012326 * src/getargs.c (warnings_flag): Initialize to warnings_other.
327 (warnings_args, warnings_types): Add entry for warnings_other.
329 * src/getargs.h (enum warnings): Add entry for warnings_other.