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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 144 bool fixAliasThis; // if the current scope has an alias this, check it before searching upper scopes
globals.d 154 bool fixAliasThis; // if the current scope has an alias this, check it before searching upper scopes
dscope.d 489 if (global.params.fixAliasThis)
expressionsem.d 2672 if (global.params.fixAliasThis)
2689 if (!global.params.fixAliasThis && hasThis(sc))
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 577 global.params.fixAliasThis = value;
612 global.params.fixAliasThis = value;

Completed in 126 milliseconds