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

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/array/
utils.d 38 * TraceGC wrapper around runtime hook `Hook`.
59 // FIXME: use rt.tracegc.accumulator when it is accessable in the future.
60 version (tracegc)
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 102 bool tracegc; // instrument calls to 'new' member in struct:FeatureState::Param
globals.d 112 bool tracegc; // instrument calls to 'new'
expressionsem.d 9571 Identifier hook = global.params.tracegc ? Id._d_arraysetlengthTTrace : Id._d_arraysetlengthT;
9600 if (global.params.tracegc)

Completed in 33 milliseconds