Home
last modified time | relevance | path

Searched refs:IsArrayOfScalarType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h81 bool IsArrayOfScalarType() const;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp249 bool CompilerType::IsArrayOfScalarType() const { in IsArrayOfScalarType() function in CompilerType
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp802 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && in GetValueForVariableExpressionPath()
1001 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && deref) { in GetValueForVariableExpressionPath()