Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h129 bool IsArrayOfScalarType() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp868 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && in LegacyGetValueForVariableExpressionPath()
1068 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && deref) { in LegacyGetValueForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp314 bool CompilerType::IsArrayOfScalarType() const { in IsArrayOfScalarType() function in CompilerType