Home
last modified time | relevance | path

Searched refs:IsLogicalTrue (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h246 virtual LazyBool IsLogicalTrue(ValueObject &valobj, Status &error);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp474 LazyBool Language::IsLogicalTrue(ValueObject &valobj, Status &error) { in IsLogicalTrue() function in Language
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp317 ret = result_value_sp->IsLogicalTrue(error); in ConditionSaysStop()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h490 virtual bool IsLogicalTrue(Status &error);
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp350 bool ValueObject::IsLogicalTrue(Status &error) { in IsLogicalTrue() function in ValueObject
352 LazyBool is_logical_true = language->IsLogicalTrue(*this, error); in IsLogicalTrue()