Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h65 typedef std::shared_ptr<Boolean> BooleanSP; typedef
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp564 StructuredData::BooleanSP PythonBoolean::CreateStructuredBoolean() const { in CreateStructuredBoolean()
565 StructuredData::BooleanSP result(new StructuredData::Boolean); in CreateStructuredBoolean()
H A DPythonDataObjects.h513 StructuredData::BooleanSP CreateStructuredBoolean() const;