reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
239 BytesCovered = BytesInScope; 266 if (OffsetToFirstDefinition > BytesInScope) 270 assert(BytesInScope); 273 BytesCovered = BytesInScope; 279 if (BytesInScope) { 286 collectLocStats(BytesCovered, BytesInScope, LocStats.VarParamLocStats, 290 collectLocStats(BytesCovered - BytesEntryValuesCovered, BytesInScope, 304 if (BytesInScope) { 308 BytesInScope -= OffsetToFirstDefinition; 310 GlobalStats.ScopeBytesCovered += std::min(BytesInScope, BytesCovered); 311 GlobalStats.ScopeBytesFromFirstDefinition += BytesInScope; 315 std::min(BytesInScope, BytesCovered); 316 GlobalStats.ParamScopeBytesFromFirstDefinition += BytesInScope; 319 GlobalStats.VarScopeBytesCovered += std::min(BytesInScope, BytesCovered); 320 GlobalStats.VarScopeBytesFromFirstDefinition += BytesInScope;