Searched refs:IsArrayOfScalarType (Results 1 – 3 of 3) sorted by relevance
133 bool IsArrayOfScalarType() const;
815 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && in GetValueForVariableExpressionPath()1014 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && deref) { in GetValueForVariableExpressionPath()
292 bool CompilerType::IsArrayOfScalarType() const { in IsArrayOfScalarType() function in CompilerType