reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/stl_vector.h
  447       operator=(const vector& __x);

References

include/llvm/ADT/Optional.h
   95       value = y;
  115         value = other.value;
include/llvm/Bitstream/BitstreamWriter.h
  246     CurAbbrevs = std::move(B.PrevAbbrevs);
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
 1300     Actions[TypeIndex] = SizeAndActions;
include/llvm/CodeGen/MachineFrameInfo.h
  781     CSInfo = CSI;
include/llvm/ProfileData/InstrProf.h
  698     Counts = RHS.Counts;
include/llvm/Support/SourceMgr.h
  114     IncludeDirectories = Dirs;
include/llvm/Support/YAMLTraits.h
  936         Val = DefaultValue;
include/llvm/Support/type_traits.h
  122     static auto get(F*) -> decltype(std::declval<F &>() = std::declval<const F &>(), std::true_type{});
lib/Analysis/TargetLibraryInfo.cpp
  573   VectorDescs = TLI.VectorDescs;
  574   ScalarDescs = TLI.ScalarDescs;
  584   VectorDescs = TLI.VectorDescs;
  585   ScalarDescs = TLI.ScalarDescs;
lib/AsmParser/LLParser.cpp
  109   NumberedVals = Slots->GlobalValues;
 1149     ForwardRefAttrGroups[GV] = FwdRefAttrGrps;
 5504   ForwardRefAttrGroups[Fn] = FwdRefAttrGrps;
 6127   ForwardRefAttrGroups[II] = FwdRefAttrGrps;
 6458   ForwardRefAttrGroups[CBI] = FwdRefAttrGrps;
 6859   ForwardRefAttrGroups[CI] = FwdRefAttrGrps;
lib/CodeGen/ExecutionDomainFix.cpp
  218   MBBOutRegsInfos[MBBNumber] = LiveRegs;
lib/CodeGen/ReachingDefAnalysis.cpp
   84   MBBOutRegsInfos[MBBNumber] = LiveRegs;
lib/CodeGen/RegisterPressure.cpp
  287   P.MaxSetPressure = CurrSetPressure;
 1369   PressureResult = CurrSetPressure;
 1370   MaxPressureResult = P.MaxSetPressure;
 1385   PressureResult = CurrSetPressure;
 1386   MaxPressureResult = P.MaxSetPressure;
lib/ExecutionEngine/Interpreter/Execution.cpp
 1844   Dest.AggregateVal = Src1.AggregateVal;
 1964       Dest.AggregateVal = pSrc->AggregateVal;
 2011       pDest->AggregateVal = Src2.AggregateVal;
lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
   55         [&](const JITDylibSearchList &JDs) { SearchOrder = JDs; });
lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
   51         [&](const JITDylibSearchList &JDs) { SearchOrder = JDs; });
lib/IR/InlineAsm.cpp
  212     Codes = scInfo.Codes;
lib/LTO/LTO.cpp
  453   File->Mods = FOrErr->Mods;
lib/MC/MCParser/AsmParser.cpp
 2731       A[PI] = FA.Value;
 2754             A[FAI] = M->Parameters[FAI].Value;
lib/ProfileData/InstrProfReader.cpp
  891   Counts = Record.get().Counts;
lib/Support/FileCheck.cpp
 1257     DagNotMatches = ImplicitNegativeChecks;
lib/Target/AArch64/AArch64InstrInfo.cpp
 5231       RepeatedSequenceLocs = CandidatesWithoutStackFixups;
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
  246   RSI->UndefReg = UpdatedUndef;
lib/Target/AMDGPU/SIMachineScheduler.cpp
  391   LiveInPressure = TopPressure.MaxSetPressure;
  392   LiveOutPressure = BotPressure.MaxSetPressure;
  642     Res.Blocks = CurrentBlocks;
  643     Res.TopDownIndex2Block = TopDownIndex2Block;
  644     Res.TopDownBlock2Index = TopDownBlock2Index;
  971   CurrentColoring = PendingColoring;
 1948   SUnitsLinksBackup = SUnits;
 2017   ScheduledSUnits = Best.SUs;
lib/Target/BPF/BPFISelDAGToDAG.cpp
  353     TmpVal = it->second;
  368     cs_vals_[static_cast<const void *>(Init)] = Vals;
lib/Target/BPF/BTFDebug.cpp
  690   FileContent[FileName] = Content;
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
  683     Res.Ops = Ops;
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 1125       localDecls[demotedFunc] = temp;
lib/Target/NVPTX/NVPTXUtilities.cpp
   67       retval[keyname] = tmp;
  129   retval = (*annotationCache)[m][gv][prop];
lib/TextAPI/ELF/ELFStub.cpp
   18   NeededLibs = Stub.NeededLibs;
lib/TextAPI/MachO/TextStub.cpp
  435       UUIDs = File->uuids();
lib/Transforms/IPO/GlobalOpt.cpp
 1393   InsertedScalarizedValues[GV] = FieldGlobals;
tools/bugpoint/BugDriver.h
   81     PassesToRun = PTR;
tools/bugpoint/ToolRunner.cpp
  152       ToolArgs = *Args;
  540       ToolArgs = *Args;
tools/bugpoint/ToolRunner.h
   45       ccArgs = *CCArgs;
  159       ToolArgs = *Args;
tools/clang/include/clang/Lex/HeaderSearch.h
  274     SearchDirs = dirs;
tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h
   52   AtomicChange &operator=(const AtomicChange &) = default;
tools/clang/lib/ARCMigrate/ARCMT.cpp
  420   remap = PPOpts.RemappedFiles;
tools/clang/lib/AST/ASTContext.cpp
  961   TraversalScope = TopLevelDecls;
tools/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
   69   Last.ContextStack = ContextStack;
tools/clang/lib/Analysis/CloneDetection.cpp
  407   Sequences = Result;
  522   CloneGroups = Result;
tools/clang/lib/Basic/SourceManager.cpp
  299   LineEntries[FID] = Entries;
tools/clang/lib/CodeGen/BackendUtil.cpp
 1436   Conf.MAttrs = TOpts.Features;
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1689     Features = getTarget().getTargetOpts().Features;
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  984   RegionCounts = ProfRecord->Counts;
tools/clang/lib/Driver/Multilib.cpp
  206     Multilibs = Composed;
tools/clang/lib/Tooling/CommonOptionsParser.cpp
  125   SourcePathList = SourcePaths;
tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp
  397   this->MatchedSymbols = MatchedSymbols;
tools/clang/tools/extra/clangd/CodeComplete.cpp
 1483     Req.Scopes = QueryScopes;
tools/clang/tools/extra/clangd/IncludeFixer.cpp
  393   Req.Scopes = Unresolved.Scopes;
tools/clang/tools/extra/clangd/QueryDriverDatabase.cpp
  248         SystemIncludes = It->second;
  250         DriverToIncludesCache[Key] = SystemIncludes =
tools/clang/tools/extra/clangd/tool/ClangdMain.cpp
  657   Opts.QueryDriverGlobs = std::move(QueryDriverGlobs);
tools/clang/tools/extra/clangd/unittests/FindTargetTests.cpp
   76     TU.ExtraArgs = Flags;
tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
  248           DiscoveredFiles = Changes;
  270           DiscoveredFiles = Changes;
  293         DiscoveredFiles = Changes;
tools/clang/tools/extra/clangd/unittests/TweakTesting.cpp
   74   TU.ExtraArgs = ExtraArgs;
   97   TU.ExtraArgs = ExtraArgs;
tools/clang/unittests/Format/FormatTest.cpp
14649   Google.TypenameMacros = TypenameMacros;
14657   Macros.TypenameMacros = TypenameMacros;
tools/clang/unittests/Tooling/ToolingTest.cpp
  463       FinalArgs = Args;
  494         FinalArgs = Args;
tools/gold/gold-plugin.cpp
  857   Conf.MAttrs = MAttrs;
tools/llc/llc.cpp
  455   Options.MCOptions.IASSearchPaths = IncludeDirs;
tools/lld/COFF/Writer.cpp
  532     sec->origChunks = sec->chunks;
  565         sec->chunks = sec->origChunks;
tools/lld/ELF/LinkerScript.cpp
 1009         sec->phdrs = defPhdrs;
 1011       defPhdrs = sec->phdrs;
tools/lld/ELF/ScriptParser.cpp
 1368   ver.patterns = globals;
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  467   _syslibRoots = paths;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1631   normFile.rpaths = context.rpaths();
tools/lldb/include/lldb/Core/FileSpecList.h
   57   FileSpecList &operator=(const FileSpecList &rhs) = default;
tools/lldb/include/lldb/Core/ModuleSpec.h
  307     m_specs = rhs.m_specs;
  318       m_specs = rhs.m_specs;
tools/lldb/include/lldb/Target/QueueItem.h
  117     m_backtrace = backtrace;
tools/lldb/include/lldb/Utility/StreamTee.h
   44     m_streams = rhs.m_streams;
   57       m_streams = rhs.m_streams;
tools/lldb/source/API/SBQueue.cpp
   44     m_threads = rhs.m_threads;
   46     m_pending_items = rhs.m_pending_items;
tools/lldb/source/API/SBValueList.cpp
   29     m_values = rhs.m_values;
tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp
  184       m_break_loc_collection = rhs.m_break_loc_collection;
tools/lldb/source/Core/IOHandler.cpp
 2017       m_children = rhs.m_children;
tools/lldb/source/Core/ModuleList.cpp
  116   m_modules = rhs.m_modules;
  129     m_modules = rhs.m_modules;
tools/lldb/source/Core/Section.cpp
  422     m_sections = rhs.m_sections;
tools/lldb/source/Core/Value.cpp
  689 ValueList::ValueList(const ValueList &rhs) { m_values = rhs.m_values; }
  692   m_values = rhs.m_values;
tools/lldb/source/Core/ValueObjectList.cpp
   22     m_value_objects = rhs.m_value_objects;
tools/lldb/source/Host/common/Editline.cpp
  446     m_live_history_lines = m_input_lines;
  455       new_input_lines = m_live_history_lines;
  466   m_input_lines = new_input_lines;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
  278     m_range_map[listOffset] = rangeList;
tools/lldb/source/Target/PathMappingList.cpp
   53     m_pairs = rhs.m_pairs;
tools/lldb/source/Target/StackFrameList.cpp
  299           solution_path = active_path;
tools/lldb/source/Target/Thread.cpp
  527   saved_state.m_completed_plan_stack = m_completed_plan_stack;
  561   m_completed_plan_stack = saved_state.m_completed_plan_stack;
 1748     candidates = within_function;
 1750     candidates = outside_function;
tools/lldb/source/Target/ThreadList.cpp
   47     m_threads = rhs.m_threads;
  263       threads_copy = m_threads;
tools/llvm-dwarfdump/Statistics.cpp
  141     Ranges = RangesOrError.get();
tools/llvm-ifs/llvm-ifs.cpp
  423       Stub.NeededLibs = TargetStub->NeededLibs;
tools/llvm-lto2/llvm-lto2.cpp
  222   Conf.MAttrs = MAttrs;
tools/llvm-reduce/deltas/Delta.cpp
   76     Chunks = NewChunks;
tools/obj2yaml/coff2yaml.cpp
  217     NewYAMLSection.Relocations = Relocations;
tools/obj2yaml/wasm2yaml.cpp
   62     DylinkSec->Needed = Info.Needed;
usr/include/c++/7.4.0/bits/regex_executor.tcc
   86       _M_cur_results = _M_results;
  392 		_M_results = _M_cur_results;
  409 		      _M_results = _M_cur_results;
  423 		_M_results = _M_cur_results;
utils/TableGen/CodeGenDAGPatterns.cpp
 1905   New->Types = Types;
utils/TableGen/CodeGenDAGPatterns.h
  689     NamesAsPredicateArg = Names;
  753     PredicateCalls = Calls;
utils/TableGen/CodeGenMapTable.cpp
  303     MapTable[CurKeyInstr] = ColInstrVec;
utils/TableGen/CodeGenSchedule.cpp
 1113     SC.Writes = SchedClasses[OldSCIdx].Writes;
 1114     SC.Reads = SchedClasses[OldSCIdx].Reads;
utils/TableGen/FixedLenDecoderEmitter.cpp
 1814     Operands[Opc] = InsnOperands;
 2100   Operands[Opc] = InsnOperands;
utils/TableGen/RegisterInfoEmitter.cpp
  465     RegIter->second = AliasIter->second;
utils/benchmark/src/benchmark_register.cc
  159         instance.arg = args;
  320   arg_names_ = names;