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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
nogc.d 126 if (global.params.ehnogc && e.thrownew)
globals.h 146 bool ehnogc; // use @nogc exception handling member in struct:FeatureState::Param
globals.d 161 bool ehnogc; // use @nogc exception handling
statementsem.d 4063 else if (global.params.ehnogc)
4070 if (!ident && global.params.ehnogc)
4080 if (global.params.ehnogc && stc & STC.scope_)
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 571 global.params.ehnogc = value;
592 global.params.ehnogc = value;
expr.cc 2295 libcall_fn libcall = (global.params.ehnogc && e->thrownew)

Completed in 23 milliseconds