Searched refs:second (Results 251 - 275 of 1815) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp72 MDC.Consumer.handleModuleDependency(I.second);
85 if (!ModI.first->second.ModuleName.empty())
88 ModuleDeps &MD = ModI.first->second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp105 uint64_t Size = P.second;
124 debug_line[i].lineno = It.second.Line;
126 const_cast<char *>(Lines.front().second.FileName.c_str());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp123 const InstrProfRecord &ProfRecord = ProfileData.second;
129 M += ValueProfData::getSize(ProfileData.second);
145 const InstrProfRecord &ProfRecord = ProfileData.second;
158 ValueProfData::serializeFrom(ProfileData.second);
214 InstrProfRecord &Dest = Where->second;
233 InstrProfRecord &Dest = Where->second;
256 addRecord(I.getKey(), Func.first, std::move(Func.second), 1, Warn);
263 const InstrProfRecord &IPR = Func.second;
460 return std::tie(A.first, A.second.first) <
461 std::tie(B.first, B.second
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp62 switch (KV.second) {
82 LR[*KV.first] = KV.second;
231 for (auto &S : I->second)
291 for (const auto &S : I->second)
292 Changed |= SymNamedDeps.insert(S).second;
303 auto &NameDeps = NamedDepsEntry.second;
308 const SymbolNameSet &Symbols = QueryDepsEntry.second;
387 Alloc = std::move(AllocItr->second);
409 Allocs.push_back(std::move(KV.second));
446 auto EHFrameRange = EHFrameRangeItr->second;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp99 if (WarnAmbiguous && !ItAndIsNew.second &&
100 ItAndIsNew.first->second != Symbol) {
102 ItAndIsNew.first->second,
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h368 if (found_it->second.second != size)
386 if (it->second.first == label)
426 sprintf(buf, "%lu", ref.second.first);
430 sprintf(buf, "%lu", ref.second.second);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_datum.c141 int second; /* seconds */ member in struct:datum_pts_unit
279 arg.c_cc[VTIME] = 30; /* 3 second timout on reads (not used) */
552 ** second, and msecond values. The usec value is not used for anything
567 datum_pts->second = 10*((datum_pts->retbuf[4] & 0x70)>>4) +
578 printf("day %d, hour %d, minute %d, second %d, msec %d\n",
582 datum_pts->second,
624 datum_pts->second,
657 ** the fraction of a second) stuff later.
665 datum_pts->second,
772 printf("PTS: day %d, hour %d, minute %d, second
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h163 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second,
222 NumBucketsAndEntries.second,
243 Result = It->second;
270 Info::MergeDataInto(KV.second, ResultBuilder);
282 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, ResultBuilder);
328 Gen.insert(KV.first, Info.ImportData(KV.second), Info);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h151 Buckets[P].second = *Value;
200 if (auto EC = Writer.writeObject(Entry.second))
262 return (*Iter).second;
284 Buckets[Entry.index()].second = V;
292 B.second = V;
320 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp80 if (Ident.second == ELF::ELFDATA2LSB)
82 else if (Ident.second == ELF::ELFDATA2MSB)
87 if (Ident.second == ELF::ELFDATA2LSB)
89 else if (Ident.second == ELF::ELFDATA2MSB)
437 GotToPlt.insert(std::make_pair(Entry.second, Entry.first));
447 Relocation.getSymbol()->getRawDataRefImpl(), PltEntryIter->second));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp162 auto &SegLists = KV.second;
172 auto &SL = KV.second;
176 dbgs() << " " << SIEntry.second << ":\n";
193 auto &SegLists = KV.second;
244 auto &SL = KV.second;
285 Sym->getAddressable().setAddress(ResultI->second.getAddress());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp40 return_cmd_sp = pos->second;
55 return_cmd_sp = pos->second;
167 if (pos->second->WantsRawCommandString()) {
168 std::string help_text(pos->second->GetHelp());
176 pos->second->GetHelp(), max_len);
241 CommandObject *sub_cmd_obj = pos->second.get();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp163 ClonedValue = Mapped->second;
202 GroupToNonAliasingScopes[Check.first].push_back(GroupToScope[Check.second]);
208 GroupToNonAliasingScopeList[Pair.first] = MDNode::get(Context, Pair.second);
241 MDNode::get(Context, GroupToScope[Group->second])));
244 auto NonAliasingScopeList = GroupToNonAliasingScopeList.find(Group->second);
250 NonAliasingScopeList->second));
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dtuple_iterate.h67 _M_arg1(__u.first), _M_arg2(__u.second)
75 _M_arg2 = __u.second;
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_ioctl.h157 uint8_t second; member in struct:bnxt_ioctl_hwrm_fw_get_time
169 uint8_t second; member in struct:bnxt_ioctl_hwrm_fw_set_time
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_evt.c82 event_compare(const void *first, const void *second) argument
88 two = second;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEnvironment.h79 return (KeyValue.first() + "=" + KeyValue.second).str();
90 Stream << "env[" << KV.first() << "] = " << KV.second << "\n";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp59 if (!Result.second)
67 Size += sizeof(support::ulittle32_t) * Item.second.size();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp104 StreamNo = (*Iter).second;
112 Result.try_emplace(Stream, Entry.second);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h31 return I->second;
47 return I->second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp91 ValueAsMetadata::get(E.first.second),
93 Type::getInt64Ty(Context), E.second))};
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h86 const int NumInsertions = Op.second;
92 Result.push_back({UK, Op.first.first, Op.first.second});
H A DDebugCounter.h80 auto &CounterInfo = Result->second;
110 return Result->second.Count;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp84 if (Callers.insert(Caller).second)
95 if (Funcs.insert(F).second)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp53 m_kind_regnum_map[it.first] = it.second;
91 return iter->second;

Completed in 294 milliseconds

<<11121314151617181920>>