Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguage.h235 virtual LazyBool IsLogicalTrue(ValueObject &valobj, Status &error);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DLanguage.cpp454 LazyBool Language::IsLogicalTrue(ValueObject &valobj, Status &error) { in IsLogicalTrue() function in Language
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp316 ret = result_value_sp->IsLogicalTrue(error); in ConditionSaysStop()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h506 virtual bool IsLogicalTrue(Status &error);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp351 bool ValueObject::IsLogicalTrue(Status &error) { in IsLogicalTrue() function in ValueObject
353 LazyBool is_logical_true = language->IsLogicalTrue(*this, error); in IsLogicalTrue()