Home
last modified time | relevance | path

Searched refs:IntegerSP (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h39 typedef std::shared_ptr<Integer> IntegerSP; typedef
H A DRNBRemote.cpp5471 JSONGenerator::IntegerSP(new JSONGenerator::Integer( in GetJSONThreadsInfo()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp200 name_masks_sp->AddItem(StructuredData::IntegerSP( in SerializeToStructuredData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp461 StructuredData::IntegerSP PythonInteger::CreateStructuredInteger() const { in CreateStructuredInteger()
462 StructuredData::IntegerSP result(new StructuredData::Integer); in CreateStructuredInteger()
H A DPythonDataObjects.h481 StructuredData::IntegerSP CreateStructuredInteger() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h63 typedef std::shared_ptr<Integer> IntegerSP; typedef