Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h215 bool IsBoolean() const;
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1153 !GetCompilerType().IsReferenceType() && !GetCompilerType().IsBoolean()) in GetValueAsAPSInt()
1682 if (GetCompilerType().IsBoolean()) in SetValueFromCString()
3156 if (!type.IsInteger() && !type.IsBoolean()) in CastToBasicType()
3160 if (!type.IsBoolean() && type_byte_size < val_byte_size) in CastToBasicType()
3167 if (type.IsBoolean()) { in CastToBasicType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp361 bool CompilerType::IsBoolean() const { in IsBoolean() function in CompilerType