Home
last modified time | relevance | path

Searched refs:emplace (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp35 static typename TripleVec::iterator emplace(TripleVec &Container, Triple &&T) { in emplace() function
44 return Container.emplace(I, T); in emplace()
70 emplace(Triples, {Arch, "apple", "macos" + OSVersion}); in constructTriples()
75 emplace(Triples, {Arch, "apple", "ios" + OSVersion, "simulator"}); in constructTriples()
77 emplace(Triples, {Arch, "apple", "ios" + OSVersion}); in constructTriples()
82 emplace(Triples, {Arch, "apple", "tvos" + OSVersion, "simulator"}); in constructTriples()
84 emplace(Triples, {Arch, "apple", "tvos" + OSVersion}); in constructTriples()
89 emplace(Triples, {Arch, "apple", "watchos" + OSVersion, "simulator"}); in constructTriples()
91 emplace(Triples, {Arch, "apple", "watchos" + OSVersion}); in constructTriples()
97 emplace(Triples, {Arch, "apple", "macos" + OSVersion}); in constructTriples()
[all …]
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp51 void emplace(DirectoryWatcher::Event::EventKind Kind, StringRef Path) { in emplace() function in __anon3d5a8a810111::DirectoryWatcherWindows::EventQueue
54 Q.emplace(Kind, Path); in emplace()
157 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc()
172 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc()
184 Q.emplace(DirectoryWatcher::Event::EventKind::WatchedDirRemoved, in WatcherThreadProc()
186 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc()
194 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc()
222 Q.emplace(Kind, filename); in WatcherThreadProc()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp95 Obj.Headers.emplace(); in dumpFileHeaders()
123 Obj.StringTable.emplace(); in dumpStringTable()
140 Obj.StreamSizes.emplace(); in dumpStreamMetadata()
151 Obj.StreamMap.emplace(); in dumpStreamDirectory()
170 Obj.PdbStream.emplace(); in dumpPDBStream()
216 Obj.DbiStream.emplace(); in dumpDbiStream()
274 DMI.Modi.emplace(); in dumpDbiStream()
300 Obj.TpiStream.emplace(); in dumpTpiStream()
327 Obj.IpiStream.emplace(); in dumpIpiStream()
344 Obj.PublicsStream.emplace(); in dumpPublics()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Djoin_with_view.h220 __inner_it_.template emplace<1>(ranges::begin(__update_inner()));
229 __inner_it_.template emplace<1>(ranges::begin(__update_inner()));
268 __inner_it_.template emplace<1>(ranges::begin(__update_inner()));
275 __inner_it_.template emplace<0>();
280 __inner_it_.template emplace<0>(ranges::begin(__parent_->__pattern_));
308 __inner_it_.template emplace<0>(std::get<0>(std::move(__i.__inner_it_)));
310 __inner_it_.template emplace<1>(std::get<1>(std::move(__i.__inner_it_)));
341 __inner_it_.template emplace<1>(ranges::end(__inner));
349 __inner_it_.template emplace<1>(ranges::end(__inner));
356 __inner_it_.template emplace<0>(ranges::end(__parent_->__pattern_));
H A Dnon_propagating_cache.h87 return __value_.emplace(__from_tag{}, __f).__t_; in __emplace_from()
92 return __value_.emplace(__forward_tag{}, std::forward<_Args>(__args)...).__t_; in __emplace()
H A Dto.h60 requires { __c.emplace(__c.end(), std::forward<_Ref>(__ref)); } || in requires()
120 } else if constexpr (requires { __result.emplace(__result.end(), std::declval<_Ref>()); }) { in to()
121 __result.emplace(__result.end(), std::forward<_Ref>(__ref)); in to()
H A Dmovable_box.h81 __val_.emplace(*__other); in noexcept()
96 __val_.emplace(std::move(*__other)); in noexcept()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DToolOutputFile.cpp48 OSHolder.emplace(Filename, EC, Flags); in ToolOutputFile()
57 OSHolder.emplace(FD, true); in ToolOutputFile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp95 IRAnchors.emplace(FindTopLevelInlinedCallsite(DIL)); in findIRAnchors()
105 IRAnchors.emplace(Loc, FunctionId(CalleeName)); in findIRAnchors()
116 IRAnchors.emplace(FindTopLevelInlinedCallsite(DIL)); in findIRAnchors()
121 IRAnchors.emplace(Callsite, FunctionId(CalleeName)); in findIRAnchors()
446 CallsiteMatchStates.emplace(ProfileLoc, MatchState::InitialMatch); in recordCallsiteMatchStates()
463 CallsiteMatchStates.emplace(Loc, MatchState::InitialMismatch); in recordCallsiteMatchStates()
864 FuncNameToProfNameMap->emplace(FuncName, I.second); in UpdateWithSalvagedProfiles()
869 SymbolMap->emplace(I.second, I.first); in UpdateWithSalvagedProfiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h179 SecondMapSP->emplace(SecondKey, Value); in add()
180 FirstMap.emplace(FirstKey, std::move(SecondMapSP)); in add()
184 SecondMap->emplace(SecondKey, Value); in add()
189 AuxMap.emplace(SecondKey, FirstKey); in add()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocolServerMCP.cpp294 response.result.emplace(llvm::json::Object{ in InitializeHandler()
310 response.result.emplace(llvm::json::Object{{"tools", std::move(tools)}}); in ToolsListHandler()
347 response.result.emplace(toJSON(*text_result)); in ToolsCallHandler()
365 response.result.emplace( in ResourcesListHandler()
403 response.result.emplace(std::move(*result)); in ResourcesReadHandler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp128 m_tscs.emplace(GetItemsCount(), TSCRange{tsc, 0, GetItemsCount()}).first; in NotifyTsc()
135 .emplace(GetItemsCount(), NanosecondsRange{nanos, tsc, nullptr, 0, in NotifyTsc()
149 m_cpus.emplace(GetItemsCount(), cpu_id); in NotifyCPU()
/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dutils.h50 auto __key_it = __map.__containers_.keys.emplace(__it_key, std::forward<_KeyArg>(__key)); in __emplace_exact_pos()
77 …auto __mapped_it = __map.__containers_.values.emplace(__it_mapped, std::forward<_MArgs>(__mapped_a… in __emplace_exact_pos()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DOutlinedHashTree.cpp81 Current->Successors.emplace(StableHash, std::move(Next)); in insert()
109 DstNode->Successors.emplace(Hash, std::move(NextDst)); in merge()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h179 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { in emplace() function
213 emplace(end(), std::forward<Ts>(Vs)...); in emplace_back()
216 emplace(begin(), std::forward<Ts>(Vs)...); in emplace_front()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp172 I = LexicalScopeMap.emplace(std::piecewise_construct, in getOrCreateRegularScope()
204 .emplace(std::piecewise_construct, std::forward_as_tuple(P), in getOrCreateInlinedScope()
224 I = AbstractScopeMap.emplace(std::piecewise_construct, in getOrCreateAbstractScope()
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_lib_dcd_register.cpp99 m_decoder_mngrs.emplace(std::pair<const std::string, IDecoderMngr *>(name,p_decoder_fact)); in registerDecoderTypeByName()
100 …m_typed_decoder_mngrs.emplace(std::pair<const ocsd_trace_protocol_t, IDecoderMngr *>(p_decoder_fac… in registerDecoderTypeByName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp542 ObjectPairForPathArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObjectPair()
562 ObjectPairForPathArch.emplace(std::make_pair(Path, ArchName), Res); in getOrCreateObjectPair()
573 auto Pair = BinaryForPath.emplace(Path, OwningBinary<Binary>()); in getOrCreateObject()
601 ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject()
606 auto Pair = ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject()
659 Modules.emplace(ModuleName, std::unique_ptr<SymbolizableModule>()); in getOrCreateModuleInfo()
704 Modules.emplace(ModuleName, std::unique_ptr<SymbolizableModule>()); in getOrCreateModuleInfo()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp49 tids.emplace(); in TraceStopRequest()
115 warnings.emplace(); in AddWarning()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h93 SectionAddresses.emplace(Section.getAddress(), Section); in addSectionAddress()
197 CUInlineeLines.emplace(Scope, std::make_unique<LVLines>(std::move(Lines))); in addInlineeLines()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLazyDetector.h34 Detector.emplace(D, Triple, Args);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp539 US.Calls.emplace(CallInfo<GlobalValue>(Callee, ArgNo), Offsets); in analyzeAllUses()
568 auto &UI = Info.Allocas.emplace(AI, PointerSize).first->second; in run()
576 auto &UI = Info.Params.emplace(A.getArgNo(), PointerSize).first->second; in run()
813 Use.Calls.emplace(CallInfo<GlobalValue>(F, C.first.ParamNo), C.second); in resolveAllCalls()
913 Functions.emplace(&F, std::move(FI)); in getInfo()
1159 .emplace(PS.ParamNo, FunctionSummary::ParamAccess::RangeWidth) in generateParamAccessSummary()
1173 US.Calls.emplace(CallInfo<FunctionSummary>(S, Call.ParamNo), in generateParamAccessSummary()
1177 Functions.emplace(FS, std::move(FI)); in generateParamAccessSummary()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoopBase.cpp22 m_callbacks.emplace(point, callback); in AddCallback()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp114 SecIndices.emplace(SecIndex, false); in getSectionRefsByNameOrIndex()
116 SecNames.emplace(std::string(Section), false); in getSectionRefsByNameOrIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp50 cci.m_compile_opts.emplace(); in ParseCompile3()
56 cci.m_obj_name.emplace(); in ParseObjname()

12345678910>>...12