Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h214 bool IsBoolean() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDValueObject.cpp1131 !GetCompilerType().IsReferenceType() && !GetCompilerType().IsBoolean()) in GetValueAsAPSInt()
3192 if (!type.IsInteger() && !type.IsBoolean()) { in CastToBasicType()
3196 if (!type.IsBoolean() && type_byte_size < val_byte_size) { in CastToBasicType()
3203 if (type.IsBoolean()) { in CastToBasicType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp359 bool CompilerType::IsBoolean() const { in IsBoolean() function in CompilerType