Searched refs:append (Results 351 - 375 of 726) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i28 threads.append(t)
480 threads.append(accessor[idx])
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp271 path.append(absolute.begin(), absolute.end());
273 path.append(resolved.begin(), resolved.end());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp285 llvm::sys::path::append(path, lldb_python_home);
358 llvm::sys::path::append(path, style, "LLDB.framework", "Resources", "Python");
367 llvm::sys::path::append(path, LLDB_PYTHON_RELATIVE_LIBDIR);
490 m_dictionary_name.append("_dict");
3196 statement.append(path);
3197 statement.append("\")");
3199 statement.assign("sys.path.append(\"");
3200 statement.append(path);
3201 statement.append("\")");
/freebsd-13-stable/lib/libsecureboot/
H A Dvets.c170 mc.vtable->append(&mc.vtable, xc->data, xc->data_len);
440 mc.vtable->append(&mc.vtable, xc->data, xc->data_len);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp833 storage.append("::");
835 storage.append(name);
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dmakefile.wc49 for %f in ($(OBJS)) do %append $^@ +- %f
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h180 Str->append("Stats: SizeClassAllocator32: %zuM mapped in %zu allocations; "
419 Str->append(" %02zu (%6zu): mapped: %6zuK popped: %7zu pushed: %7zu "
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp547 sys::path::append(Relative, sys::path::Style::posix, "..");
550 sys::path::append(Relative, sys::path::Style::posix, *ToI);
/freebsd-13-stable/contrib/pf/pflogd/
H A Dpflogd.c420 * for consistency so that we can append safely.
574 /* append packet to the buffer, flushing if necessary */
594 goto append;
611 append:
/freebsd-13-stable/contrib/nvi/common/
H A Dkey.c582 goto append;
584 append: if (v_event_append(sp, argp))
/freebsd-13-stable/share/mk/
H A Dbsd.linker.mk88 # Some versions do not contain a minor version so we need to append .0.0 there
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp772 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); variable
773 if (append)
787 append ? "appended" : "written", path.c_str());
804 path.c_str(), append ? "append" : "write");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp286 m_bytes.append((const char *)bytes, len);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp274 actual_text.append(condition);
275 actual_text.append("] ");
278 actual_text.append(option_def.usage_text);
686 full_name.append(def.long_option);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp262 FunctionArgs.append(MD->param_begin(), MD->param_end());
647 rttiProxyName.append(".rtti_proxy");
687 stubName.append(".stub");
965 Name.append(".local");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp235 llvm::sys::path::append(P, "include");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp301 llvm::sys::path::append(buffer, begin, ++next,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h647 MAttrs.append(mattrs.begin(), mattrs.end());
/freebsd-13-stable/contrib/libevent/
H A Dutil-internal.h368 struct evutil_addrinfo *append);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h197 template <class Iter> unsigned append(Iter I, Iter E) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp47 Result.Contents.append(Buffer->getBufferStart(), Buffer->getBufferEnd());
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp70 str.append("%zd: %zd/%zd; ", class_id, hint_position_[class_id],
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp348 void InternalScopedString::append(const char *format, ...) { function in class:__sanitizer::InternalScopedString
/freebsd-13-stable/contrib/googletest/googlemock/scripts/
H A Dgmock_doctor.py590 diagnoses.append(diagnosis)
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp45 llvm::sys::path::append(InfoFile, "remap");

Completed in 341 milliseconds

<<11121314151617181920>>