Searched defs:CtfeStatus (Results 1 – 1 of 1) sorted by relevance
20 struct CtfeStatus struct22 static int callDepth; // current number of recursive calls26 static int stackTraceCallsToSuppress;27 static int maxCallDepth; // highest number of recursive calls28 static int numArrayAllocs; // Number of allocated arrays29 static int numAssignments; // total number of assignments executed