Searched refs:IsScalarType (Results 1 – 9 of 9) sorted by relevance
217 bool CompilerType::IsScalarType() const { in IsScalarType() function in CompilerType221 return m_type_system->IsScalarType(m_type); in IsScalarType()240 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()246 return element_type.IsScalarType(); in IsArrayOfScalarType()
189 struct IsScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && … in operator ()() struct194 typedef SubTypeIterator<IsScalarType> ScalarTypeIterator;
138 bool IsScalarType() const;
185 virtual bool IsScalarType(lldb::opaque_compiler_type_t type) = 0;
381 virtual bool IsScalarType();
1636 bool ValueObject::IsScalarType() { return GetCompilerType().IsScalarType(); } in IsScalarType() function in ValueObject1725 if (IsScalarType()) { in GetSyntheticBitFieldChild()
634 bool IsScalarType(lldb::opaque_compiler_type_t type) override;
3557 bool TypeSystemClang::IsScalarType(lldb::opaque_compiler_type_t type) { in IsScalarType() function in TypeSystemClang
888 } else if (valobj_sp->GetCompilerType().IsScalarType()) { in GetValueForVariableExpressionPath()