HomeSort by: relevance | last modified time | path
    Searched refs:suppress_bitfieldtype (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
externs1.h 341 extern bool suppress_bitfieldtype;
func.c 137 bool suppress_bitfieldtype; variable
1126 case LC_BITFIELDTYPE: suppress_bitfieldtype = true; break;
decl.c 997 if (!suppress_bitfieldtype) {
1012 if (pflag && !suppress_bitfieldtype) {
1017 || (is_integer(t) && (suppress_bitfieldtype || allow_gcc)))) {
1123 suppress_bitfieldtype = false;
1172 suppress_bitfieldtype = false;

Completed in 31 milliseconds