|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/STLExtras.h 906 return Begins == RHS.Begins && Ends == RHS.Ends;
906 return Begins == RHS.Begins && Ends == RHS.Ends;
include/llvm/Analysis/VectorUtils.h 67 return std::tie(ParamPos, ParamKind, LinearStepOrPos, Alignment) ==
86 return std::tie(VF, IsScalable, ISA, Parameters) ==
99 return std::tie(Shape, ScalarName, VectorName) ==
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h 159 return std::tie(Action, TypeIdx, NewType) ==
include/llvm/IR/DebugInfoMetadata.h 2578 return std::tie(A.SizeInBits, A.OffsetInBits) ==
include/llvm/Object/ObjectFile.h 154 return std::tie(LHS.SectionIndex, LHS.Address) ==
include/llvm/ProfileData/Coverage/CoverageMapping.h 410 L.IsGapRegion) == std::tie(R.Line, R.Col, R.Count,
include/llvm/Support/TypeSize.h 71 return std::tie(LHS.MinSize, LHS.IsScalable) ==
include/llvm/Testing/Support/Annotations.h 55 return std::tie(L.Begin, L.End) == std::tie(R.Begin, R.End);
include/llvm/TextAPI/MachO/ArchitectureSet.h 105 return std::tie(Index, ArchSet) == std::tie(o.Index, o.ArchSet);
include/llvm/TextAPI/MachO/InterfaceFile.h 109 return std::tie(InstallName, Targets) == std::tie(O.InstallName, O.Targets);
149 return std::tie(LHS.Kind, LHS.Name) == std::tie(RHS.Kind, RHS.Name);
include/llvm/TextAPI/MachO/Target.h 41 return std::tie(LHS.Arch, LHS.Platform) == std::tie(RHS.Arch, RHS.Platform);
lib/CodeGen/LiveDebugValues.cpp 168 return std::tie(Variable, Fragment, InlinedAt) ==
tools/clang/include/clang/Analysis/CloneDetection.h 136 return std::tie(S, StartIndex, EndIndex) ==
tools/clang/include/clang/Analysis/ConstructionContext.h 174 return std::make_tuple(Data, Kind, Index) ==
tools/clang/include/clang/Edit/EditedSource.h 59 return std::tie(Identifier, ImmediateExpansionLoc, UseLoc) ==
tools/clang/include/clang/Tooling/Syntax/Tokens.h 82 return std::tie(L.File, L.Begin, L.End) == std::tie(R.File, R.Begin, R.End);
tools/clang/tools/extra/clang-doc/Representation.h 82 if (FirstCI == SecondCI) {
131 return std::tie(USR, Name, RefType) ==
178 return std::tie(Type, Name) == std::tie(Other.Type, Other.Name);
198 return std::tie(Type, Name, Access) ==
218 return std::tie(LineNumber, Filename) ==
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.cpp 79 return std::tie(Name, Type, FilePath, Contexts) ==
111 return std::tie(Seen, Used) == std::tie(RHS.Seen, RHS.Used);
115 return std::tie(Symbol, Signals) == std::tie(RHS.Symbol, RHS.Signals);
tools/clang/tools/extra/clang-move/Move.h 44 return std::tie(LHS.QualifiedName, LHS.Kind, LHS.Templated) ==
tools/clang/tools/extra/clangd/Protocol.h 137 return std::tie(LHS.line, LHS.character) ==
164 return std::tie(LHS.start, LHS.end) == std::tie(RHS.start, RHS.end);
212 return std::tie(L.newText, L.range) == std::tie(R.newText, R.range);
tools/clang/tools/extra/clangd/RIFF.h 53 return std::tie(L.ID, L.Data) == std::tie(R.ID, R.Data);
61 return std::tie(L.Type, L.Chunks) == std::tie(R.Type, R.Chunks);
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp 451 return std::tie(L.R, L.Kind) == std::tie(R.R, R.Kind);
457 return std::tie(L.Line, L.Tokens) == std::tie(R.Line, R.Tokens);
tools/clang/tools/extra/clangd/TUScheduler.cpp 393 std::tie(PrevInputs->CompileCommand, PrevInputs->Contents) ==
tools/clang/tools/extra/clangd/URI.h 88 return std::tie(LHS.Scheme, LHS.Authority, LHS.Body) ==
tools/clang/tools/extra/clangd/XRefs.cpp 370 return std::tie(L.Loc, L.Role) ==
tools/clang/tools/extra/clangd/XRefs.h 118 return std::tie(LHS.Type, LHS.Name, LHS.Default) ==
tools/clang/tools/extra/clangd/index/Index.h 53 ProximityPaths, PreferredTypes) ==
tools/clang/tools/extra/clangd/index/Ref.h 62 return std::tie(L.Location, L.Kind) == std::tie(R.Location, R.Kind);
tools/clang/tools/extra/clangd/index/Relation.h 35 return std::tie(Subject, Predicate, Object) ==
tools/clang/tools/extra/clangd/index/SymbolLocation.h 68 return std::make_tuple(L.line(), L.column()) ==
79 std::tie(L.Start, L.End) == std::tie(R.Start, R.End);
tools/clang/tools/extra/clangd/unittests/FileIndexTests.cpp 37 arg.Location.End.line(), arg.Location.End.column()) ==
tools/clang/tools/extra/clangd/unittests/FindTargetTests.cpp 52 return std::tie(L.Name, L.Relations) == std::tie(R.Name, R.Relations);
tools/clang/tools/extra/clangd/unittests/IndexTests.cpp 37 arg.Location.End.line(), arg.Location.End.column()) ==
tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp 76 arg.CanonicalDeclaration.End.column()) ==
83 arg.Definition.End.line(), arg.Definition.End.column()) ==
103 Pos.Location.End.line(), Pos.Location.End.column()) ==
tools/clang/unittests/Index/IndexTests.cpp 49 return std::tie(LHS.Line, LHS.Column) == std::tie(RHS.Line, RHS.Column);
tools/llvm-exegesis/lib/MCInstrDescView.cpp 293 return std::tie(Op, Reg) == std::tie(Other.Op, Other.Reg);
298 return std::tie(Defs, Uses) == std::tie(Other.Defs, Other.Uses);
unittests/TextAPI/TextStubV1Tests.cpp 32 return std::tie(lhs.Kind, lhs.Name, lhs.WeakDefined, lhs.ThreadLocalValue) ==
unittests/TextAPI/TextStubV2Tests.cpp 32 return std::tie(lhs.Kind, lhs.Name, lhs.WeakDefined, lhs.ThreadLocalValue) ==
unittests/TextAPI/TextStubV3Tests.cpp 33 return std::tie(lhs.Kind, lhs.Name, lhs.WeakDefined, lhs.ThreadLocalValue) ==
unittests/TextAPI/TextStubV4Tests.cpp 32 return std::tie(LHS.Kind, LHS.Name, LHS.WeakDefined, LHS.ThreadLocalValue) ==
unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp 31 return std::tie(A.Key, A.PerInstructionValue, A.PerSnippetValue) ==
usr/include/c++/7.4.0/tuple 1425 { return !(__t == __u); }
utils/TableGen/InfoByHwMode.h 157 return std::tie(RegSize, SpillSize, SpillAlignment) ==
utils/unittest/googletest/include/gtest/gtest.h 1392 if (lhs == rhs) {