Searched refs:IsScalarType (Results 1 – 8 of 8) sorted by relevance
277 bool CompilerType::IsScalarType() const { in IsScalarType() function in CompilerType280 return type_system_sp->IsScalarType(m_type); in IsScalarType()309 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()315 return element_type.IsScalarType(); in IsArrayOfScalarType()371 return IsScalarType() || IsUnscopedEnumerationType(); in IsScalarOrUnscopedEnumerationType()451 return IsScalarType() || IsUnscopedEnumerationType() || IsPointerType() || in IsContextuallyConvertibleToBool()
386 bool IsScalarType() { return GetCompilerType().IsScalarType(); } in IsScalarType() function
190 bool IsScalarType() const;
203 virtual bool IsScalarType(lldb::opaque_compiler_type_t type) = 0;
1187 !val_type.IsScalarType()) { in SetValueFromInteger()1224 !val_type.IsScalarType()) { in SetValueFromInteger()1814 if (IsScalarType()) { in GetSyntheticBitFieldChild()3166 bool is_scalar = GetCompilerType().IsScalarType(); in CastToBasicType()3173 if (!type.IsScalarType()) { in CastToBasicType()
721 bool IsScalarType(lldb::opaque_compiler_type_t type) override;
3666 bool TypeSystemClang::IsScalarType(lldb::opaque_compiler_type_t type) { in IsScalarType() function in TypeSystemClang
909 } else if (valobj_sp->GetCompilerType().IsScalarType()) { in GetValueForVariableExpressionPath()