Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h41 typedef std::shared_ptr<Boolean> BooleanSP; typedef
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp494 StructuredData::BooleanSP PythonBoolean::CreateStructuredBoolean() const { in CreateStructuredBoolean()
495 StructuredData::BooleanSP result(new StructuredData::Boolean); in CreateStructuredBoolean()
H A DPythonDataObjects.h496 StructuredData::BooleanSP CreateStructuredBoolean() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h65 typedef std::shared_ptr<Boolean> BooleanSP; typedef