Searched refs:array_up (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp85 auto array_up = std::make_unique<StructuredData::Array>(); local
88 array_up->AddItem(value_sp);
90 return std::move(array_up);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp668 auto array_up = std::make_unique<StructuredData::Array>(); local
670 array_up->AddItem(std::make_unique<StructuredData::String>(#target));
673 entry_up->AddItem("value", std::move(array_up));

Completed in 97 milliseconds