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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h76 bool IsArrayOfScalarType() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp243 bool CompilerType::IsArrayOfScalarType() const { function in class:CompilerType
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp794 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() &&
994 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && deref) {

Completed in 111 milliseconds