Searched refs:IsArrayOfScalarType (Results 1 – 3 of 3) sorted by relevance
129 bool IsArrayOfScalarType() const;
868 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && in LegacyGetValueForVariableExpressionPath()1068 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && deref) { in LegacyGetValueForVariableExpressionPath()
314 bool CompilerType::IsArrayOfScalarType() const { in IsArrayOfScalarType() function in CompilerType