Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStructuredData.cpp84 auto array_up = llvm::make_unique<StructuredData::Array>(); in ParseJSONArray() local
91 array_up->AddItem(value_sp); in ParseJSONArray()
99 return StructuredData::ObjectSP(array_up.release()); in ParseJSONArray()
H A DJSON.cpp484 std::unique_ptr<JSONArray> array_up(new JSONArray()); in ParseJSONArray() local
491 array_up->AppendObject(value_sp); in ParseJSONArray()
499 return JSONValue::SP(array_up.release()); in ParseJSONArray()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp510 auto array_up = llvm::make_unique<StructuredData::Array>(); in AddLLVMTargets() local
512 array_up->AddItem(llvm::make_unique<StructuredData::String>(#target)); in AddLLVMTargets()
515 entry_up->AddItem("value", std::move(array_up)); in AddLLVMTargets()