Searched refs:emplace (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/optional/assignment/
H A D6.cc42 // Check emplace
46 o.emplace();
51 o.emplace();
57 o.emplace(0);
62 o.emplace(0);
69 o.emplace({ 'a' }, "");
74 o.emplace({ 'a' }, "");
80 VERIFY(&o.emplace(0) == &*o);
82 VERIFY(&o.emplace({ 'a' }, "") == &*o);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/optional/assignment/
H A D6.cc42 // Check emplace
46 o.emplace();
51 o.emplace();
57 o.emplace(0);
62 o.emplace(0);
69 o.emplace({ 'a' }, "");
74 o.emplace({ 'a' }, "");
80 VERIFY(&o.emplace(0) == &*o);
82 VERIFY(&o.emplace({ 'a' }, "") == &*o);
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dscoped_ignore_sigttou.h35 void emplace () function in class:lazy_init
66 m_ignore_signal.emplace ();
H A Dgdb_optional.h73 this->emplace (other.get ());
80 this->emplace (std::move (other.get ()));
104 this->emplace (other.get ());
122 this->emplace (std::move (other.get ()));
135 this->emplace (other);
147 this->emplace (std::move (other));
152 T &emplace (Args &&... args) function in class:gdb::optional
H A Dthread-pool.cc185 m_tasks.emplace ();
205 m_tasks.emplace (std::move (t));
H A Dselftest.cc45 auto status = tests.emplace (name, std::move (function));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DToolOutputFile.cpp49 OSHolder.emplace(Filename, EC, Flags);
58 OSHolder.emplace(FD, true);
H A DInitLLVM.cpp35 StackPrinter.emplace(Argc, Argv);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_optional.h73 this->emplace (other.get ());
80 this->emplace (std::move (other.get ()));
104 this->emplace (other.get ());
122 this->emplace (std::move (other.get ()));
135 this->emplace (other);
147 this->emplace (std::move (other));
152 T &emplace (Args &&... args) function in class:gdb::optional
H A Dthread-pool.cc113 m_tasks.emplace ();
134 m_tasks.emplace (std::move (t));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dpsymtab.h90 m_obstack.emplace ();
H A Dexceptions.c44 term_state.emplace ();
H A Dframe-base.c76 table = frame_base_data.emplace (gdbarch);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dline-header.c169 string.emplace (read_direct_string (abfd, buf, &bytes_read));
177 string.emplace (str);
183 uint.emplace (read_1_byte (abfd, buf));
188 uint.emplace (read_2_bytes (abfd, buf));
193 uint.emplace (read_4_bytes (abfd, buf));
198 uint.emplace (read_8_bytes (abfd, buf));
208 uint.emplace (read_unsigned_leb128 (abfd, buf, &bytes_read));
220 string.emplace ("");
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp86 Obj.Headers.emplace();
114 Obj.StringTable.emplace();
131 Obj.StreamSizes.emplace();
142 Obj.StreamMap.emplace();
161 Obj.PdbStream.emplace();
207 Obj.DbiStream.emplace();
265 DMI.Modi.emplace();
291 Obj.TpiStream.emplace();
318 Obj.IpiStream.emplace();
335 Obj.PublicsStream.emplace();
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dline-header.c204 string.emplace (read_direct_string (abfd, buf, &bytes_read));
209 string.emplace
215 uint.emplace (read_1_byte (abfd, buf));
220 uint.emplace (read_2_bytes (abfd, buf));
225 uint.emplace (read_4_bytes (abfd, buf));
230 uint.emplace (read_8_bytes (abfd, buf));
240 uint.emplace (read_unsigned_leb128 (abfd, buf, &bytes_read));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveStacks.cpp62 .emplace(
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DTransformer.cpp50 .emplace(ID, AtomicChange(*Result.SourceManager,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/arch/
H A Darc.c117 arc_tdesc_cache.emplace (features, tdesc);
H A Driscv.c113 riscv_tdesc_cache.emplace (features, target_desc_up (tdesc));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dpsymtab.h76 m_obstack.emplace ();
H A Dexceptions.c44 term_state.emplace ();
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Darc.c121 arc_tdesc_cache.emplace (features, std::move (tdesc));
H A Dloongarch.c103 loongarch_tdesc_cache.emplace (features, std::move (tdesc));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DYAMLRemarkSerializer.h75 StrTab.emplace();

Completed in 395 milliseconds

1234567891011>>