Home
last modified time | relevance | path

Searched defs:CtfeStatus (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h20 struct CtfeStatus struct
22 static int callDepth; // current number of recursive calls
26 static int stackTraceCallsToSuppress;
27 static int maxCallDepth; // highest number of recursive calls
28 static int numArrayAllocs; // Number of allocated arrays
29 static int numAssignments; // total number of assignments executed