Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h133 bool IsArrayOfScalarType() const;
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp815 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && in GetValueForVariableExpressionPath()
1014 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && deref) { in GetValueForVariableExpressionPath()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp292 bool CompilerType::IsArrayOfScalarType() const { in IsArrayOfScalarType() function in CompilerType