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