Lines Matching defs:combined
648 SymbolDataInitialization &combined, DataInitializations &inits,
656 combined.NoteInitializedRange(at, range.size());
657 combined.image.Incorporate(
668 combined.NoteInitializedRange(offset, mutableSymbol.size());
669 combined.image.AddPointer(offset, *object->init());
676 combined.NoteInitializedRange(offset, mutableSymbol.size());
677 combined.image.AddPointer(
686 combined.NoteInitializedRange(offset, mutableSymbol.size());
687 combined.image.Add(
728 // If the objects are static, save the combined initializer as
747 SymbolDataInitialization combined{static_cast<std::size_t>(bytes)};
753 combined, s.offset() - first.offset(), *derived, foldingContext, s);
757 if (!CheckForOverlappingInitialization(associated, combined, exprAnalyzer,
763 combined.initializedRanges.clear();
768 combined, inits, symbol, first.offset(), foldingContext);
770 if (!CheckForOverlappingInitialization(associated, combined, exprAnalyzer,
783 inits.emplace(&combinedSymbol, std::move(combined));