Searched refs:second (Results 226 - 250 of 1815) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp69 for (state_type &ToState : I->second) {
123 Table.add(T.second.second);
130 OS << "{" << P.first << ", " << P.second << "}";
153 dfa_state_type To = KV.second.first;
154 action_type A = KV.first.second;
155 unsigned InfoIdx = Table.get(KV.second.second);
300 if (SeenStates.emplace(NewState).second)
H A DCodeGenRegisters.cpp116 M |= C.second->computeLaneMask();
258 CodeGenRegister *SR = SubReg.second;
281 if (!SubRegs.insert(std::make_pair(Idx, SR)).second)
299 if (!SubRegs.insert(SR).second)
300 Orphans.insert(SR.second);
322 // Add I->second as a name for the subreg SRI->second, assuming it is
324 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
327 SubRegs.insert(std::make_pair(I->second, SR
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_hopfser.c90 char leap_status; /* leap second flag */
251 &pp->second,
262 (pp->minute < 0) || (pp->minute > 59) || (pp->second < 0) ||
263 (pp->second > 60) /*Allow for leap seconds.*/ ||
295 pp->second);
335 msyslog(LOG_ERR, " D:%x D:%d D:%d",synch,pp->minute,pp->second);
/freebsd-11-stable/contrib/gcc/
H A Dweb.c90 unionfind_union (struct web_entry *first, struct web_entry *second) argument
93 second = unionfind_root (second);
94 if (first == second)
96 second->pred = first;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp228 [](const Entry &L, const Entry &R) { return L.second < R.second; }))
236 Stack.back().Shuffle[I] = List[I].second;
243 if (IDPair.second)
248 IDPair.second = true;
387 EnumerateMetadata(nullptr, I.second);
399 EnumerateMetadata(F.isDeclaration() ? nullptr : &F, I.second);
424 EnumerateMetadata(&F, MDs[i].second);
444 return I->second;
463 return I->second
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp142 uint64_t Size = P.second;
167 DILineInfoToIntelJITFormat((uintptr_t)Addr, It->first, It->second));
186 SourceFileName = Lines.front().second.FileName;
219 MethodAddressVector& Functions = OI->second;
230 &MI->second);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h138 Addr = Section.getAddressWithOffset(i->second);
186 SectionBID = SubtrahendI->second.getSectionID();
187 SectionBOffset = SubtrahendI->second.getOffset();
212 SectionAID = MinuendI->second.getSectionID();
213 SectionAOffset = MinuendI->second.getOffset();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp92 if (NSE.second != kInvalidStreamIndex)
93 NamedStreams[NSE.second] = NSE.first();
174 moduleStream(ModIter->second.Descriptor.getModuleName(), StreamIdx,
175 ModIter->second.Modi);
178 stream(StreamPurpose::NamedStream, NSIter->second, StreamIdx);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h98 JITDylib *ImplJD = ImplSymbol.getPointer()->second;
106 for (auto &N : I.second)
118 SymbolLookupSet(LookupPair.second), SymbolState::Ready,
147 auto Likely = SymPair.second;
197 for (auto &TargetNames : NamePair.second)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp117 if (!result.second)
118 return *result.first->second;
129 std::unique_ptr<CompilandIndexItem>& cci = result.first->second;
179 return iter->second.get();
186 return iter->second.get();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp163 if (InsertInfo.second) {
210 return LHS.second < RHS.second;
272 return LHS.second < RHS.second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp209 for (unsigned j = 0, ee = LI->second.size(); j != ee; ++j) {
210 MachineBasicBlock *SrcBB = LI->second[j].first;
211 unsigned SrcReg = LI->second[j].second;
334 LI->second.push_back(std::make_pair(BB, NewReg));
411 auto *MappedRC = MRI->getRegClass(VI->second.Reg);
413 if (VI->second.SubReg != 0) {
415 VI->second.SubReg);
420 MRI->setRegClass(VI->second.Reg, ConstrRC);
425 ConstrRC = MRI->constrainRegClass(VI->second
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp102 Reachable.insert(It->second.begin(), It->second.end());
142 if (Pair.second.count(V))
176 else if (It->second.empty())
179 for (Value *V : It->second)
H A DCodeMetrics.cpp36 if (Visited.insert(Operand).second)
87 if (EphValues.insert(I).second)
107 if (EphValues.insert(I).second)
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp64 int &symIndex = p.first->second;
65 bool isNew = p.second;
100 Symbol *sym = symVector[it->second];
147 res.insert(res.end(), p.second.begin(), p.second.end());
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp185 std::pair<std::string, TypeServerSource *> &pdb = it->second;
187 if (!pdb.second)
191 pdb::PDBFile &pdbFile = (pdb.second)->session->getPDBFile();
202 return pdb.second;
224 if (!it.second)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp48 string = nullability.second ? "'nonnull'" : "'_Nonnull'";
52 string = nullability.second ? "'nullable'" : "'_Nullable'";
56 string = nullability.second ? "'null_unspecified'" : "'_Null_unspecified'";
177 unsigned Offset = Decomp.second;
204 return F->lookup(Decomp.second);
222 if (Range.first != Range.second)
223 return &Range.first->second;
224 auto &F = Files.insert(Range.first, std::make_pair(ID, File()))->second;
231 F.ParentOffset = Decomp.second;
232 F.StateTransitions.push_back({F.Parent->lookup(Decomp.second),
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp136 if (start_idx.first && start_idx.second == UINT64_MAX) {
138 start_idx.second = history.GetSize() - count.second;
139 stop_idx.second = history.GetSize() - 1;
141 start_idx.second = stop_idx.second;
142 stop_idx.second = history.GetSize() - 1;
144 start_idx.second = 0;
145 stop_idx.second = history.GetSize() - 1;
149 start_idx.second
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp65 unsigned Offset = FilenameOffset.second;
153 std::make_pair(Insertion.first->first(), Insertion.first->second);
154 if (Insertion.second) {
167 return I->second;
269 if (!I.second)
270 I.first->second.second = Offset + 1;
280 for (size_t Idx = I->second.first, End = I->second.second; Id
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp112 InstrIDToInfo.insert(std::make_pair(ID, &InfoI.first->second));
120 Info.bindOperandVariable(VarBinding.second, ID, VarBinding.first);
479 Partitions.find(Partition->second)->second.set(Leaf.index());
482 << " is in partition " << Partition->second << "\n");
493 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) {
501 Partition.second.set(Leaf.index());
510 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) {
522 if (InstrToPartition.insert(std::make_pair(nullptr, 0)).second) {
528 Partition.second
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h160 unsigned RootLevel = RootPair.second.first;
183 if (!VisitedPQ.insert(SuccNode).second)
200 if (VisitedWorklist.insert(DomChild).second)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp102 it->second->getOffset(lldbSectTypeToLlvmSectionKind(sect_type));
117 if (it->second.GetByteSize() == 0)
120 data = it->second;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp37 return It->second;
57 It->second->Referenced = true;
84 return It->second;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h203 return (IT != LoopCosts.end()) ? (*IT).second : -1;
240 return A.second > B.second;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp128 pos->second->GetFunctionStartAddress() != addr))
131 if (pos->second->ContainsAddress(addr))
132 return pos->second;

Completed in 373 milliseconds

1234567891011>>