|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/BreadthFirstIterator.h 96 Head = VisitQueue.front();
include/llvm/Analysis/MemorySSA.h 296 OptimizedAccessAlias = AR;
include/llvm/IR/DiagnosticInfo.h 473 void setHotness(Optional<uint64_t> H) { Hotness = H; }
include/llvm/LTO/legacy/LTOCodeGenerator.h 87 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; }
include/llvm/LTO/legacy/ThinLTOCodeGenerator.h 216 TMBuilder.RelocModel = Model;
include/llvm/MC/MCDwarf.h 258 RootFile.Checksum = Checksum;
259 RootFile.Source = Source;
331 Header.RootFile.Checksum = Checksum;
332 Header.RootFile.Source = Source;
include/llvm/Support/Alignment.h 127 MaybeAlign &operator=(const MaybeAlign &Other) = default;
include/llvm/Support/BinaryStreamRef.h 41 BinaryStreamRefBase &operator=(const BinaryStreamRefBase &Other) = default;
include/llvm/Support/YAMLTraits.h 919 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/ConstantFolding.cpp 990 InRangeIndex = LastIRIndex;
lib/Analysis/MemorySSA.cpp 705 N = curNode().Previous;
952 Q.AR = WalkResult.AR;
1451 LocInfo.AR = CA.AR;
lib/Analysis/ScalarEvolution.cpp 6202 BO = NewBO;
6231 BO = NewBO;
lib/CodeGen/AsmPrinter/DwarfExpression.cpp 484 PrevConvertOp = Op;
lib/CodeGen/ModuloSchedule.cpp 1407 IllegalPhiDefault = Defaults.front();
lib/CodeGen/SelectionDAG/DAGCombiner.cpp 6719 FirstByteProvider = P;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 780 CallConv = CC;
lib/CodeGen/SelectionDAG/StatepointLowering.cpp 182 MergedResult = SpillSlot;
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp 20 Limit.MaxLength = MaxLength;
lib/DebugInfo/CodeView/TypeStreamMerger.cpp 281 S = PCHSignature;
294 S = PCHSignature;
320 S = PCHSignature;
lib/DebugInfo/DWARF/DWARFUnit.cpp 458 StringOffsetsTableContribution = *StringOffsetOrError;
lib/LTO/ThinLTOCodeGenerator.cpp 337 Conf.RelocModel = TMBuilder.RelocModel;
lib/MC/MCDwarf.cpp 633 File.Checksum = Checksum;
635 File.Source = Source;
lib/Target/AMDGPU/SIMachineFunctionInfo.h 135 Mask = Other.Mask;
144 Mask = Other.Mask;
lib/TextAPI/ELF/ELFStub.cpp 17 SoName = Stub.SoName;
lib/Transforms/IPO/Attributor.cpp 3361 AccumulatedSimplifiedValue = QueryingValueSimplified;
lib/Transforms/Utils/Local.cpp 2734 Result = Res;
2766 Result = Res;
tools/clang/include/clang/Lex/Preprocessor.h 2278 PreambleConditionalStack.SkipInfo = SkipInfo;
tools/clang/lib/Driver/ToolChains/Gnu.cpp 2327 BiarchSibling = Detected.BiarchSibling;
tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp 729 UpperU = UpperL = true;
731 UpperL = UpperU;
733 UpperU = UpperL;
tools/clang/lib/Sema/SemaOpenMP.cpp 5466 TestIsLessOp = LessOp;
tools/clang/lib/Sema/SemaTemplateDeduction.cpp 713 FixedNumExpansions = ExpandedPackExpansions;
tools/clang/lib/Sema/SemaTemplateVariadic.cpp 776 NumExpansions = NumPartialExpansions;
tools/clang/lib/Sema/TreeTransform.h 5183 NumExpansions = OrigNumExpansions;
tools/clang/tools/extra/clang-doc/BitcodeReader.cpp 715 BlockInfo = MaybeBlockInfo.get();
tools/clang/tools/extra/clang-tidy/ClangTidyOptions.cpp 125 Dest = Src;
138 Dest = Src;
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp 480 CompileCommandsDir = Dir;
1082 R.range = (*H)->SymRange;
tools/clang/tools/extra/clangd/ClangdServer.cpp 212 SpecFuzzyFind->CachedReq =
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp 112 Result = Kind;
tools/clang/tools/extra/clangd/XRefs.cpp 274 Macro.Definition = Loc;
tools/clang/tools/extra/clangd/unittests/FuzzyMatchTests.cpp 230 LastScore = Score;
tools/clang/tools/extra/clangd/unittests/TestTU.cpp 59 Inputs.Opts.ClangTidyOpts.Checks = ClangTidyChecks;
60 Inputs.Opts.ClangTidyOpts.WarningsAsErrors = ClangTidyWarningsAsErrors;
tools/clang/tools/extra/clangd/unittests/XRefsTests.cpp 459 WantDecl = WantDef = T.range();
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp 842 Visitor.ModifierMappings = NodePair.second;
tools/gold/gold-plugin.cpp 858 Conf.RelocModel = RelocationModel;
tools/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp 165 current_section = next_section;
tools/llvm-ifs/llvm-ifs.cpp 422 Stub.SOName = TargetStub->SOName;
unittests/ADT/OptionalTest.cpp 117 B = A;
137 B = A;
157 B = A;
177 B = A;
usr/include/c++/7.4.0/bits/stl_algobase.h 324 *__result = *__first;
usr/include/c++/7.4.0/bits/stl_pair.h 384 second = __p.second;
usr/include/c++/7.4.0/tuple 313 _M_head(*this) = _Tuple_impl<_Idx, _UElements...>::_M_head(__in);