Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp352 LazyBool is_logical_true = language->IsLogicalTrue(*this, error); in IsLogicalTrue() local
353 switch (is_logical_true) { in IsLogicalTrue()
356 return (is_logical_true == true); in IsLogicalTrue()