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 340 extern bool suppress_bitfieldtype;
func.c 137 bool suppress_bitfieldtype; variable
1126 case LC_BITFIELDTYPE: suppress_bitfieldtype = true; break;
decl.c 1001 if (!suppress_bitfieldtype) {
1016 if (pflag && !suppress_bitfieldtype) {
1021 || (is_integer(t) && (suppress_bitfieldtype || allow_gcc)))) {
1127 suppress_bitfieldtype = false;
1176 suppress_bitfieldtype = false;

Completed in 25 milliseconds