Home
last modified time | relevance | path

Searched refs:array_up (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.cpp512 std::unique_ptr<JSONArray> array_up(new JSONArray()); in ParseJSONArray() local
519 return JSONValue::SP(array_up.release()); in ParseJSONArray()
522 array_up->AppendObject(value_sp); in ParseJSONArray()
530 return JSONValue::SP(array_up.release()); in ParseJSONArray()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp95 auto array_up = std::make_unique<StructuredData::Array>(); in ParseJSONArray() local
98 array_up->AddItem(value_sp); in ParseJSONArray()
100 return std::move(array_up); in ParseJSONArray()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp750 auto array_up = std::make_unique<StructuredData::Array>(); in AddLLVMTargets() local
752 array_up->AddItem(std::make_unique<StructuredData::String>(#target)); in AddLLVMTargets()
755 entry_up->AddItem("value", std::move(array_up)); in AddLLVMTargets()