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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 138 bool shortenedMethods; // allow => in normal function declarations
globals.d 148 bool shortenedMethods; // allow => in normal function declarations
parse.d 5079 if (!global.params.shortenedMethods)
5080 error("=> shortened method not enabled, compile with compiler switch `-preview=shortenedMethods`");
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 584 global.params.shortenedMethods = value;
632 global.params.shortenedMethods = value;

Completed in 55 milliseconds