Searched refs:RunDestructors (Results 1 – 1 of 1) sorted by relevance
685 bool endLifetime(EvalInfo &Info, bool RunDestructors) { in endLifetime() argument686 if (RunDestructors) { in endLifetime()1347 bool destroy(bool RunDestructors = true) { in destroy() argument1348 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()1360 static bool cleanup(EvalInfo &Info, bool RunDestructors, in cleanup() argument1370 if (!Info.CleanupStack[I - 1].endLifetime(Info, RunDestructors)) { in cleanup()