Home
last modified time | relevance | path

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

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