Searched refs:IsScalarType (Results 1 – 8 of 8) sorted by relevance
279 bool CompilerType::IsScalarType() const { in IsScalarType() function in CompilerType282 return type_system_sp->IsScalarType(m_type); in IsScalarType()311 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()317 return element_type.IsScalarType(); in IsArrayOfScalarType()373 return IsScalarType() || IsUnscopedEnumerationType(); in IsScalarOrUnscopedEnumerationType()453 return IsScalarType() || IsUnscopedEnumerationType() || IsPointerType() || in IsContextuallyConvertibleToBool()
386 bool IsScalarType() { return GetCompilerType().IsScalarType(); } in IsScalarType() function
191 bool IsScalarType() const;
203 virtual bool IsScalarType(lldb::opaque_compiler_type_t type) = 0;
1209 !val_type.IsScalarType()) { in SetValueFromInteger()1249 !val_type.IsScalarType()) { in SetValueFromInteger()1847 if (IsScalarType()) { in GetSyntheticBitFieldChild()3128 bool is_scalar = GetCompilerType().IsScalarType(); in CastToBasicType()3136 if (!type.IsScalarType()) in CastToBasicType()
718 bool IsScalarType(lldb::opaque_compiler_type_t type) override;
3692 bool TypeSystemClang::IsScalarType(lldb::opaque_compiler_type_t type) { in IsScalarType() function in TypeSystemClang
967 } else if (valobj_sp->GetCompilerType().IsScalarType()) { in LegacyGetValueForVariableExpressionPath()