Home
last modified time | relevance | path

Searched refs:tie (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp89 std::tie(Token, Str) = getToken(Str); in consume()
189 std::tie(Str, Line) = getToken(Line); in parse()
213 std::tie(Str, Line) = getToken(Line); in parse()
237 std::tie(Str, Line) = getToken(Line); in parseNumberName()
282 std::tie(Str, Line) = getToken(Line); in parsePublicOrFunc()
286 std::tie(Str, Line) = getToken(Line); in parsePublicOrFunc()
291 std::tie(Str, Line) = getToken(Line); in parsePublicOrFunc()
296 std::tie(Str, Line) = getToken(Line); in parsePublicOrFunc()
384 std::tie(Str, Line) = getToken(Line); in parse()
389 std::tie(St in parse()
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DHeaderFile.h94 return std::tie(Type, FullPath, IncludeName, Language, Excluded, Extra,
95 Umbrella) == std::tie(Other.Type, Other.FullPath,
108 return std::tie(Type, Umbrella) < std::tie(Other.Type, Other.Umbrella);
110 return std::tie(Type, Umbrella, Extra, FullPath) <
111 std::tie(Other.Type, Other.Umbrella, Other.Extra, Other.FullPath);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp68 std::tie(LHSResult, RemainingExpr) = in evaluate()
78 std::tie(RHSResult, RemainingExpr) = in evaluate()
140 std::tie(Token, Remaining) = parseSymbol(Expr); in getTokenForError()
142 std::tie(Token, Remaining) = parseNumberString(Expr); in getTokenForError()
249 std::tie(Symbol, RemainingExpr) = parseSymbol(RemainingExpr); in evalDecodeOperand()
259 std::tie(BinOp, RemainingExpr) = parseBinOpToken(RemainingExpr); in evalDecodeOperand()
263 std::tie(Number, RemainingExpr) = evalNumberExpr(RemainingExpr); in evalDecodeOperand()
282 std::tie(OpIdxExpr, RemainingExpr) = evalNumberExpr(RemainingExpr); in evalDecodeOperand()
350 std::tie(Symbol, RemainingExpr) = parseSymbol(RemainingExpr); in evalNextPC()
407 std::tie(Symbol, RemainingExpr) = parseSymbol(RemainingExpr); in evalStubOrGOTAddr()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDXILResource.h25 return std::tie(Space, LowerBound, Size) ==
26 std::tie(RHS.Space, RHS.LowerBound, RHS.Size);
38 return std::tie(GloballyCoherent, HasCounter, IsROV) ==
39 std::tie(RHS.GloballyCoherent, RHS.HasCounter, RHS.IsROV);
49 return std::tie(Stride, Alignment) == std::tie(RHS.Stride, RHS.Alignment);
59 return std::tie(ElementTy, ElementCount) ==
60 std::tie(RHS.ElementTy, RHS.ElementCount);
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h60 return std::tie(P1.Addr, P1.Type, P1.Name) <
61 std::tie(P2.Addr, P2.Type, P2.Name);
64 return std::tie(P1.Addr, P1.XCOFFSymInfo, P1.Name) <
65 std::tie(P2.Addr, P2.XCOFFSymInfo, P2.Name);
69 return std::tie(P1.Addr, MS1, P1.Name, P1.Type) <
70 std::tie(P2.Addr, MS2, P2.Name, P2.Type);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h77 …return std::tie(LHS.SectionIndex, LHS.LowPC, LHS.HighPC) < std::tie(RHS.SectionIndex, RHS.LowPC, R…
82 …return std::tie(LHS.SectionIndex, LHS.LowPC, LHS.HighPC) == std::tie(RHS.SectionIndex, RHS.LowPC, …
H A DDWARFDebugLine.h143 return std::tie(LHS.Address.SectionIndex, LHS.Address.Address) < in orderByAddress()
144 std::tie(RHS.Address.SectionIndex, RHS.Address.Address); in orderByAddress()
215 return std::tie(LHS.SectionIndex, LHS.HighPC) < in orderByHighPC()
216 std::tie(RHS.SectionIndex, RHS.HighPC); in orderByHighPC()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTarget.h49 return std::tie(LHS.Arch, LHS.Platform) == std::tie(RHS.Arch, RHS.Platform);
58 return std::tie(LHS.Arch, LHS.Platform) < std::tie(RHS.Arch, RHS.Platform);
H A DSymbol.h167 return std::tie(Kind, Name) < std::tie(O.Kind, O.Name);
184 return std::tie(Name, Kind, ObjCInterfaceType) <
185 std::tie(O.Name, O.Kind, O.ObjCInterfaceType);
H A DInterfaceFile.h84 return std::tie(InstallName, Targets) == std::tie(O.InstallName, O.Targets);
88 return std::tie(InstallName, Targets) != std::tie(O.InstallName, O.Targets);
92 return std::tie(InstallName, Targets) < std::tie(O.InstallName, O.Targets);
H A DRecord.h40 return std::tie(File, Line) == std::tie(O.File, O.Line);
223 return std::tie(Class, MetaClass, EHType) ==
224 std::tie(other.Class, other.MetaClass, other.EHType);
/freebsd/contrib/llvm-project/libcxx/src/
H A Diostream.cpp135 cin_ptr->tie(cout_ptr); in DoIOSInit()
137 cerr_ptr->tie(cout_ptr); in DoIOSInit()
145 wcin_ptr->tie(wcout_ptr); in DoIOSInit()
147 wcerr_ptr->tie(wcout_ptr); in DoIOSInit()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp214 std::tie(SectionWriter, Writer) = Writer.split(sizeof(PDBStringTableHeader)); in commit()
218 std::tie(SectionWriter, Writer) = in commit()
223 std::tie(SectionWriter, Writer) = Writer.split(calculateHashTableSize()); in commit()
227 std::tie(SectionWriter, Writer) = Writer.split(sizeof(uint32_t)); in commit()
H A DPDBStringTable.cpp87 std::tie(SectionReader, Reader) = Reader.split(sizeof(PDBStringTableHeader)); in reload()
91 std::tie(SectionReader, Reader) = Reader.split(Header->ByteSize); in reload()
100 std::tie(SectionReader, Reader) = Reader.split(sizeof(uint32_t)); in reload()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp70 std::tie(Start, End) = Indexes->getMBBRange(MBB); in updateFromLiveIns()
154 std::tie(Begin, End) = Indexes->getMBBRange(&B); in isDefOnEntry()
248 std::tie(Start, End) = Indexes->getMBBRange(Pred); in findReachingDefs()
289 std::tie(Start, End) = Indexes->getMBBRange(BN); in findReachingDefs()
303 std::tie(Entry, DidInsert) = EntryInfos.insert( in findReachingDefs()
402 std::tie(Start, End) = Indexes->getMBBRange(MBB); in updateSSA()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h136 return std::tie(S, StartIndex, EndIndex) ==
137 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
141 return std::tie(S, StartIndex, EndIndex) !=
142 std::tie(Other.S, Other.StartIndex, Other.EndIndex);
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp573 std::tie(ParamName, Params) = Params.split(';'); in parseSinglePassOption()
595 std::tie(ParamName, Params) = Params.split(';'); in parseHardwareLoopOptions()
636 std::tie(ParamName, Params) = Params.split(';'); in parseLoopUnrollOptions()
740 std::tie(ParamName, Params) = Params.split(';'); in parseASanPassOptions()
758 std::tie(ParamName, Params) = Params.split(';'); in parseHWASanPassOptions()
778 std::tie(ParamName, Params) = Params.split(';'); in parseEmbedBitcodePassOptions()
798 std::tie(ParamName, Params) = Params.split(';'); in parseMSanPassOptions()
829 std::tie(ParamName, Params) = Params.split(';'); in parseSimplifyCFGOptions()
875 std::tie(ParamName, Params) = Params.split(';'); in parseInstCombineOptions()
905 std::tie(ParamName, Params) = Params.split(';'); in parseLoopVectorizeOptions()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h66 return std::tie(ModuleName, ContextHash) ==
67 std::tie(Other.ModuleName, Other.ContextHash);
71 return std::tie(ModuleName, ContextHash) <
72 std::tie(Other.ModuleName, Other.ContextHash);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp128 std::tie(line, lines) = lines.split('\n'); in ParseLinuxMapRegions()
153 std::tie(line, lines) = lines.split('\n'); in ParseLinuxSMapRegions()
161 std::tie(name, value) = line.split(':'); in ParseLinuxSMapRegions()
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h46 return std::tie(LHS.FID, LHS.Offs) < std::tie(RHS.FID, RHS.Offs);
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.cpp125 return std::tie(RegSize, SpillSize, SpillAlignment) < in operator <()
126 std::tie(I.RegSize, I.SpillSize, I.SpillAlignment); in operator <()
168 return std::tie(A0.SpillSize, A0.SpillAlignment) > in hasStricterSpillThan()
169 std::tie(B0.SpillSize, B0.SpillAlignment); in hasStricterSpillThan()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1371 std::tie(MaskLo, MaskHi) = DAG.SplitVector(Mask, DL); in SplitVecRes_BinOp()
1394 std::tie(MaskLo, MaskHi) = SplitMask(N->getOperand(2)); in SplitVecRes_BinOp()
1397 std::tie(EVLLo, EVLHi) = in SplitVecRes_BinOp()
1428 std::tie(MaskLo, MaskHi) = SplitMask(N->getOperand(3)); in SplitVecRes_TernaryOp()
1431 std::tie(EVLLo, EVLHi) = in SplitVecRes_TernaryOp()
1452 std::tie(LHSLo, LHSHi) = DAG.SplitVector(LHS, dl); in SplitVecRes_CMP()
1453 std::tie(RHSLo, RHSHi) = DAG.SplitVector(RHS, dl); in SplitVecRes_CMP()
1481 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0)); in SplitVecRes_BITCAST()
1547 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0)); in SplitVecRes_BUILD_VECTOR()
1568 std::tie(LoV in SplitVecRes_CONCAT_VECTORS()
[all...]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp36 return std::tie(CallSite, BlockID) < std::tie(RHS.CallSite, RHS.BlockID); in operator <()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h100 return std::tie(BitWidth, IsUnsigned) <
101 std::tie(Other.BitWidth, Other.IsUnsigned);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp862 std::tie(found, osi) = ConsumeChar(osi, '(', ose); in ParseIntelIndexedAccess()
875 std::tie(found, osi) = ConsumeChar(osi, ',', ose); in ParseIntelIndexedAccess()
888 std::tie(found, osi) = ConsumeChar(osi, ',', ose); in ParseIntelIndexedAccess()
901 std::tie(found, osi) = ConsumeChar(osi, ')', ose); in ParseIntelIndexedAccess()
945 std::tie(found, osi) = ConsumeChar(osi, '(', ose); in ParseIntelDerefAccess()
958 std::tie(found, osi) = ConsumeChar(osi, ')', ose); in ParseIntelDerefAccess()
986 std::tie(found, osi) = ConsumeChar(osi, '[', ose); in ParseARMOffsetAccess()
999 std::tie(found, osi) = ConsumeChar(osi, ',', ose); in ParseARMOffsetAccess()
1010 std::tie(found, osi) = ConsumeChar(osi, ']', ose); in ParseARMDerefAccess()
1031 std::tie(foun in ParseARMDerefAccess()
[all...]

12345678910>>...21