Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp43 OptionValueBoolean *OptionValue::GetAsBoolean() { in GetAsBoolean() function in OptionValue
49 const OptionValueBoolean *OptionValue::GetAsBoolean() const { in GetAsBoolean() function in OptionValue
273 if (const OptionValueBoolean *option_value = GetAsBoolean()) in GetBooleanValue()
280 if (OptionValueBoolean *option_value = GetAsBoolean()) { in SetBooleanValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp92 return obj->GetAsBoolean()->GetValue(); in DoesPluginReportAllThreads()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h196 OptionValueBoolean *GetAsBoolean();
197 const OptionValueBoolean *GetAsBoolean() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h141 Boolean *GetAsBoolean() { in GetAsBoolean()
148 Boolean *b = GetAsBoolean();
427 Boolean *result_ptr = value_sp->GetAsBoolean();
140 Boolean *GetAsBoolean() { GetAsBoolean() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp480 if (node->GetAsBoolean()->GetValue()) in GetInfoItemByPathAsString()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1445 StructuredData::Boolean *boolean_val = obj_sp->GetAsBoolean(); in SetOptionsFromArray()