| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| abbrev-table-cache.c | 29 bool inserted = m_tables.emplace (std::move (table)).second;
|
| line-header.c | 168 string.emplace (read_direct_string (abfd, buf, &bytes_read)); 176 string.emplace (str); 182 uint.emplace (read_1_byte (abfd, buf)); 187 uint.emplace (read_2_bytes (abfd, buf)); 192 uint.emplace (read_4_bytes (abfd, buf)); 197 uint.emplace (read_8_bytes (abfd, buf)); 207 uint.emplace (read_unsigned_leb128 (abfd, buf, &bytes_read)); 219 string.emplace ("");
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| abbrev-table-cache.c | 29 bool inserted = m_tables.emplace (std::move (table)).second;
|
| line-header.c | 168 string.emplace (read_direct_string (abfd, buf, &bytes_read)); 176 string.emplace (str); 182 uint.emplace (read_1_byte (abfd, buf)); 187 uint.emplace (read_2_bytes (abfd, buf)); 192 uint.emplace (read_4_bytes (abfd, buf)); 197 uint.emplace (read_8_bytes (abfd, buf)); 207 uint.emplace (read_unsigned_leb128 (abfd, buf, &bytes_read)); 219 string.emplace ("");
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| scoped_ignore_sigttou.h | 35 void emplace () function in class:lazy_init 66 m_ignore_signal.emplace ();
|
| owning_intrusive_list.h | 127 { return this->emplace (this->begin (), std::forward<Args> (args)...); } 134 { return this->emplace (this->end (), std::forward<Args> (args)...); } 140 reference emplace (const_iterator pos, Args &&...args) function in class:owning_intrusive_list
|
| thread-pool.cc | 185 m_tasks.emplace (); 208 m_tasks.emplace (std::move (t));
|
| selftest.cc | 44 auto status = tests.emplace (name, std::move (function));
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| scoped_ignore_sigttou.h | 35 void emplace () function in class:lazy_init 66 m_ignore_signal.emplace ();
|
| owning_intrusive_list.h | 127 { return this->emplace (this->begin (), std::forward<Args> (args)...); } 134 { return this->emplace (this->end (), std::forward<Args> (args)...); } 140 reference emplace (const_iterator pos, Args &&...args) function in class:owning_intrusive_list
|
| thread-pool.cc | 185 m_tasks.emplace (); 208 m_tasks.emplace (std::move (t));
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| ToolOutputFile.cpp | 49 OSHolder.emplace(Filename, EC, Flags); 58 OSHolder.emplace(FD, true);
|
| InitLLVM.cpp | 35 StackPrinter.emplace(Argc, Argv);
|
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| i386-linux-tdesc.c | 54 i386_tdesc_cache.emplace (xcr0, std::move (tdesc));
|
| amd64-linux-tdesc.c | 64 tdesc_cache.emplace (xcr0, std::move (tdesc));
|
| arc.c | 120 arc_tdesc_cache.emplace (features, std::move (tdesc));
|
| loongarch.c | 112 loongarch_tdesc_cache.emplace (features, std::move (tdesc));
|
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| i386-linux-tdesc.c | 57 i386_tdesc_cache.emplace (xstate_bv, std::move (tdesc));
|
| amd64-linux-tdesc.c | 65 tdesc_cache.emplace (xstate_bv, std::move (tdesc));
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/ |
| lifetime.d | 5 // emplace 13 T* emplace(T)(T* chunk) @safe pure nothrow 30 emplace(&s2); 41 emplace(&k); 45 emplace(&i); 59 T* emplace(T, Args...)(T* chunk, auto ref Args args) 74 assert(*emplace!int(&a, b) == 42); 81 emplace(&i, 42); 97 T emplace(T, Args...)(T chunk, auto ref Args args) 149 auto safeClass = emplace!SafeClass(support, 5) [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdcpp/ |
| new_.d | 44 import core.lifetime : emplace, forward; 47 return mem.emplace(forward!args); 53 import core.lifetime : emplace, forward; 56 return mem.emplace(forward!args);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| YAMLOutputStyle.cpp | 86 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...] |
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| Transformer.cpp | 50 .emplace(ID, AtomicChange(*Result.SourceManager,
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| LiveStacks.cpp | 62 .emplace(
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| exceptions.c | 43 term_state.emplace ();
|