HomeSort by: relevance | last modified time | path
    Searched defs:warns (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tradcpp/dist/
mode.h 58 struct warns { struct
66 extern struct warns warns;
main.c 79 struct warns warns = { variable in typeref:struct:warns
721 warns.nestcomment = true;
722 warns.undef = true;
723 warns.unused = true;
730 warns.nestcomment = false;
731 warns.undef = false;
732 warns.unused = false;
739 warns.nestcomment = false;
740 warns.endiflabels = false
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 7505 int errs = errorcount, warns = warningcount + werrorcount; local
7510 if (errorcount > errs || warningcount + werrorcount > warns)
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 7614 int errs = errorcount, warns = warningcount + werrorcount; local
7619 if (errorcount > errs || warningcount + werrorcount > warns)

Completed in 45 milliseconds