Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h39 typedef std::shared_ptr<Integer> IntegerSP; typedef
H A DRNBRemote.cpp5513 JSONGenerator::IntegerSP(new JSONGenerator::Integer( in GetJSONThreadsInfo()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp273 StructuredData::IntegerSP int_sp = in CreateStructuredObject()
469 StructuredData::IntegerSP PythonInteger::CreateStructuredInteger() const { in SetInteger()
471 return uint_sp ? StructuredData::IntegerSP(uint_sp) in CreateStructuredInteger()
H A DPythonDataObjects.h493 StructuredData::IntegerSP CreateStructuredInteger() const;
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h76 typedef std::variant<UnsignedIntegerSP, SignedIntegerSP> IntegerSP; typedef