Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp48 OptionValueBoolean *OptionValue::GetAsBoolean() { in GetAsBoolean() function in OptionValue
54 const OptionValueBoolean *OptionValue::GetAsBoolean() const { in GetAsBoolean() function in OptionValue
277 const OptionValueBoolean *option_value = GetAsBoolean(); in GetBooleanValue()
284 OptionValueBoolean *option_value = GetAsBoolean(); in SetBooleanValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h199 OptionValueBoolean *GetAsBoolean();
203 const OptionValueBoolean *GetAsBoolean() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h123 Boolean *GetAsBoolean() { in GetAsBoolean() function
130 Boolean *b = GetAsBoolean();
393 Boolean *result_ptr = value_sp->GetAsBoolean(); in GetValueForKeyAsBoolean()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp574 if (node->GetAsBoolean()->GetValue()) in GetInfoItemByPathAsString()