Searched refs:IsBoolean (Results 1 – 3 of 3) sorted by relevance
214 bool IsBoolean() const;
1131 !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()
359 bool CompilerType::IsBoolean() const { in IsBoolean() function in CompilerType