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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 132 bool ignoreUnsupportedPragmas; // rather than error on them
globals.d 142 bool ignoreUnsupportedPragmas; // rather than error on them
statementsem.d 2133 else if (!global.params.ignoreUnsupportedPragmas)
dsymbolsem.d 1774 else if (!global.params.ignoreUnsupportedPragmas)
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 537 global.params.ignoreUnsupportedPragmas = value;
decl.cc 361 if (!global.params.ignoreUnsupportedPragmas)

Completed in 79 milliseconds