Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h80 bool IsArrayOfScalarType() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp784 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && in GetValueForVariableExpressionPath()
984 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && deref) { in GetValueForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp263 bool CompilerType::IsArrayOfScalarType() const { in IsArrayOfScalarType() function in CompilerType