Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h255 virtual LazyBool IsLogicalTrue(ValueObject &valobj, Status &error);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp505 LazyBool Language::IsLogicalTrue(ValueObject &valobj, Status &error) { in IsLogicalTrue() function in Language
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp309 ret = result_value_sp->IsLogicalTrue(error); in ConditionSaysStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h520 virtual bool IsLogicalTrue(Status &error);
/freebsd/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()