Home
last modified time | relevance | path

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

123456789

/openbsd/gnu/llvm/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp51 void emplace(DirectoryWatcher::Event::EventKind Kind, StringRef Path) { in emplace() function in __anon0537dece0111::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()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp86 Obj.Headers.emplace(); in dumpFileHeaders()
114 Obj.StringTable.emplace(); in dumpStringTable()
131 Obj.StreamSizes.emplace(); in dumpStreamMetadata()
142 Obj.StreamMap.emplace(); in dumpStreamDirectory()
161 Obj.PdbStream.emplace(); in dumpPDBStream()
207 Obj.DbiStream.emplace(); in dumpDbiStream()
265 DMI.Modi.emplace(); in dumpDbiStream()
291 Obj.TpiStream.emplace(); in dumpTpiStream()
318 Obj.IpiStream.emplace(); in dumpIpiStream()
335 Obj.PublicsStream.emplace(); in dumpPublics()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DToolOutputFile.cpp48 OSHolder.emplace(Filename, EC, Flags); in ToolOutputFile()
57 OSHolder.emplace(FD, true); in ToolOutputFile()
H A DInitLLVM.cpp36 StackPrinter.emplace(Argc, Argv); in InitLLVM()
/openbsd/gnu/llvm/libcxx/include/__ranges/
H A Dnon_propagating_cache.h97 return __value_.emplace(__from_tag{}, __f).__t_; in __emplace_from()
103 return __value_.emplace(__forward_tag{}, std::forward<_Args>(__args)...).__t_; in __emplace()
H A Dcopyable_box.h71 if (__other.__has_value()) __val_.emplace(*__other); in noexcept()
85 if (__other.__has_value()) __val_.emplace(std::move(*__other)); in noexcept()
/openbsd/gnu/llvm/llvm/lib/TextAPI/
H A DInterfaceFile.cpp29 return Container.emplace(I, InstallName); in addEntry()
71 ParentUmbrellas.emplace(Iter, Target_, std::string(Parent)); in addParentUmbrella()
84 UUIDs.emplace(Iter, Target_, std::string(UUID)); in addUUID()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h160 Map->emplace(Key, List); in addItem()
195 FirstMap.emplace(FirstKey, SecondMap); in add()
202 SecondMap->emplace(SecondKey, Value); in add()
206 AuxMap.emplace(SecondKey, FirstKey); in add()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp567 S->Size.emplace(); in dumpPlaceholderSection()
697 Symbols.emplace(); in dumpSymbols()
997 S->Options.emplace(); in dumpLinkerOptionsSection()
1021 DL->Libs.emplace(); in dumpDependentLibrariesSection()
1088 S->Entries.emplace(); in dumpDynamicSection()
1194 S->Entries.emplace(); in dumpSymtabShndxSection()
1358 S->Entries.emplace(); in dumpVerdefSection()
1409 S->Entries.emplace(); in dumpSymverSection()
1435 S->VerneedV.emplace(); in dumpVerneedSection()
1508 S->Members.emplace(); in dumpGroupSection()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp126 m_tscs.emplace(GetItemsCount(), TSCRange{tsc, 0, GetItemsCount()}).first; in NotifyTsc()
133 .emplace(GetItemsCount(), NanosecondsRange{nanos, tsc, nullptr, 0, in NotifyTsc()
147 m_cpus.emplace(GetItemsCount(), cpu_id); in NotifyCPU()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp377 auto Ret = MergedProfileMap.emplace(MergedContext, FunctionSamples()); in trimAndMergeColdContextProfiles()
392 auto Ret = ProfileMap.emplace(I.first, FunctionSamples()); in trimAndMergeColdContextProfiles()
424 auto Ret = ProfilesToBeAdded.emplace(Context, FProfile); in canonicalizeContextProfiles()
435 ProfileMap.emplace(I.first, I.second); in canonicalizeContextProfiles()
517 SamplesMap.emplace(OrigChildContext.getName().str(), *ChildProfile); in convertProfiles()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp462 ObjectPairForPathArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObjectPair()
482 ObjectPairForPathArch.emplace(std::make_pair(Path, ArchName), Res); in getOrCreateObjectPair()
493 auto Pair = BinaryForPath.emplace(Path, OwningBinary<Binary>()); in getOrCreateObject()
521 ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject()
526 auto Pair = ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject()
578 Modules.emplace(ModuleName, std::unique_ptr<SymbolizableModule>()); in getOrCreateModuleInfo()
598 Modules.emplace(ModuleName, std::unique_ptr<SymbolizableModule>()); in getOrCreateModuleInfo()
/openbsd/gnu/llvm/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()
H A DLiveStacks.cpp59 .emplace( in getOrCreateInterval()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp49 tids.emplace(); in TraceStopRequest()
115 warnings.emplace(); in AddWarning()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h195 BAR.emplace(createLegacyPMBasicAAResult(P, F)); in operator()
196 AAR.emplace(createLegacyPMAAResults(P, F, *BAR)); in operator()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp113 params.emplace(params.begin(), return_type_ptr_type); in cloneToStructRetFnTy()
168 new_call_args.emplace(new_call_args.begin(), in fixupX86StructRetCalls()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp507 US.Calls.emplace(CallInfo<GlobalValue>(Callee, ArgNo), Offsets); in analyzeAllUses()
536 auto &UI = Info.Allocas.emplace(AI, PointerSize).first->second; in run()
544 auto &UI = Info.Params.emplace(A.getArgNo(), PointerSize).first->second; in run()
782 Use.Calls.emplace(CallInfo<GlobalValue>(F, C.first.ParamNo), C.second); in resolveAllCalls()
882 Functions.emplace(&F, std::move(FI)); in getInfo()
1132 .emplace(PS.ParamNo, FunctionSummary::ParamAccess::RangeWidth) in generateParamAccessSummary()
1146 US.Calls.emplace(CallInfo<FunctionSummary>(S, Call.ParamNo), in generateParamAccessSummary()
1150 Functions.emplace(FS, std::move(FI)); in generateParamAccessSummary()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.cpp110 SecIndices.emplace(SecIndex, false); in getSectionRefsByNameOrIndex()
112 SecNames.emplace(std::string(Section), false); in getSectionRefsByNameOrIndex()
/openbsd/gnu/llvm/libcxx/include/
H A Dany48 decay_t<ValueType>& emplace(Args&&... args);
50 decay_t<ValueType>& emplace(initializer_list<U>, Args&&...);
275 _Tp& emplace(_Args&&...);
284 _Tp& emplace(initializer_list<_Up>, _Args&&...);
554 _Tp& any::emplace(_Args&&... __args) {
561 _Tp& any::emplace(initializer_list<_Up> __il, _Args&&... __args) {
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DProcfs.cpp67 logical_cores_ids.emplace(std::move(*cpu_ids)); in GetAvailableLogicalCoreIDs()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp50 cci.m_compile_opts.emplace(); in ParseCompile3()
56 cci.m_obj_name.emplace(); in ParseObjname()
/openbsd/gnu/llvm/clang/lib/Tooling/Transformer/
H A DTransformer.cpp44 .emplace(ID, AtomicChange(*Result.SourceManager, in convertToAtomicChanges()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DELFAttributeParser.h47 attributesStr.emplace(tag, value); in setAttributeString()

123456789