Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h79 bool IsArrayOfScalarType() const;
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp243 bool CompilerType::IsArrayOfScalarType() const { in IsArrayOfScalarType() function in CompilerType
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp789 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && in GetValueForVariableExpressionPath()
988 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && deref) { in GetValueForVariableExpressionPath()